body {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
/*h2 {
    font-size: 22px;
    margin: 0 0 1em 0;
    font-weight: 400;
    padding-bottom: .5em;
    border-bottom: 1px solid #cfcfcf;
}*/
.notifications-top ul {
    height: 100px;
    overflow-y: scroll; 
}
.build-stars-top {
    position: absolute;
    bottom: 55px;
    right: 25px;
    z-index: 10;
}
.trending-blocks {
    width: 100%;
}
.navbar-inverse {
    background-color: #263238;
    border-color: #080808;
}
.navbar-brand {
    float: left;
    height: 40px;
    width: 148px;
    padding: 6px 15px;
    font-size: 18px;
    /* line-height: 20px; */
    background-image: url(/images/main_logo.png);
    background-size: cover;
    position: relative;
    top: 5px;
    left: 15px;
}
.navbar-brand img {
    max-width: 148px;
}
.body-content {
    padding: 15px;
}
.main-part-block {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    /*border-top: 1px solid #f7f7f7;*/
    position: relative;
}
.modal-login {
    min-width: 300px;
}
.signup-center-block {
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    background: #fff;
    padding: 27px 23px;
    float: left;
    width: 100%;
}
.new-build-btn {
    float: right;
}
.main-section {
    padding-bottom: 44px;
    position: relative;
}
.block-bg {
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    background: #fff;
}
.report-success {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.flat-btn {
    border-radius: 0;
}
.error {
    border: 1px solid #dd4b39 !important;
}
.alert {
    float: left;
    width: 100%;
    border-radius: 0 !important;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #dd4b39;
    color: #ffffff;
}
.alert a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    text-decoration: none !important;
}
.alert a:hover {
    text-decoration: none;
}
.alert button {
    color: #ffffff;
}
.alert button:hover {
    color: #ffffff;
}
.top-user-block {
    margin-left: 40px;
}
.top-user-block > .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    min-width: 130px;
}


.top-user-block > .dropdown-menu:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 42px;

    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #ffffff;
}

.friend-requests-top .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 450px;
    height: 300px;
    max-height: 300px;
    overflow: auto;
}

.friend-requests-top .dropdown-menu:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 42px;
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #ffffff;
}
.friend-requests-top .dropdown-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.friend-requests-top .dropdown-menu li a {
    display: inline-block;
    width: 225px;
    max-width: 225px;
    padding: 0;
    padding-left: 5px;
    color: #337AB7;
}
.friend-requests-top .dropdown-menu li a:hover {
    background: #ffffff;
}
.friend-requests-top .dropdown-menu li a img {
    width: 45px;
    position: relative;
    top: 3px;
    left: 7px;
}
.friend-requests-top .dropdown-menu li span {
    position: absolute;
}
.friend-requests-top .dropdown-menu li button {

}
.friend-requests-top .dropdown-menu li b {
    position: absolute;
    left: 70px;
    top: 10px;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
}
.friend-requests-top .dropdown-menu li span {
    position: absolute;
    left: 70px;
    top: 30px;
}
.friend-requests-top .dropdown-menu li span ul {
    display: none;
}
.friend-requests-top .dropdown-menu li span i:hover {
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
}

.top-user-block > .dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.top-user-block > .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.top-user-block > .dropdown-menu li:last-child {
    border-bottom: none;
}
.top-user-block > .dropdown-menu .active a {
    background-color: #F7F7F7;
    color: #818181;
}
.top-user-name {
    margin-left: 45px;
}
#top-avatar {
    width: 40px;
    /*border: 1px solid rgba(238, 238, 238, 0.50);*/
    position: absolute;
    left: 5px;
    top: 5px;
}
#mess-count {
    font-size: 10px;
    background: #dd4b39;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    position: absolute;
    bottom: 12px;
    right: 5px;
    line-height: 12px;
}
#notifications .caret {
    display: none;
}
.notifications-top ul {
    width: 450px;
    padding: 0;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0;
}
.notifications-top ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.notifications-top ul li b {
    color: #148DCC;
}
.notifications-top ul li a {
    display: inline-block;
    padding: 0;
    color: #148DCC;
    line-height: 1;
    text-decoration: underline;
}
.notifications-top ul li span {
    color: #777777;
    font-size: 12px;
    margin-top: 7px;
    display: block;
}

#friend-requests .caret {
    display: none;
}
#friends-notify-count {
    /*display: none;*/
    font-size: 10px;
    background: #4CAF50;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    position: absolute;
    bottom: 12px;
    right: 5px;
    line-height: 12px;
}
.search-friends-loader {
    /*display: none;*/
    background: rgba(255, 255, 255, 0.8);
    width: 96%;
    height: 58%;
    position: absolute;
    z-index: 10;
}
.search-friends-loader div {
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    color: #148dcc;
}
.find-friends-btn {
    width: 150px !important;
    display: block !important;
    margin: 0 auto;
    margin-top: 15px;
}
#notif-count {
    display: none;
    font-size: 10px;
    background: #566CBB;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    position: absolute;
    bottom: 12px;
    right: 5px;
    line-height: 12px;
}
#friend-count {
    font-size: 10px;
    background: #1FA67A;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    position: absolute;
    bottom: 12px;
    right: 5px;
    line-height: 12px;
}
.navbar {
    border: 0;
}
.yellow {
	color: #eea900;
}
.orange-block {
    background-color: #eea900;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    z-index: 100;
    position: relative;
    margin-bottom: 15px;
}
.orange-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.orange-block ul li {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid rgba(106, 106, 115, 0.15);
}
.orange-block ul li:hover {
    background: #ffffff;
    cursor: pointer;
}
.orange-block ul li:hover > a {
    text-decoration: none;
}
.orange-block ul li a {
    padding-left: 25px;
    padding-right: 25px;
    color: #101010;
    font-size: 18px;
}
.wrap {
    background: #f5f5f5;
}


.static-text-block {
    margin-bottom: 22px;
    box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
    background: #fff;
    padding: 33px 30px 23px;
    width: 100%;
    float: left;
}
.static-text-block .top-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    background: url("../images/diagonal_line.png") repeat-x left bottom;
    margin-bottom: 22px;
}
.static-text-block h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
    color: #263238;
    padding-right: 20px;
}
.static-text-block .static-description {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
.static-text-block .static-description p {
    margin-bottom: 20px;
}
.static-text-block .static-description a {
    color: #148dcc;
    text-decoration: underline;
}
.contact-form {
    margin: 0 auto;
    float: none !important;
}
.main-container {
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	/*padding: 15px;*/
    margin-right: 0;
    margin-left: 0;
    float: left;
    width: 100%;
}
.header-style {
    font-size: 22px;
    margin: 0 0 1em 0;
    font-weight: 400;
    padding-bottom: .5em;
    border-bottom: 1px solid #cfcfcf;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #9d9d9d;
    content: "|\00a0";
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
	margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    background-color: #252835;
}
.breadcrumb li a {
    color: #FFFFFF;
}
.breadcrumb > .active {
    color: #eea900;
}
.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
    margin: 0 !important;
}

.right-side {
	background: #ffffff !important;
    float: left;
    margin: 0;
    border-left: 1px solid #e6e6e6;
}
.part-block {
	border: 1px solid #e3e3e3;
	background-color: #FFFFFF;
    padding-left: 35px;
    margin-bottom: 5px;
}
.orange {
	background: #54547B;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    height: 75px;
}
.orange div {
	text-align: center;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    border-top: solid 2px #148dcc;
    /*color: #9d9d9d;
    background: rgba(247, 247, 247, 0.49);*/
}
.inp-style {
    border-radius: 0;
    resize: none;
}
.help-block-error {
    font-size: 11px;
}
.part-page-block {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.part-page-content {
    width: 100%;
    float: left;
    /*padding: 15px;*/
}
.part-header {
    border-bottom: 1px solid #eee;
    padding: 15px;
    margin-bottom: 0;
}
.part-header span {
    float: right;
    color: #3C8DBC;
    font-size: 13px;
    line-height: 2;
}
.part-header span a:hover {
    text-decoration: underline;
}
/* modal */

.custom-modal {
    border-radius: 0;
}
.close-icon {
    color: #dc4a38;
}
.popup-label {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.social-login {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}
.social-login li {
    float: left;
}
.auth-link {
    padding: 20px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
}
.auth-link:hover {
    opacity: 0.7;
    color: #fff;
}
.auth-link:visited {
    color: #fff;
}
.bt-facebook {
    background: #3b5998; 
}
.bt-google {
    background: #dc4a38;
}
.bt-twitter {
    background: #1da1f2;
}
.want-to-join {
    text-align: center;
}
.want-to-join p {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
}
.want-to-join p a {
    display: block;
}
.want-to-join a {
    color: #148dcc;
}
.reset-notice {
    font-size: 12px;
    margin-bottom: 15px;
}
.alert {
    float: none;
    margin: 0 auto;
    width: 97%;
    border-radius: 0 !important;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #dd4b39;
    color: #ffffff;
}
.alert button {
    color: #ffffff;
    position: relative;
    top: -4px;
}

.nav-tabs-modal {
    border-bottom: 0;
}
.nav-tabs-modal > li > a {
    border-radius: 0;
}
.nav-tabs-modal > li.active > a, .nav-tabs-modal > li.active > a:hover, .nav-tabs-modal > li.active > a:focus {
    color: #fff;
    cursor: default;
    border: none;
    background: #1fa67a;
    border-color: #1fa67a;
}
.modal-tabs-content {
    /*border-bottom: 1px solid #e5e5e5;*/
}
.filter-loading {
    width: 100%;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    display: none;
}
/* end modal */

/* menu search forms */
.used-on-block {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.used-on-selects-block {
    width: 100%;
    float: left;
}
.used-on-selects-block div {
    width: 50%;
    float: left;
    padding: 1px;
}
/*.used-on-selects-block div:last-child {
    width: 49%;
    margin-left: 5px;
}*/
.filter-search-block {
    display: none;
}
select.menu-filter-select {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #eea900, #eea900);
    background-position: calc(100% - 17px) calc(1em + 1px), calc(100% - 12px) calc(1em + 1px), 100% 0;
    background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.search-dropdown {
    color: #000000;
}
.search-parts-dropdown {
    display: none;
    background: #fff;

    color: #000;
    text-transform: none;
    font-size: 16px;
    float: left;
    /*border: 1px solid #e3e3e3;*/

    -webkit-box-shadow: 0 8px 15px -6px black;
    -moz-box-shadow: 0 8px 15px -6px black;
    box-shadow: 0 8px 15px -6px black;

    position: absolute;
    top: 147px;
    left: 50%;
    width: 1140px;

}
.search-cat-block {
    background: #f7f7f7;
}
.search-parts-form {
    /*padding: 15px;*/
}
.radio-sel label {
    margin-bottom: 0px;
}
.radio-sel label input {
    display: none;
}
.radio-sel label img {
    height: 75px;
}
.radio-sel label b {
    position: absolute;
    margin-top: -20px;
    margin-left: 5px;
    color: #54547B;
    font-size: 18px;
}
.radio-sel:hover {
    cursor: pointer;
    background: #ffffff;
    opacity: 0.5;
}
.radio-sel {
    /*border: 3px solid transparent;*/
    padding: 20px;
}
.active-radio-sel {
    /*border: 3px solid #54547B;*/
    background: #ffffff;
}
.breadcrumb {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

/* user css */
.user-profile-info {
    width: 100%;
    float: left;
    /*background: #ffffff;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);*/
    margin-bottom: 13px;

}
.user-profile-left {
    width: 20%;
    margin-right: 13px;
    float: left;
    /*padding: 15px;*/
    /*border-right: 1px solid #e6e6e6;*/
    background: #ffffff;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
}
.user-profile-friends-list {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.user-profile-friends-list li {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.user-profile-friends-list li a {
    display: block
}
.user-profile-friends-list li a:hover {
    opacity: 0.7;
}
.user-profile-friends-list li img {
    width: 55px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
}

.user-profile-center-cover {
    width: 100%;
    float: left;
    /*background: #ffffff;*/
    /*box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);*/
    position: relative;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.user-profile-center-avatar {
    width: 185px;
    height: 170px;
    position: absolute;
    bottom: -25px;
    left: 2px;
    z-index: 10;
}
.user-profile-center-avatar img {
    width: 100%;
    border: 1px solid rgba(247, 247, 247, 0.5);
    padding: 3px;
    /*box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.4);*/
}
.user-profile-center-login {
    position: absolute;
    text-shadow: 0px 2px 0 rgba(18, 18, 18, 0.67);
    font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
    font-size: 23px;
    color: #ffffff;
    bottom: 20px;
    left: 190px;
}

.user-profile-center-menu {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    position: relative;
    margin-bottom: 15px;
}

.user-profile-center-status {
    width: 100%;
    float: left;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    position: relative;
    margin-bottom: 15px;
}

.user-profile-center-user-menu {
    width: 50%;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.user-profile-center-user-menu ul {
    float: right;
}
.user-profile-center-user-menu ul li {
    float: left;
}
.user-profile-center-user-menu ul li a {
    margin: 0;
    margin-left: 15px;
    /* margin-right: 5px; */
    border-radius: 0;
    border: 0;
}
.user-profile-right, .user-profile-center {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    position: relative;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.user-header-block {
    width: 100%;
    height: 50px;
    position: relative;
    border-top: 1px solid #eeeeee;
}
.user-profile-userlogin {
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    text-align: center;
    font-size: 22px;
}
.user-profile-menu {
    width: 100%;
    float: left;
    margin-top: 20px;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
}
.user-profile-menu ul {
    list-style: none;
    display: table;
    width: 70%;
    margin: 0 auto;
    padding: 0;
}
.user-profile-menu ul li {
    /*display: table-cell;*/
    text-align: center;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
}
.user-profile-menu ul li a {
    color: #7B7B7B;
}
.user-profile-menu ul li a:hover {
    opacity: 0.7;
}
.user-profile-menu ul li .unactive {
    opacity: 0.3;
}
.user-profile-menu ul li .unactive:hover {
    opacity: 0.3;
    cursor: default;
}
.user-inner-block {
    width: 100%;
    float: left;
}
.friends-list-widget {
    width: 100%;
    float: left;
}
.friends-list-widget ul {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.friends-list-widget .more-link {
    margin-bottom: 0;
    text-align: center;
}
.friends-list-widget ul li {
    width: 33.3%;
    float: left;
}
.friends-list-widget ul li a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
}
.friends-list-widget ul li a:hover {
    opacity: 0.7;
}
.friends-list-widget ul li a img {
    width: 100%;
    border-radius: 50%;
    padding: 10px;
}
.btn-center-block {
    width: 100%;
    float: left;
    text-align: center;
}


.search-builds-list {
    /*width: 100%;
    float: left;*/
}
.user-find-friends-center {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    position: relative;
    padding-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.user-status {
    width: 100%;
    text-align: center;
    background: #e2f5ff;
    padding: 3px;
    font-style: italic;
    font-size: 14px;
    float: left;
}
.user-status textarea {
    width: 100%;
    max-width: 100%;
    border: 0;
    resize: none;
    padding: 5px;
    font-style: normal;
    min-height: 50px;
    border: 1px solid #f5f5f5;
}
.user-status .hint {
    font-size: 11px;
    font-style: normal;
    float: right;
    margin-top: 3px;
}
.user-status a {
    margin-top: 7px;
    font-style: normal;
}
.more-link {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    /*padding-left: 10px;*/
    float: left;
    color: #ffffff;
    text-decoration: none;
}
.more-link:hover {
    text-decoration: none;
    color: #ffffff;
}
.main-avatar {
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
    transition: all 0.5s ease;
}

/*.main-avatar:after {
    content: "";
    width: 100%;
    display: block;
    height: 5px;
    left: 100%;
    top: 50%;
    margin-top: 20px;
    background: url(../images/diagonal_line.png) left 1px center repeat-x;
}*/

.main-avatar img {
    width: 100%;
    border: 1px solid #e6e6e6;
}
.main-avatar span {
    display: none;
    background: #000000;
    position: absolute;
    top: 19px;
    left: 18px;
    width: 80%;
    height: 77%;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.main-avatar span i {
    color: #ffffff;
}
.main-avatar:hover > span {
    transition: all 0.5s ease;
    display: flex;
}
#select-ava {
    display: none;
}
.change-cover {
    position: absolute;
    top: 15px;
    right: 15px;
}
.change-cover a {
    border-radius: 0;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
}
#select-cover {
    display: none;
}


.visible-block {
    display: flex !important;
}
.green-bt {
    width: 100%;
    background: #1fa67a;
    border-color: #1fa67a;
    border-radius: 0;
    text-transform: uppercase;
}
.red-bt {
    width: 100%;
    background: #dc4a38;
    border-color: #dc4a38;
    border-radius: 0;
    text-transform: uppercase;
}
.red-bt:hover {
    opacity: 0.7;
    background: #dc4a38;
    border-color: #dc4a38;
}
.red-bt:visited {
    background: #dc4a38;
    border-color: #dc4a38;
}
.green-bt:hover {
    opacity: 0.7;
    background: #1fa67a;
    border-color: #1fa67a;
}
.green-bt:visited {
    background: #1fa67a;
    border-color: #1fa67a;
}
.nav-tabs-user {
    /*background-color: #ffffff;*/
}
.nav-tabs-user > li.active > a, .nav-tabs-user > li.active > a:hover, .nav-tabs-user > li.active > a:focus {
    background-color: #1fa67a;
    border: 0;
    color: #FFFFFF;
}
.nav-tabs-user > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-responsive {
    width: 100%;
    float: left;
    padding-left: 190px;
    /*border-bottom: 0; 
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    background: #fff;
    margin-bottom: 13px;*/
}
.nav-tabs > li {
    font-size: 14px;
}
.nav-tabs > li a:hover {
    border-bottom: 0;
}
.nav-tabs > li > a {
    /* line-height: 1.42857143; */
    border: none;
}


.user-settings-center {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 15px;
}
.settings-edit-form {
    /*margin: 15px;*/
    padding: 15px;
    background: #ffffff;
    /*border: 1px solid #e6e6e6;*/
}
.settings-label {
    font-size: 18px;
    border-bottom: 1px solid #dd4b39;
    padding-top: 25px;
}
.settings-label:first-child {
    padding-top: 0;
}
.edit-block-settings {
    padding-left: 50px !important;
    font-size: 14px;
}
/*.edit-block > input, textarea, select {
    display: none !important;
}*/
.edit-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    /* padding-top: 25px; */
    /* margin-top: 15px; */
    margin-bottom: 15px;
    width: 100%;
}
.form-preview {
    padding-top: 7px;
}
.form-preview a {
    float: right;
    color: #337ab7;
    font-size: 14px;
}
.edit-element-visible {
    display: inline-block !important;
    /*position: absolute;*/
    max-width: 300px;
    top: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-out .3s;
}
.edit-element-hidden {
    display: none;
}
.form-field {
    display: none;
}
.save-btn {
    position: absolute;
    top: 0px;
    right: 0;
}
.form-field input {
    margin-bottom: 5px;
}


.build-parts-list {
    width: 100%;
    float: left;
}
.build-parts-list li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    /*box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);*/
}
.build-parts-list li div {
    position: relative;
}
.build-parts-list li div .part-manufacturer {
    font-size: 14px;

    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}
.build-parts-list li div a .build-text .parts-rating {
    position: inherit;
    margin-left: -3px;
}

.recent-builds{
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-builds li {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.recent-builds li a img {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
}


.parts-detail-block {
    /*margin-bottom: 20px;*/
    position: relative;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
}
.parts-detail-block .part-manufacturer {
    font-size: 14px;

    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}
.parts-detail-block .build-text p {
    margin-bottom: 0 !important;
}
.parts-detail-block a div .parts-rating {
    position: inherit !important;
    margin-left: -3px;
}

.search-parts-list div {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 98px;
}

/**
 * blogs
 */
.user-blogs-center {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
}
.blogs-label {
    font-size: 18px;
    border-bottom: 1px solid #dd4b39;
    margin-top: 0;
    padding-bottom: 10px;
}
.user-blogs-add-btn {
    position: absolute;
    top: 15px;
    right: 0;
}
.edit-title {
    width: 100%;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    font-size: 14px;
}
.blog-save-block {
    width: 100%;
}
.blog-save-block button {
    float: right;
}
.hidden-block {
    text-align: center;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    color: #cccccc;
}
.user-profile-info-ban {
    width: 100%;
    display: table;
    height: 100%;
}
.ban-block {
    display: table-cell;
    text-align: center;
    font-size: 2em;
    padding-top: 15%;
}
/*.user-profile-info-invisible {
    width: 100%;
    display: table;
    height: 100%;
}*/
.invisible-block {
    display: block;
    text-align: center;
    font-size: 22px;
    padding-top: 35px;
    padding-bottom: 35px;
}
/*.invisible-block i {
    color: #cccccc;
}*/
.profile-friends-list {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    list-style: none;
    float: left;
    width: 100%;
    min-height: 110px;
}
.profile-friends-list li {
    padding: 15px;
    /*max-width: 48.8%;*/
    /*width: 48.8%;*/
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #eee;
    margin: 3px;
}
.profile-friends-list li img {
    border: 1px solid rgba(238, 238, 238, 0.50);
    border-radius: 50%;
    width: 70px;
    vertical-align: middle;
    margin-right: 10px;
}
.profile-friends-list li a {
    font-size: 14px;
    display: inline-block;
    width: 60%;
}
.profile-friends-list li a:hover {
    opacity: 0.9;
}
.profile-friends-list li b {
    position: absolute;
    left: 95px;
    top: 30px;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
}
.profile-friends-list li span {
    position: absolute;
    left: 95px;
    top: 55px;
    font-size: 12px;
    color: #aaa;
}
.send-mess-to-user {
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
}
.add-to-friend {
    float: right;
    margin-top: 15px;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
}
.show-friends:hover {
    cursor: pointer;
    border-bottom: 1px dotted #cccccc;
}
.show-friends ul {
    background: #263238;
    color: #fff;
    position: absolute;
    z-index: 10;
    box-shadow: 0 0 7.7px 1.4px rgba(147, 147, 147, 0.37);
    top: 20px;
    display: none;
}
.show-friends ul:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    /* top: 5px; */
    left: 15px;
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #263238;
}
.show-friends ul li {
    border-bottom: 1px solid #323A3E !important;
    padding-left: 9px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}
/*.profile-friends-list li span ul {
    display: none;
    list-style: none;
    width: 100px;
    float: left;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    background: #222;
}*/
.profile-friends-list li span ul li {
    width: 100%;
    max-width: 100%;
    /*padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    color: #fff;
    border: 0;
    padding-left: 6px;
    font-weight: bold;*/
}
.profile-friends-list li span i {
    font-variant: normal;
    font-style: normal;
}
.profile-friends-list li span i:hover ul {
    display: block;
}

.friend-requests-top ul li span i:hover ul {
    display: block;
}


.unfriend-btn {
    float: right;
    margin-top: 15px;
}
.find-friends-block {
    width: 100%;
    text-align: right;
    /*padding-top: 7px;
    padding-bottom: 30px;*/
}
.find-friends-block a {
    color: #ffffff;
    text-decoration: none;
}
.show-friends ul {
    width: 120px;
}
.show-friends ul li {
    border: 0;
    width: 95% !important;
}
.profile-friends-list {
    width: 100%;
    float: left;
}
.friends-pager-block {
    width: 100%;
    float: left;
}
.show-more-friends {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
}
.show-more-friends a {
    color: #ffffff;
}
.show-more-friends a:hover {
    text-decoration: underline;
    color: #ffffff;
}


/* builds cards list */
/*.build-posts {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.build-card {
    width: 50%;
    max-width: 325px;
    height: auto;
    float: left;
    position: relative;
    padding: 15px;
}
.build-card-border {
    background-color: white;
    border: 1px solid #e6e6e6;
    height: auto;
    float: left;
}
.build-card-details {
    padding: 15px;
}
.build-card-details .meta a {
    font-weight: bold;
    color: #eea900;
}

.build-card-title {
    font-size: 22px;
    margin: 0 0 1em 0;
    font-weight: 400;
    padding-bottom: .5em;
    border-bottom: 1px solid #e6e6e6;
}
.build-card .build-card-image {
    height: 182px;
}
.build-card .build-card-image img:hover {
    opacity: 0.7;
}
.build-card-mini {

}



/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */
@media screen and (max-width: 479px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
    margin-bottom: 15px;
  }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\e079";
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\e080";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

.draft-modal {
    width: 90%;
}

.edit-modal {
    width: 90%;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}

.signup-block {
    width: 100%;
    float: left;
}
.signup-form {
    width: 50%;
    margin: 0 auto;
}


/**
 * forum
 */
/*.site-forum {
    padding: 15px;
}*/
.panel-group {
    margin-bottom: 0;
}
.top-builds-slide {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.main-forum-block {
    width: 100%;
    float: left;
    /*padding: 15px;*/
}
.carousel-inner {
    height: 382px;
}
.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-top: 26%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    /* opacity: .5; */
}
.carousel-indicators {
    display: none;
}
.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-top: 26%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    /* opacity: .5; */
}

.header-label {
    /* width: 95%; */
    margin: 0 auto;
    /* display: block; */
    /* border-bottom: 1px solid #dd4b39; */
    font-size: 15px;
    /* padding-bottom: 10px; */
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    background: #B11F29;
    /* width: auto; */
    position: absolute;
    z-index: 10;
    top: -18px;
    left: -5px;
    color: #fff;
    padding: 1px 5px 0px 5px;
}
.header-label-tabs {
    width: 10%;
    float: left;
    /* margin: 0 auto; */
    display: block;
    /* border-bottom: 1px solid #dd4b39; */
    font-size: 18px;
    /* padding-bottom: 10px; */
    text-transform: uppercase;
}

.top-blog-slick {
    width: 97%;
    margin: 0 auto;
}
/*.slick-slide {
    margin: 7px;
    position: relative;
    background: #000;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 175px;
}
.slick-slide:hover img {
    opacity: 0.6;
}
.slick-slide:hover .blog-item-stat {
    top: 0;
}

.slick-slide a h2 {
    position: absolute;
    top: 70%;
    left: 10px;
    margin: 0;
    max-width: 93%;
    font-size: 17px;
    color: #000000;
    padding-left: 7px;
    padding-bottom: 3px;
    padding-right: 7px;
    line-height: 1.2;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.67);
}
.slick-prev:before, .slick-next:before {
    color: #6a6a73;
}
.slick-slide .blog-item-stat {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
    top: -30px;
    right: 7px;
}
.slick-slide .blog-category {
    position: absolute;
    z-index: 10;
    color: #000;
    background: #fff602;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}*/



.top-builds-list {
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
}
.top-builds-list li {
    width: 48.7%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 117px;
    overflow: hidden;
    /* background: #000000; */
    position: relative;
    border: 1px solid #eee;
}
.top-builds-list li:nth-child(2n+2) { 
    margin-right: 0;
}
.top-builds-list li:nth-child(4n+4) {
    margin-right: 0;
}

.top-builds-list li a img {
    width: 117px;
    height: 117px;
}
.top-builds-list li:hover a img {
    opacity: 0.5;
}
.top-builds-list li:hover .build-stat {
    left: 5px;
}
.top-builds-list li .build-author {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    font-size: 11px;
}
.top-builds-list li .build-author a {
    font-size: 11px;
    color: #656565;
}
.top-builds-list li .build-author img {
    width: 30px;
}

.top-builds-list li h3 {
    position: absolute;
    /* top: 77%; */
    right: 10px;
    margin: 0;
    color: #6a6a73;
    font-size: 14px;
    font-weight: bold;
    bottom: 10px;
    width: 51%;
    line-height: 1.5;
    text-align: right;
}

.top-builds-list li .build-stat {
    position: absolute;
    z-index: 10;
    left: -60px;
    color: #ffffff;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
}




.recent-builds-list {
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
}
.recent-builds-list li {
    width: 300px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 117px;
    overflow: hidden;
    background: #000000;
    position: relative;
}
.recent-builds-list li a img {
    width: 100%;
}
.recent-builds-list li:hover a img {
    opacity: 0.5;
}
.recent-builds-list li:hover .build-stat {
    left: 10px;
}
.recent-builds-list li:hover h3 {
    top: 25%;
}
.recent-builds-list li:hover .build-make {
    bottom: 5px;
}
.recent-builds-list li .build-author {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
    font-size: 11px;
}
.recent-builds-list li .build-author a {
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
}
.recent-builds-list li .build-author img {
    width: 30px;
}
.recent-builds-list li .build-make {
    position: absolute;
    left: 10px;
    bottom: -60px;
    z-index: 10;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
    border-left: 5px solid #FFF602;
    padding-left: 7px;
}
.recent-builds-list li .build-make a {
    display: block;
    color: #fff;
}

.recent-builds-list li h3 {
    position: absolute;
    top: 65%;
    left: 10px;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
}

.recent-builds-list li .build-stat {
    position: absolute;
    z-index: 10;
    left: -60px;
    top: 5px;
    color: #ffffff;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
}
.recent-builds-list li .build-stat span {
    margin-right: 7px;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
}
.pr {
    background-color: #dd4b39;
    width: 25px;
    position: absolute;
    padding-top: 3px;
    padding-bottom: 0px;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 12px;
    text-align: center;
}

.forum-last-activity {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
}
.forum-last-activity li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ededed;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    /*border-left: 5px solid transparent;*/
    -webkit-transition: all 0.1s ease-in-out;
    transition: all .1s ease-out .1s;
}
.forum-last-activity li:last-child {
    border-bottom: none;
}
.forum-last-activity li:hover {
    /*border-left: 5px solid #FFF602;*/
    cursor: pointer;
    background-color: #ededed;
}
.forum-last-activity li a {
    /*float: left;*/
}
.forum-last-activity li .user-link {
    float: left;
    display: block;
    margin-right: 7px;
}

.forum-last-activity li a img {
    width: 45.5px;
}



#permalink-block {
    display: none;
}
.search-field {
    position: relative;
    width: 100%;
}
.search-field select {
    width: 100%;
}
.search-field .autocomplite {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .175);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .175);
}
.search-field .autocomplite:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 135px;
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #ffffff;
}
.search-field .autocomplite .autocomplite-list div {
    padding: 7px 10px 7px 10px;
    border-bottom: 1px solid #eee;
}
.search-field .autocomplite .autocomplite-list div:hover {
    cursor: pointer;
    background: #eeeeee;
}
#models-list {
    max-height: 300px;
    overflow-y: auto;
}

#uploads-img {
    display: none;
}
#preview-list {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    float: left;
}
#preview-list li {
    position: relative;
    background: #ffffff;
    float: left;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    
    /*-webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;*/
}
#preview-list li:first-child {
    border: 2px solid #148DCC;
}
#preview-list li img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.crop-size {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/images/crop-mask.png);
}

.crop-area {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
}
.crop-area a {
    font-size: 12px;
}
.crop-area a:hover {
    cursor: pointer;
}
.img-container {
    width: 100%;
}
.img-container img {
    width: 100%;
}
#start-crop-pic:hover {
    cursor: pointer;
}
/*
#preview-list li span {
    display: none;
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 33%;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 15px;
    width: 50px;
}
#preview-list li:hover span {
    cursor: pointer;
    display: block;
    background: rgba(255, 255, 255, 0.15);
}
*/
#preview-list li .image-loading {
    position: absolute;
    z-index: 5;
    background: rgba(255, 255, 255, 0.55);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#preview-list li .image-loading i {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
}
#preview-list li .remove-img {
    /* display: none; */
    position: absolute;
    color: #ffffff;
    top: -10px;
    /* bottom: 0; */
    /* left: 0; */
    right: -10px;
    z-index: 6;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    /* border: 1px solid #eee; */
    border-radius: 50%;
    padding: 7px;
    width: 30px;
    height: 30px;
    background: rgb(221, 75, 56);
}

#preview-list li:hover .remove-img {
    cursor: pointer;
    background: rgb(243, 100, 81);
}

.rotate-actions {
    position: absolute;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 7px;
}
.rotate-actions i {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    color: #ffffff;
}
.rotate-actions i:hover {
    cursor: pointer;
    opacity: 0.6;
}
.left-rotate {
    display: none !important;
}
.right-rotate {
    display: none !important;
}
.parts-list {
    /*display: none;*/
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}
.parts-list li {
    padding-bottom: 15px !important;
}
.parts-list li:last-child {
    border-bottom: 0;
}
.choose {
    width: 100%;
    /* display: inline-block; */
    height: 65px;
}
.choose a {
    border-bottom: 1px dashed #158dcc;
    color: #158dcc;
}
.choose a:hover {
    text-decoration: none;
}
.choose-models-label:hover {
    cursor: pointer;
}
.choose-part-label:hover {
    cursor: pointer;
}
.choose-model {
    display: none;
}
.choose-parts {
    display: none;
}

.choose-manufacturer {
    display: none;
}
.choose-manufacturer-label:hover {
    cursor: pointer;
}
.remove-part {
    display: inline-block;
    margin-left: 10px;
}
.remove-part a i {
    color: #dd4b39;
    font-size: 18px;
}
.hide {
    display: none;
}
#add-new-modal-preloader {
    overflow: hidden;
}
#add-new-notifi {
    padding: 15px;
    margin-bottom: 15px;
    display: none;
}
.modal-preloader .preloader-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #ffffff;
    z-index: 10;
}
.preloader-icon {
    display: none;
}
.modal-preloader .preloader-icon {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    /* width: 100%; */
    text-align: center;
    vertical-align: middle;
}
#add-make-block {
    display: none;
}
#add-model-block {
    display: none;
}
#add-caliber-block {
    display: none;
}
.permalink {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px;
}
/*.select2-container {
    width: 100% !important;
}*/
.parts-list {
    width: 50%;
}
.add-new-parts:hover {
    cursor: pointer;
}
/*#add-parts-part-block {
    display: none;
}*/


/**
 * wizard
 */
#build-wizard {
    /*display: none;*/
}
.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}
.wizard ul, .tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    float: left;
}
.wizard>.steps>ul>li {
    width: 20%;
}
.wizard ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
}
.steps ul .error {
    border: none !important;
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}
.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard>.content {
    border: 1px solid #eeeeee;
    display: block;
    margin: .5em;
    min-height: 15em;
    overflow: hidden;
    /*position: relative;*/
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.content>.body {
    float: left;
    /*position: absolute;*/
    width: 100%;
    height: 95%;
    padding: 10px;
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    margin: 0 .5em;
}
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    float: left;
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sitewrapper>.content .main>section h3 {
    font-size: 2em;
}
.wizard>.content>.title, .tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}
.alert-message {
    display: none;
}
.alert-message-picturs {
    display: none;
}
#add-picturs {
    display: none;
}
#previewButton {
    float: left;
    margin-left: 10px;
}

#build-wizard section {
    margin-bottom: 22px;
    box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
    background: #fff;
    padding: 33px 30px 23px;
    width: 100%;
    float: left;
}
.build-save-block {
    width: 100%;
}
.build-save-block label {
    float: left;
}
.build-save-block button {
    float: right;
}


/* timeline */
.message-item {
margin-bottom: 25px;
margin-left: 40px;
position: relative;
}
.message-item .message-inner {
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
padding: 10px;
position: relative;
}
.message-item .message-inner:before {
border-right: 10px solid #ddd;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -20px;
top: 6px;
width: 0;
}
.message-item .message-inner:after {
border-right: 10px solid #fff;
border-style: solid;
border-width: 10px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -18px;
top: 6px;
width: 0;
}
.message-item:before {
background: #fff;
border-radius: 2px;
bottom: -30px;
box-shadow: 0 0 3px rgba(0,0,0,0.2);
content: "";
height: 100%;
left: -30px;
position: absolute;
width: 3px;
}
.message-item:after {
background: #fff;
border: 2px solid #ccc;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
content: "";
height: 15px;
left: -36px;
position: absolute;
top: 10px;
width: 15px;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.message-item .message-head {
border-bottom: 1px solid #eee;
margin-bottom: 8px;
padding-bottom: 8px;
}
.message-item .message-head .avatar {
margin-right: 20px;
}
.message-item .message-head .user-detail {
overflow: hidden;
}
.message-item .message-head .user-detail h5 {
font-size: 16px;
font-weight: bold;
margin: 0;
}
.message-item .message-head .post-meta {
float: left;
padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
color: #333;
font-weight: bold;
text-align: right;
}
.post-meta > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
.message-item .message-head .post-meta >div {
color: #333;
font-weight: bold;
text-align: right;
}
.post-meta > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
/* timeline end */

.build-inner-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.build-inner-parts {
    width: 100%;
    float: left;
    /* list-style: none; */
    margin: 0;
    padding-left: 15px;
}
.build-inner-parts li {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}
.build-inner-content {
    width: 100%;
    float: left;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.build-inner-content iframe {
    width: 100%;
}
.build-publish-checkbox {
    width: 70px;
    float: left;
}
.build-status-alert {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d9edf7;
    margin-bottom: 15px;
}
.build-inner-username {
    width: 100%;
}
.build-inner-username a img {
    width: 35px;
}
.build-inner-options {
    width: 100%;
}
.build-inner-options a {
    width: 100%;
    display: block;
    font-size: 18px;
}
/* demo */


/* search build */
/*.search-builds {
    width: 100%;
    float: left;
}
.filter-block {
    width: 25%;
    float: left;
    padding: 15px;
}
.filter-list-block {
    width: 75%;
    float: left;
    position: relative;
}
.search-build-loader {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
.search-build-loader div {
    width: 90px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}
.search-builds-list {
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
}
.search-builds-list li {
    width: 47.8%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 150px;
    overflow: hidden;
    background: #000000;
    position: relative;
}
.search-builds-list li a img {
    width: 100%;
}
.search-builds-list li:hover a img {
    opacity: 0.5;
}
.search-builds-list li:hover .build-stat {
    left: 10px;
}
.search-builds-list li:hover h3 {
    top: 25%;
}
.search-builds-list li:hover .build-make {
    bottom: 5px;
}
.search-builds-list li .build-author {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
    font-size: 11px;
}
.search-builds-list li .build-author a {
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
}
.search-builds-list li .build-author img {
    width: 30px;
}
.search-builds-list li .build-make {
    position: absolute;
    left: 10px;
    bottom: -60px;
    z-index: 10;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
    border-left: 5px solid #FFF602;
    padding-left: 7px;
}
.search-builds-list li .build-make a {
    display: block;
    color: #fff;
}
.search-builds-list li h3 {
    position: absolute;
    top: 65%;
    left: 10px;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
}
.search-builds-list li .build-stat {
    position: absolute;
    z-index: 10;
    left: -60px;
    top: 5px;
    color: #ffffff;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all .2s ease-out .2s;
}
.search-builds-list li .build-stat span {
    margin-right: 7px;
    text-shadow: 1px 1px 1px black, 0 0 1em black;
}
.search-order {
    width: 100%;
    padding: 0;
    float: left;
    list-style: none;
    margin-top: 10px;
}
.search-order li {
    float: right;
    padding-left: 25px;
    padding-right: 25px;
}
.search-order li a {
    border-bottom: 1px dotted #337ab7;
}
.search-order li a:hover {
    text-decoration: none;
    cursor: pointer;
}
.pager {
    width: 100%;
    float: left;
}
.pager ul .selected a {
    background-color: #eee;
}*/
.not-found {
    background: #fff !important;
    /*width: 97.3% !important;*/
    text-align: center;
    border: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
}
.not-found a {
    color: #ffffff;
    text-decoration: underline;
}
.not-found .btn-custom {
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-top: 25px;
}
/* search build end */

.not-found-requests {
    background: #fff !important;
    width: 100% !important;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    /* max-width: 100% !important; */
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    position: absolute !important;
    border: none !important;
    display: block;
    height: 25px;
}

/* news feed */
.fixed-block {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    /*position: fixed;*/
    width: 100%;
}
.news-center-block {
    width: 100%;
}
#news-feed-post {
    float: right;
}
.from-notifications-block {
    display: none;
}
.from-notifications-block .timeline {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.from-notifications-block .timeline li {
    margin-bottom: 0;
}
.create-menu-mini {
    width: 100%;
    padding-top: 25px;
    /*border-top: 1px solid #eee;*/
    float: left;
    padding-left: 5px;
}
.create-menu-mini label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}
.create-menu-mini ul {
    margin: 0;
    width: 100%;
    padding-top: 10px;
    float: left;
    padding-bottom: 15px;
}
.create-menu-mini ul li {
    width: 100%;
    float: left;
    /* text-align: center; */
    padding-left: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}
.create-menu-mini ul li:first-child {
    border-top: none;
}
.create-menu-mini ul li a {
    color: #148DCC;
    font-size: 14px;
}
.create-menu-mini ul li a:hover {
    text-decoration: none;
}
.create-menu-mini ul li a i {
    color: #777;
    padding-right: 15px;
    font-size: 18px;
}
.create-menu-mini ul li a:hover {
    opacity: 0.7;
}
.current-user-block {
    width: 100%;
    color: #148DCC;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.current-user-block img {
    width: 40px;
    vertical-align: middle;
}


.post-form-content {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #9E9E9E;
    min-height: 75px;
    font-size: 14px;
}



.create-post {
    padding: 15px;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.timeline {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    float: left;
}
.timeline li {
    width: 100% !important;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    float: left;
}
.timeline li .news-block-header {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    float: left;
}
.timeline li a {
    color: #148DCC;
}

.timeline .news-is-hidden {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    font-size: 14px;
}

.news-user {
    width: 9.5%;
    float: left;
}
.news-block-title {
    width: 90%;
    float: left;
    padding-top: 5px;
}
.news-block-title span i {
    display: block;
    font-size: 12px;
    color: #ccc;
    padding-top: 7px;
}
.timeline li .news-block-header a {
    /*margin-right: 10px;*/
    font-size: 14px;
    color: #148DCC;
    position: relative;
}
.timeline li .news-block-header a img {
    width: 45px;
    vertical-align: middle;
    margin-right: 10px;
}
/*.timeline li .news-block-header a i {
    position: absolute;
    color: #ccc;
    top: 20px;
    left: 58px;
    z-index: 100;
    width: 150px;
    font-size: 10px;
}*/
.timeline li .news-block-header span {
    font-size: 14px;
}
/*.timeline li .news-block-header span:before {
    content: '\25b6';
    color: #ccc;
    font-size: 10px;
    margin-right: 7px;
}*/
.timeline li .news-block-post {
    width: 100%;
    padding-top: 15px;
    float: left;
}
.news-contacts-block {
    background: #fff;
}
.news-contacts-block ul {
    position: fixed;
    width: 100%;
    float: left;
    background: #fff;
}
.content-loader, .content-loader-comments {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    border: 0 !important;
    text-align: center;
}
.load-more-btn {
    width: 100%;
    border: 0 !important;
    text-align: center;
}

.post-type-friend {
    width: 100%;
    border: 1px solid #eeeeee;
}
.user-cover-bg {
    background: #cccccc;
    min-height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 1px solid #eeeeee;
}
.user-cover-bg a {
    width: 120px;
    display: block;
    position: absolute;
    top: 85px;
    left: 15px;
    z-index: 1;
}
.user-cover-bg a img {
    width: 100%;
}
.user-cover-bg .user-name {
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 2px 0 rgba(18, 18, 18, 0.67);
    font-family: 'helveticaneuecyrbold', Arial, Tahoma, sans-serif;
    position: absolute;
    left: 150px;
    top: 115px;
}
.post-type-friend-actions {
    width: 100%;
    background: #ffffff;
    min-height: 70px;
    position: relative;
}
.post-type-friend-actions a {
    position: absolute;
    right: 17px;
    /*top: 17px;*/
}
.post-type-friend-actions a:hover {
    cursor: pointer;
}
.post-type-status {
    width: 100%;
    background: #148DCC;
    color: #ffffff;
    padding: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.post-type-blog-comment {
    width: 100%;
    background: #4CAF50;
    color: #ffffff;
    padding: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.comment-bl {
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}
.post-type-forum {
    width: 100%;
    background: #F44336;
    color: #ffffff;
    padding: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.post-type-forum a {
    text-decoration: underline;
    color: #ffffff !important;
}

.post-type-thread {
    width: 100%;
    background: #8BC34A;
    color: #ffffff;
    padding: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.post-type-thread a {
    text-decoration: underline;
    color: #ffffff !important;
}

.post-type-blog {
    width: 100%;
    min-height: 150px;
    border-bottom: 1px solid #eee;
}
.post-type-blog-cover {
    width: 100%;
    min-height: 250px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.post-type-blog-title {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}

.post-type-build {
    width: 100%;
    min-height: 150px;
    border-bottom: 1px solid #eeeeee;
}
.post-type-build-cover {
    width: 100%;
    min-height: 250px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.post-type-build-title {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}


.post-type-manufacturer {
    width: 100%;
    min-height: 150px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.post-type-manufacturer-cover {
    width: 150px;
    min-height: 150px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #eee;
}
.post-type-manufacturer-title {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 20px;
}

.post-type-parts {
    width: 100%;
    min-height: 150px;
    padding-bottom: 15px;
}
.post-type-parts-cover {
    width: 150px;
    min-height: 150px;
    display: inline-block;
    float: left;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #eee;
    margin-right: 15px;
}
.post-type-parts-title {
    font-size: 20px;
}

.post-type-models {
    width: 100%;
    min-height: 150px;
    padding-bottom: 15px;
}
.post-type-models-cover {
    width: 150px;
    min-height: 150px;
    display: inline-block;
    float: left;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #eee;
    margin-right: 15px;
}
.post-type-models-title {
    font-size: 20px;
}

.news-block-comments {
    width: 100%;
    padding-top: 15px;
    position: relative;
    float: left;
}
.news-block-comments a {
    display: inline-block;
}
.news-block-comments a img {
    width: 40px;
}
.news-block-comments textarea {
    width: 91.5%;
    float: right;
    font-size: 14px;
    padding: 3px;
    resize: none;
    border: 1px solid #eeeeee;
}
.comments-count {
    width: 100%;
    float: left;
    color: #777;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
    cursor: pointer;
}
.news-item-comments-list {
    display: none;
}
.post-form {
    width: 100%;
    /*margin-bottom: 15px;*/
}
.post-form a {
    display: inline-block;
    width: 6%;
    float: left;
    margin-right: 15px;
}
.post-form a img {
    width: 55px;
}
.post-form textarea {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.news-item-comments-list {
    width: 100%;
    /*background: #eeeeee;*/
    float: left;
    margin-top: 10px;
}
.news-item-comments-list li {
    margin-bottom: 0;
    background: transparent;
    border: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news-item-comments-list li .ava-block {
    width: 7%;
    float: left;
}
.news-item-comments-list li .comment-text-block {
    width: 93%;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.4;
}
.news-item-comments-list li .comment-text-block a {
    color: #148DCC;
    /* text-decoration: underline; */
    /*font-weight: bold;*/
}
.news-item-comments-list li .comment-text-block span {
    display: block;
    color: #cccccc;
    margin-top: 5px;
    font-size: 12px;
}
.news-item-comments-list li .comment-text-block span a {
    margin-right: 10px;
}
.news-item-comments-list li .ava-block a {    
    display: block;
}
.news-item-comments-list li .ava-block a img {
    width: 100%;
}


.news-item-comments-list li .news-item-comments-list-reply {
    margin-left: 50px;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.news-item-comments-list li .news-item-comments-list-reply li {
    border: 0;
}
.news-item-comments-list li .news-item-comments-list-reply {

}

.reply-top-block {
    width: 100%;
}
.reply-top-field {
    border: 1px solid #eeeeee;
    padding: 3px;
    min-height: 40px;
}

.reply-inner-block {
    width: 91.4% !important;
    border-top: 1px solid #eeeeee !important;
}
.reply-inner-field {
    border: 1px solid #eeeeee;
    padding: 3px;
    min-height: 35px;
}
.reply-inner-field b {
    background: #148DCC;
    padding: 1px 2px 1px 2px;
    color: #ffffff;
}

/* news feed end */

/* comments */
.comments-block {
    width: 100%;
    float: left;
}
.new-comment {
    width: 100%;
    float: left;
    padding: 15px;
    background: rgba(238, 238, 238, 0.24);
    margin-bottom: 20px;
}
.new-comment a {
    display: inline-block;
    width: 6%;
    float: left;
    margin-right: 15px;
}
.new-comment a img {
    width: 55px;
    border: 1px solid #eee;
}
.new-comment .comment-textarea {
    display: inline-block;
    width: 92%;
    max-width: 92%;
    background-color: #fff;
    border: 1px solid #eee;
    min-height: 55px;
    padding: 7px;
}
.comments-list {
    width: 100%;
    /*float: left;*/
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-list li {
    width: 100%;
    /* border: 1px solid #eeeeee; */
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    /* padding: 15px; */
    float: left;
    position: relative;
}
/*.comment-text {
    max-width: 72%;
    display: inline-block;
}*/
.comment-text a {
    display: block;
    width: 100%;
    margin-top: 7px;
    font-size: 12px;
    text-decoration: underline;
}
.comment-date {
    position: absolute;
    top: 15px;
    right: 20px;
}
/*.comments-list li a { 
    display: inline-block;
    float: left;
}*/
.comment-actions {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
/*.comment-actions a {
    text-decoration: underline;
    color: #148dcc;
    font-size: 11px;
}*/
/*.comments-list li a img {
    width: 45px;
    float: left;
    margin-right: 15px;
}*/
.comments-list li a b {
    /*margin-left: 7px;*/
    margin-right: 7px;
}
.clear {
    clear: both;
}
#comment-edit-content {
    width: 100%;
    min-height: 100px;
    border: 1px solid #eeeeee;
    padding: 5px;
    font-size: 14px;
    max-width: 100%;
}
#comment-report-content {
    width: 100%;
    min-height: 100px;
    border: 1px solid #eeeeee;
    padding: 5px;
    font-size: 14px;
    max-width: 100%;
}
#post-comment-btn {
    float: right;
    margin-top: 10px;
}
/* end comments */

.edit-block {
    background: #f7fff1;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    text-align: right;
}

.edit-block label {
    color: #148dcc;
    margin-right: 25px;
    cursor: pointer;
    font-size: 12px;
}

.edit-block a {
    color: #148dcc;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
.edit-block a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #148dcc;
}


.variant1 li {
    width: 48%;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
    height: 117px;
    overflow: hidden;
    background: #000000;
    position: relative;
}
.variant1 li:nth-child(2n+2) {
    margin-right: 0;
}
.variant1 li:nth-child(4n+4) {
    margin-right: 0;
}

.variant2 li {
    width: 32%;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
    height: 117px;
    overflow: hidden;
    background: #000000;
    position: relative;
}
.variant2 li:nth-child(3n+3) {
    margin-right: 0;
}
.variant2 li:nth-child(6n+6) {
    margin-right: 0;
}
.border-right {
    border-right: 1px solid #ededed;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, 0.54);
}

/* end demo */
.row-fluid label {
    color: #777;
    font-size: 12px;
    margin-bottom: 17px;
}
.note-group-image-url label {
    color: #777;
    font-size: 12px;
    margin-bottom: 17px;
}
.note-group-select-from-files label {
    color: #777;
    font-size: 12px;
    margin-bottom: 17px;
}
.link-form-input label {
    color: #777;
    font-size: 12px;
    margin-bottom: 17px;
}

.label {
    border-radius: 0;
}
/*.select2-dropdown {
    position: absolute;
    z-index: 100;
}*/

.mobile-user-notifi {
    display: none;
}

.zoom-image {
    position: absolute;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 2.8px 0.2px rgba(147, 147, 147, 0.37);
    z-index: 100;
    display: none;
}

/*.select2-search__field {
    height: 20px;
    position: absolute;
}*/
/*#test {
    display: block !important;
}*/

.post-rating-block {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}
.live-rating {
    padding: 1px 5px 1px 5px;
    background: #4CAF50;
    color: #ffffff;
    position: relative;
    top: -5px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
}
.live-rating-small {
    padding: 1px 5px 1px 5px;
    background: #4CAF50;
    color: #ffffff;
    position: relative;
    top: -2px;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    font-size: 10px;
}

.form-group {
    margin-bottom: 15px;
    /*float: left;*/
    width: 100%;
}
.form-group label {
    margin-left: 10px;
    margin-bottom: 7px;
}


.manufacturers-content {
    width: 100%;
    float: left;
}
.manufacturers-content dl {
    width: 25%;
    float: left;
    padding-right: 15px;
}
.manufacturerHeader {
    background: #148DCC;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 7px;
}
.manufacturers-content dd {
    margin-bottom: 7px;
    padding-left: 7px;
    font-size: 14px;
}


.manufacturers-content div {
    width: 20%;
    float: left;
}

.custom-select + .customSelect2-container {
  margin-bottom: 13.5px;
  box-shadow: 0 0 4px 0 rgba(147, 147, 147, 0.37);
}
.custom-select + .customSelect2-container.customSelect2-container--open {
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
}
.custom-select + .customSelect2-container .customSelect2-selection--single {
  border: none;
  border-radius: 0;
  height: 47px;
  background: #fff;
}
.custom-select + .customSelect2-container .customSelect2-selection__placeholder {
  color: #263238;
}
.custom-select + .customSelect2-container .customSelect2-selection__rendered {
  font-size: 14px;
  color: #263238;
  padding-right: 38px;
  line-height: 45px;
  padding-left: 18px;
}
.custom-select + .customSelect2-container .customSelect2-selection__arrow {
  width: 12px;
  height: 8px;
  background: url("../images/select_arrow.png") no-repeat;
  top: 20px;
  right: 16px;
}
.custom-select + .customSelect2-container .customSelect2-selection__arrow b {
  display: none;
}
.customSelect2-dropdown {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 4px 0 rgba(20, 141, 204, 0.8);
  z-index: 100;
}
.customSelect2-dropdown .customSelect2-results__options {
  max-height: 115px !important;
}
.customSelect2-dropdown .customSelect2-results__option {
  padding: 12px 17px;
  font-size: 14px;
  color: #535a5e !important;
  font-family: 'helveticaneuecyrroman', Arial, Tahoma, sans-serif;
}
.customSelect2-dropdown .customSelect2-results__option:hover {
  background: #f3f3f3 !important;
}
.customSelect2-dropdown .customSelect2-results__option--highlighted[aria-selected] {
  background: #f3f3f3 !important;
}

/*@media (max-width: 580px) {
    .popular-tabs-outer {
        position: relative;
        border-bottom: none;
    }
    .popular-section .scroll-hidden {
        overflow: hidden;
        max-height: 42px;
        position: relative;
        z-index: 3;
    }
    .popular-section .scroll-container {
        overflow: auto;
        padding-bottom: 30px;
    }
    .popular-items-tab {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .popular-items-tab {
        display: block;
        white-space: nowrap;
    }
    .popular-items-tab li {
        white-space: nowrap;
    }
}*/


.menu-search-block {
    width: 100%;
}
.search-select {
    /*width: 100%;*/
    width: 253px;
    margin-bottom: 13.5px;
}
.search-select select {
    /*width: 100%;*/
    width: 253px;
    font-size: 14px;
}
.chosen-container {
    width: 100% !important;
}
#blogposts-container {
    display: none;
}

.advertising-widget, .top-builds-widget, .trending-widget, .top-blogs-widget, .build-permalink-widget {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.build-permalink-widget {
    padding: 15px;
    box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
    background: #fff;
}
.build-permalink-widget h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.build-permalink-widget input {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
}
.build-parts-list {
    width: 100%;
    float: left;
}
.top-builds-widget .build-block:last-child {
    margin-bottom: 0;
}

.trending-widget .inner-trending-content .trending-blocks .blogpost-block {
    max-width: 100%;
}
.no-build-image {
    width: 100%;
    height: 495px;
    border: 1px solid #eeeeee;
    background-image: url('/images/diagonal_bg.png');
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}
.no-build-image span {
    display: block;
    width: 100px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.empty-parts {
    padding: 15px;
    box-shadow: 0 0 3px 0 rgba(147, 147, 147, 0.37);
    background: #fff;
    text-align: center;
    font-size: 14px;
}
.part-info {
    border: 1px solid #eee;
    min-height: 50px;
    padding: 15px;
}
.empty-desription {
    text-align: center;
    color: #eee;
    font-size: 14px;
}