/*
	Theme Name: SnowFlat
	Theme URI:
	Theme Version: 1.4
	Theme Date: 2014-03-11
	Theme Author: Q2A Market
	Theme Author URI: http://www.q2amarket.com/
	Theme License: GPLv2
*/
@font-face {
    font-family: "Gotham Pro";
    src: url(fonts/GothamPro.ttf);
}

@font-face {
    font-family: "Gotham Pro Light";
    src: url(fonts/GothamProLight.ttf);
}

@font-face {
    font-family: "Gotham Pro Medium";
    src: url(fonts/GothamProMedium.ttf);
}

.clearfix, .qa-q-item-clear,
.qa-nav-main-list, .qa-nav-sub,
.qa-page-links, .qa-page-links-list,
.qa-template-admin .qa-message-buttons,
.qa-q-item-avatar-meta, .qa-message-item,
.qa-q-view, .qa-part-q-view, .qa-q-view-content, .qa-q-view-buttons, .qa-part-form-q-edit,
.qa-a-list-item, .qa-a-item-buttons, .qa-a-item-content,
.qa-c-item-buttons, .qa-c-item-clear,
.qam-footer-row, .qam-qa-list-meta-box,
.qa-nav-footer-list, .qa-footer-clear {
    *zoom: 1;
}

.qa-main:after, .qa-main-wrapper:after, .qa-body-wrapper:after, .qa-sidepanel:after,
.clearfix:after, .qa-q-item-clear:after,
.qa-nav-main-list:after, .qa-nav-sub:after,
.qa-page-links:after, .qa-page-links-list:after,
.qa-template-admin .qa-message-buttons:after,
.qa-q-item-avatar-meta:after, .qa-message-item:after,
.qa-q-view:after, .qa-part-q-view:after, .qa-q-view-content:after, .qa-q-view-buttons:after, .qa-part-form-q-edit:after,
.qa-a-list-item:after, .qa-a-item-buttons:after, .qa-a-item-content:after,
.qa-c-item-buttons:after, .qa-c-item-clear:after,
.qam-footer-row:after, .qam-qa-list-meta-box:after,
.qa-nav-footer-list:after, .qa-footer-clear:after,
.qa-part-ranking:after, .qa-ranking-item:after {
    content: " ";
    display: table;
    clear: both;
}

/*------[ icon font ]------*/
@font-face {
    font-family: "fontello";
    src: url("fonts/fontello.eot?70015067") format("embedded-opentype"),
        url("fonts/fontello.eot?70015067#iefix") format("embedded-opentype"),
        url("fonts/fontello.woff?70015067") format("woff"),
        url("fonts/fontello.ttf?70015067") format("truetype"),
        url("fonts/fontello.svg?70015067#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*------[ base css ]------*/
html {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Gotham Pro";
}

:-moz-placeholder {
    color: #bdc3c7;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #bdc3c7;
    font-style: italic;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ecf0f1 !important;
    background-image: url("images/site-background-image.png");
    background-position: top left;
    background-repeat: repeat;
    position: relative;
    font-family: "Gotham Pro", "Ubuntu", "Helvetica", "Arial", "FreeSans", sans-serif;
    color: black;
}

body.body-overflow {
    overflow-y: hidden !important;
    position: fixed;
}

a {
    color: #ff5a00;
    text-decoration: none;
}

a:active, a:focus {
    color: #ff5a00;
    text-decoration: none;
    outline: 0;
}

a:visited {
    color: #ff5a00;
    text-decoration: none;
}

a:hover {
    color: #ff5a00;
    text-decoration: underline;
}

.clear {
    width: 100%;
    height: 1px;
    display: block;
}

.float-fix{
    position: fixed;
}

.qa-main-heading {
    position: relative;
    margin: 0;
    line-height: 35px;
    min-height: 35px;
    color: black;
    display: flex;
    padding: 0 0 20px 0;
    margin-bottom: 23px;
}

.qa-main-heading.white-heading {
    background: white;
    padding: 20px 0;
    margin-bottom: 0px;
    padding-left: 75px;
}

.qa-main-heading h1 {
    display: flex;
    /*flex-wrap: wrap;*/
}

form .qa-main-heading h1, .qa-main-heading h1 {
    /*f padding-left: 75px;*/
    order: 1;
    /*fix submenu width: calc(100% - 50px);*/
    width: calc(100% - 260px);
    padding-right: 20px;
}

form .qa-main-heading.white-heading h1::before, .qa-main-heading.white-heading h1::before {
    display: none !important;
}

form .qa-main-heading a, .qa-main-heading a {
    color: black !important;
    text-align: left;
    /*fix submenu max-width: calc(100% - 105px);*/
}

.qa-main-heading.question h1::before {
    display: block;
    content: '';
    background: url('images/question-h1.png') no-repeat;
    width: 33px;
    height: 33px;
    margin: 0 32px;
}

h1 {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.35em;
    font-family: "Gotham Pro Medium";
}

h1 a {
    color: #fff;
    line-height: inherit;
    border: 0;
    text-decoration: none;
    opacity: 0.85;
}

h1 a:hover {
    border-bottom: 0;
}

h1 a:hover, h1 a:focus, h1 a:visited {
    color: #fff;
    line-height: inherit !important;
    opacity: 1;
}

h2 {
    font-size: 1.25em;
    font-family: "Gotham Pro Medium";
}

h3 {
    font-size: 1em;
    font-family: "Gotham Pro Medium";
}

h4 {
    font-size: 0.875em;
}

h5 {
    font-size: 0.75em;
}

h6 {
    font-size: 0.625em;
}

p {
    margin: 0 0 1em 0;
}

hr {
    background-color: #bdc3c7;
    display: block;
    margin: 20px 0;
    border: none;
    height: 1px;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto !important;
}

input, textarea, select {
    font-size: 0.875em;
}

b, strong {
    font-weight: bold;
}

small {
    font-size: 0.75em;
}

table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

th, td {
    padding: 10px 0;
}

pre {
    background-color: #e0e4e5;
    border-bottom: 1px solid gray;
    margin: 1em 0;
    overflow: auto;
    padding: 0.4em 0.8em;
    width: 98%;
    font-size: 0.82em;
}

pre code {
    background-color: #d6dadb;
}

code, samp, kbd {
    color: #34495e;
    font-family: "Courier New", Courier, monospace, sans-serif;
    text-align: left;
}

blockquote {
    background-color: #e0e4e5;
    border-left: 11px solid #3498db;
    padding: 1em;
    margin: 1em 0;
    overflow-x: auto;
}

blockquote p {
    margin: 0;
    font-size: 1em;
    font-style: italic;
    color: #7f8c8d;
}

.qa-search {
    padding: 0px;
    margin-bottom: 35px;
    background: #bdc3c7;
    box-shadow: 0 6px 40px rgba(103, 41, 8, 0.05);
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.qa-search form {
    display: flex;
}

.qa-search-field {
    font-family: "Gotham Pro";
    margin: 0 -40px 0 0;
    padding: 0 40px 0 15px;
    vertical-align: bottom;
    width: 100%;
    height: 36px;
    border: none !important;
}

.qa-search-field:focus {}

.qa-search-button {
    width: 36px;
    height: 36px;
    margin: 0 !important;
    text-indent: -9999px;
    background: url('images/search.png') center no-repeat;
    border: none;
    outline: none;
}

@media (max-width: 979px) {
    .qam-search {
        display: none;
    }
}

.qam-search.turquoise .qa-search {}

.qam-search.turquoise .qa-search-field:focus {}

.qam-search.turquoise .qa-search-button {}

.qam-search.the-top {
    display: none;
    margin: 0 10px 10px;
}

.qa-error, .qa-warning, .qa-success, .qa-notice {
    margin-bottom: 5px;
    padding: 10px;
    color: #fff;
}

.qa-error a, .qa-warning a, .qa-notice a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.qa-error a:hover, .qa-warning a:hover, .qa-notice a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-error {
    background: #ff5a00;
    border-radius: 4px;
    position: relative;
    z-index: 999;
}

.qa-warning {
    background: #f1c40f;
    border-radius: 4px;
    position: relative;
    z-index: 999;
}

.qa-success {
    background: #27ae60;
    border-radius: 4px;
    position: relative;
    z-index: 999;
}

.qa-notice {
    margin-bottom: 0;
    border-radius: 4px;
    background: #d35400;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
}

.qa-notice-close-button {
    margin: 0;
    float: right;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url('images/icons/close-black.png') no-repeat center;
    text-indent: -9999px;
    border: none;
    outline: none;
    -webkit-transition: background-image 0.5s;
    transition: background-image 0.5s;
}

.qa-notice-close-button:hover, .qa-notice-close-button:focus {
    background: transparent url('images/icons/close-red.png');
    /* override generic input styles */
    outline: none;
    border: none;
}

/*------[ main nav css ]------*/
@media (max-width: 767px) {

    .qa-template-questions.qam-body-fixed, .qa-template-unanswered.qam-body-fixed, .qa-template-user.qam-body-fixed,
    .qa-template-account.qam-body-fixed, .qa-template-messages.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
    [class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
        padding-top: 118px;
    }
}

@media (min-width: 768px) {

    .qa-template-questions.qam-body-fixed, .qa-template-unanswered.qam-body-fixed, .qa-template-user.qam-body-fixed,
    .qa-template-account.qam-body-fixed, .qa-template-messages.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
    [class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
        padding-top: 105px;
    }
}

@media (max-width: 979px) {

    .qa-template-user.qam-body-fixed, .qa-template-account.qam-body-fixed, .qa-template-favorites.qam-body-fixed,
    [class^="qa-template-user-"].qam-body-fixed, [class*="qa-template-user-"].qam-body-fixed {
        padding-top: 142px;
    }

    .qam-body-fixed {
        padding-top: 70px;
    }

    .qa-template-messages.qam-body-fixed {
        padding-top: 95px;
    }

    .qa-template-admin.qam-body-fixed {
        padding-top: 240px;
    }
}

@media (min-width: 980px) {
    .qam-body-fixed {
        padding-top: 80px;
    }

    .qa-template-admin.qam-body-fixed {
        padding-top: 105px;
    }
}

#qam-topbar {
    font-size: 0.875em;
    background: white !important;
    border-top: 10px solid #ff5a00;
}

#qam-topbar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 99990;
}

.qam-main-nav-wrapper {
    background: white;
    color: #bdc3c7;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.qam-main-nav-wrapper a {
    color: #fff;
}

.qam-menu-toggle {
    display: none;
}

@media (max-width: 979px) {
    .qam-main-nav-wrapper {
        position: relative;
    }

    .qam-menu-toggle {
        display: block;
        /* turn on menu icon */
        float: left;
        margin: 0 10px 0 0;
        font-size: 34px;
        order: 4;
        justify-self: center;
        align-self: center;
    }

    .qam-menu-toggle.current {
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
    }

    .qam-menu-toggle .icon-th-list {
        display: block;
        margin-top: 33px;
    }
}

.qa-logo {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin: 0 1px 0 0;
}

.qa-logo img {
    max-height: 42px !important;
    width: auto;
}

.qa-logo-link {
    line-height: 49px;
    display: block;
    padding: 30px 30px 10px 0 !important;
}

.qa-logo-link:hover {
    text-decoration: none;
}

@media (max-width: 500px) {
    .qam-main-nav-wrapper {
        flex-wrap: wrap;
    }

    .qa-logo {
        text-align: center;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .qa-logo-link {
        padding: 5px 5px 15px 5px !important;
    }
}

@media (max-width: 767px) {
    .qa-nav-main {
        width: 100% !important;
    }
}

@media (max-width: 979px) {
    .qa-nav-main {
        width: 30%;
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        z-index: 1090;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 980px) {
    .qa-logo-link {
        padding: 5px 0px;
    }

    .qa-logo-link:hover {
        background: white;
    }

    .qa-nav-main {
        vertical-align: bottom;
        display: inline-block;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .qa-nav-main-item {
        float: left;
        margin: 0 1px;
    }

    .qa-nav-main-item a {
        font-family: "Gotham Pro";
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        color: black !important;
        background-color: transparent;
        display: flex;
        align-items: center;
        padding: 5px 6px 10px 5px;
    }

    .qa-nav-main-item a:hover {
        background-color: transparent;
        color: #ff5a00 !important;
    }

    .qa-nav-main-item-opp {
        float: right;
        margin: 0 1px;
    }

    .qa-nav-main-item-opp:last-child {
        margin: 0 0 0 50px;
    }
}

.qa-direct-ask {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    background: #272a32;
    color: white;
    margin-right: 30px;
    padding: 60px;
    box-shadow: 0 6px 40px rgba(103, 41, 8, 0.05);
    border-radius: 4px;
    background-color: #272a32;
}

@media (max-width:600px){
    .qa-direct-ask{
        padding: 20px;
    }

    .qa-direct-ask a span::before{
        display: none !important;
    }
}

.qa-direct-ask p {
    color: #ffffff;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
}

.qa-direct-ask a {
    max-width: 202px;
    min-height: 50px;
    box-shadow: 0 6px 24px rgba(255, 90, 0, 0.28);
    border-radius: 4px;
    background-color: #ff5a00;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qa-direct-ask a span {
    font-family: "Gotham Pro";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.qa-direct-ask a span::before {
    display: block;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url('images/sprites.png');
    background-position-x: -173px;
    background-position-y: -2px;
}

.qa-nav-main {
    margin-top: auto;
}

.qa-nav-main-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qa-nav-main-list .qa-nav-main-link:before {
    content: '' !important;
    width: 17px;
    height: 17px;
    display: block;
    float: left;
    box-sizing: content-box;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    background-color: #ff5a00;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkitmask-repeat: no-repeat;
}

.qa-nav-main-activity .qa-nav-main-link:before {
    content: '\e804';
}

.qa-nav-main-questions .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/questions.svg');
    mask-image: url('images/svg/questions.svg');
}

.qa-nav-main-hot .qa-nav-main-link {
    color: #f39c12;
}

.qa-nav-main-hot .qa-nav-main-link:before {
    content: '\e805';
}

.qa-nav-main-hot .qa-nav-main-link.qa-nav-main-selected {
    color: #f5b043;
}

.qa-nav-main-unanswered .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/without-answers.svg');
    mask-image: url('images/svg/without-answers.svg');
}

.qa-nav-main-tag .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/label-right-arrow-outline.svg');
    mask-image: url('images/svg/label-right-arrow-outline.svg');
}

.qa-nav-main-categories .qa-nav-main-link:before {
    content: '\e808';
}

.qa-nav-main-user .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/user.svg');
    mask-image: url('images/svg/user.svg');
    mask-size: 17px 17px;
}

.qa-nav-main-ask .qa-nav-main-link {
    color: #2ecc71;
}

.qa-nav-main-ask .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/circle.svg');
    mask-image: url('images/svg/circle.svg');
    mask-size: 17px 17px;
    -webkit-mask-size: 100%;
}

.qa-nav-main-ask .qa-nav-main-link.qa-nav-main-selected {
    color: #54d98c;
}

.qa-nav-main-admin .qa-nav-main-link:before {
    -webkit-mask-image: url('images/svg/right-arrow.svg');
    mask-image: url('images/svg/right-arrow.svg');
}

.qa-nav-main- .qa-nav-main-link:before {
    content: '\e80d';
}

.qa-nav-main-link {
    background-color: white;
    color: black !important;
    display: block;
    line-height: normal;
    min-width: 60px;
    width: auto;
    height: auto;
}

.qa-nav-main-link:hover {
    text-decoration: none;
    color: #ff5a00 !important;
}

.qa-nav-main-link:before {
    font-family: "fontello";
    font-size: 24px;
    content: '\e80d';
    mask-size: 100% 100% !important;
}

#qam-sidepanel-mobile{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

#siteseal {
    margin-bottom: 30px;
    order: 10;
}

@media (max-width: 979px) {
    .qa-nav-main-link {
        padding: 5px 10px;
    }

    .qa-nav-main-link:before {
        display: inline-block;
        width: 24px;
        margin: 0 15px 0 0;
    }
}

@media (min-width: 980px) {
    .qa-nav-main-link {
        padding: 5px;
        text-align: center;
    }

    .qa-nav-main-link:before {
        margin-right: 5px;
        text-align: center;
        margin-bottom: 5px;
    }
}

.qa-nav-main-link.qa-nav-main-selected {
    color: #ff5a00 !important;
}

.qa-nav-sub {
    padding: 0 !important;
    border-radius: 5px !important;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 260px;
    z-index: 999;
}

@media (max-width: 600px) {
    .qa-nav-sub{
        display: flex;
        justify-content: center;
    }
}

.qa-nav-sub ul{
    background-color: #f3f2f1 !important;
}

.qa-template-admin .qa-nav-sub ul{
    background-color: #ff5a00 !important;
}

.qa-nav-sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.qa-nav-sub-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.qa-nav-sub-list li a, .qa-nav-sub-list li a:hover {
    color: #737373 !important;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: normal !important;
    line-height: 38px;
    padding: 0 15px 0 15px;
}

.qa-nav-sub-list li a.qa-nav-sub-selected::after {
    display: block;
    width: 15px;
    height: 12px;
    content: '';
    background: url('images/sprites.png');
    background-position: -1px -151px;
    position: absolute;
    right: 10px;
    top: 14px;
}

.qa-nav-sub-list li a.no-bg::after {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

.qa-template-admin .qa-nav-sub-list {
    background: #ff5a00;
    border-color: #ff5a00;
}

.qa-template-admin .qa-nav-sub-list li a {
    color: white !important;
    font-size: 13px;
    font-weight: normal;
    justify-content: flex-start;
}

.qa-template-admin .qa-nav-sub-list li a:hover {
    color: white !important;
    display: flex;
}

.qa-nav-sub-list li a.qa-nav-sub-selected.no-bg {
    font-weight: bold !important;
    color: black !important;
}

.qa-template-admin .qa-nav-sub-list li a.qa-nav-sub-selected.no-bg {
    font-weight: normal !important;
    color: white !important;
}

.qa-template-admin .qa-nav-sub-list li a.qa-nav-sub-selected::before {
    display: block;
    width: 15px;
    height: 12px;
    content: '';
    background: url('images/sprites.png');
    background-position: -36px -150px;
    margin-right: 5px;
}

.qa-template-admin .qa-nav-sub-list li a::after {
    display: none;
}

 .qa-nav-sub-item {
    display: block;
    min-width: 280px;
}

@media (max-width: 979px) {
    .qa-nav-sub-list {
        *zoom: 1;
    }

    .qa-nav-sub-list:before, .qa-nav-sub-list:after {
        content: "";
        display: table;
    }

    .qa-nav-sub-list:after {
        clear: both;
    }

    .qa-nav-sub-item {
        width: 100%;
        max-width: 100%;
        float: left;
        box-shadow: -1px -1px 0 0 #cfd9db inset;
    }

    .qa-nav-sub-item:nth-child(3) {
        box-shadow: 0 -1px 0 0 #cfd9db inset;
    }
}

@media (max-width: 979px) {
    .qa-nav-sub {
        position: static;
        margin: 0 auto 30px;
        max-width: 100%;
        width: 100%;
        min-height: 39px;
    }

    .qa-nav-sub ul {
        max-width: 260px;
        width: 100%;
        margin: 0 auto;
        background: inherit;
        z-index: 9999;
    }

    .qa-nav-sub-list {
        position: absolute;
    }

    .qa-main-heading {
        flex-wrap: wrap;
    }

    form .qa-main-heading h1, .qa-main-heading h1 {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        padding: 0 15px;
    }

    form .qa-main-heading h1::before, .qa-main-heading h1::before {
        display: none !important;
    }
}

@media (min-width: 980px) {
    .qa-nav-sub {
        font-size: 13px;
        padding: 0 6px;
    }

    .qa-nav-sub-item {
        display: block;
        min-width: 220px;
    }
}

.qa-nav-sub-link, .qa-nav-sub-link:visited, .qa-nav-sub-link:hover {
    display: block;
    padding: 2px 10px 4px;
    color: #000;
}

.qa-nav-sub-link.qa-nav-sub-selected, .qa-nav-sub-link:visited.qa-nav-sub-selected, .qa-nav-sub-link:hover.qa-nav-sub-selected {
    /* fix color: #ff5a00 !important;*/
    font-weight: bold;
}

.qam-account-items-wrapper {
    float: right;
    display: flex;
    flex-wrap: wrap;
    /* fix position: relative; */
    order: 3;
    align-self: flex-end;
    justify-self: flex-end;
    max-width: 100%;
}

#qam-account-toggle, #qam-account-toggle-register {
    display: block;
    cursor: pointer;
    min-width: 60px;
    width: calc(50% - 10px);
    float: left;
    padding: 11px 15px;
    background-color: transparent;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-family: "Gotham Pro";
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    min-width: 160px;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

#qam-account-toggle-register{
    margin-left: 10px;
    margin-top: 10px;
    order: 1;
    background: #ff5a00;
    border-color: #ff5a00;
    color: white;
}

.qam-account-items.reg .qa-form-tall-data .qa-form-tall-note{
    background: #ffebe0;
    padding: 21px 25px;
    font-family: "Gotham Pro Medium";
    color: black;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
}

.qam-account-items.reg .background-wrap{
    width: 100% !important;
    margin-bottom: 0 !important;
}

.qam-account-items.reg .qa-form-tall-label{
    font-family: "Gotham Pro Medium";
    color: black;
    font-size: 13px;
}


.qam-account-items.reg .big-button-wrapper input[type="submit"]{
    width: calc(100%) !important;
    margin: 0 !important;
}
}

#qam-account-toggle{
    order: 2;
}

#qam-account-toggle:hover {}

#qam-account-toggle .qam-auth-key,
#qam-account-toggle-register .qam-auth-key {
    font-size: 28px;
    display: none;
}

#qam-account-toggle .qam-auth-key:before,
#qam-account-toggle-register .qam-auth-key:before {
    display: inline-block;
}

@media (max-width: 370px){
    .qam-account-items-wrapper{
        width: 100% !important;
    }

    #qam-account-toggle, #qam-account-toggle-register{
        min-width: 45%;
        width: 100% !important;
        max-width: auto;
    }

    .qam-menu-toggle{
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

.black-bg {
    background: black;
    opacity: 0.75;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
}

.qam-account-items {
    background-color: white;
    display: none;
    position: absolute;
    left: calc(50% - 405px / 2);
    top: 60px;
    width: 405px;
    max-width: 100%;
    padding: 40px 50px;
    z-index: 1100;
    box-sizing: border-box;
    border-radius: 4px;
}

.qam-account-items .qa-part-form{
    padding: 0;
}

.qam-account-items label{
    padding-left: 5px;
    position: relative;
    /*left: -25px;
    top: 2px;*/
    color: black;
    user-select: none;
    font-family: "Gotham Pro Medium";
}

.qam-account-items h3 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 25px;
}

.qam-account-items input[type="text"], .qam-account-items input[type="password"] {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid  #f6f6f6;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    color: #272a32;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #272a32;
    opacity: .8;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #272a32;
    opacity: .8;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #272a32;
    opacity: .8;
}
:-moz-placeholder { /* Firefox 18- */
    color: #272a32;
    opacity: .8;
}

.qam-account-items div:not(.qa-nav-user-clear){
    margin-bottom: 20px;
}

.qam-account-items input[type="text"]:hover, .qam-account-items input[type="password"]:hover, .qam-account-items input[type="text"]:focus, .qam-account-items input[type="password"]:focus{
    background-color: white;
    box-shadow: 0 4px 16px rgba(255, 90, 0, 0.15);
}

.qam-account-items #qam-rememberme+label {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 30px !important;
}

.qam-account-items .qa-form-tall-button-login {
    width: 48% !important;
    margin: 0 !important;
    height: 50px;
    box-shadow: 0 6px 24px rgba(255, 90, 0, 0.28);
    border-radius: 4px;
    background: #ff5a00;
    color: white;
}

.qam-account-handle {
    font-size: 14px;
    font-family: 'Gotham Pro';
    font-weight: bold;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qam-account-items .qa-form-tall-button-login {
    width: 100%;
}

.qa-nav-user {
    white-space: nowrap;
    margin: -10px;
    position: relative;
    color: black;
}

.qa-nav-user a {
    color: #ff5a00;
}

.qa-nav-user-facebook-login, .qa-nav-user-register {
    padding: 0 !important;
}

.qa-nav-user-register .qa-nav-user-link {
    background-color: white;
    width: 100%;
    display: block;
    color: black;
    margin: 2px 0 0;
    padding: 5px !important;
    text-align: center;
    line-height: 20px;
    border: 1px solid #d9d9d9;
    width: 48%;
    height: 50px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 0;
    top: -52px;
    border-radius: 4px;
    line-height: 40px;
}

.qa-nav-user-register .qa-nav-user-link:hover {
    background-color: #ff5a00;
    color: white;
    border-color: #ff5a00;
    opacity: .8;
    text-decoration: none;
}

.qa-nav-user-facebook-login {
    border-bottom: none !important;
}

.qa-nav-user-facebook-login .qa-nav-user-nolink {
    width: 100%;
    display: block;
    margin: 2px 0 15px;
    padding: 5px !important;
    line-height: normal;
}

.qa-logged-in {
    display: block;
    padding: 10px 20px;
}

.qa-logged-in:before {
    content: '\e80e';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    background-color: #2c3e50;
    padding: 5px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: normal;
    border-radius: 1em;
}

.qam-logged-in-points {
    padding: 10px 20px;
}

.qam-logged-in-points:before {
    content: '\e810';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    background-color: #2c3e50;
    padding: 5px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: normal;
    border-radius: 1em;
}

.qa-nav-user-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qa-nav-user-item {
    padding: 0 20px;
}

.qa-nav-user-item:last-child {
    border-bottom: none;
}

.qa-nav-user-link {
    padding: 10px 0;
    display: inline-block;
}

.qa-nav-user-updates:before {
    content: '\e812';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    background-color: white;
    color: #b1b3b8;
    padding: 5px;
    margin: 0;
    text-align: center;
    line-height: normal;
    border-radius: 1em;
}

.qa-nav-user-logout:before {
    content: '\e824';
    font-family: "fontello";
    display: inline-block;
    width: 1em;
    background-color: #2c3e50;
    padding: 5px;
    margin: 0;
    text-align: center;
    line-height: normal;
    border-radius: 1em;
    font-size: 22px !important;
}

.qa-logged-in:hover, .qam-logged-in-points:hover, .qa-nav-user-item:hover {
    background-color: #2c3e50;
}

.qa-nav-user-facebook-login:hover, .qa-nav-user-register:hover {
    background-color: transparent;
}

@media screen and (max-width: 480px) {
    .qam-account-items {
        padding: 10px;
        width: calc(100% - 20px);
        left: calc(50% -(100% - 20px) / 2);
    }
}

.qam-account-items-wrapper-logged{
    position: relative;
}

.qam-account-items-wrapper-logged .qam-account-items{
    min-width: 200px !important;
    max-width: 100%;
    box-sizing: content-box;
    left: auto;
    right: 0;
    padding: 18px 25px;
    font-family: "Gotham Pro Medium";
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;

    border-top: 3px solid #212534;
    box-shadow: 0 6px 40px rgba(103, 41, 8, 0.05);

}

.qam-account-items-wrapper-logged .qam-account-items:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -8px;
    right: 45px;
    transform: rotate(-45deg);
    border: 7px solid transparent;
    border-top: 7px solid #212534;
    border-right: 7px solid #212534;
    box-sizing: border-box;
}

.qam-account-items-wrapper-logged .qa-nav-user{
    margin: 0;
}

.qam-account-items-wrapper-logged .qa-nav-user-link{
    padding: 0;
}

.qam-account-items-wrapper-logged .qam-account-items div:not(.qa-nav-user-clear), .qam-account-items-wrapper-logged .qa-nav-user-item{
    padding: 0;
    margin-bottom: 10px;
}

.qam-account-items-wrapper-logged .qa-nav-user-item::before, .qam-account-items-wrapper-logged .qam-logged-in-points::before, .qam-account-items-wrapper-logged .qa-logged-in::before{
    color: #b1b3b8 !important;
    background: white !important;
    padding: 0 !important;
    margin-right: 5px !important;
    opacity: 0.35;
}

.qam-account-items-wrapper-logged a {
    color: #272a32 !important;
}

.qam-account-items-wrapper-logged a:hover{
    color: #ff5a00 !important;
}

.qam-account-items-wrapper-logged .qa-nav-user-item:hover::before, .qam-account-items-wrapper-logged .qam-logged-in-points:hover::before, .qam-account-items-wrapper-logged .qa-logged-in:hover::before{
    color: #ff5a00 !important;
}

.qam-account-items-wrapper-logged .qa-logged-in::before{
    font-size: 18px !important;
}

.qam-account-items-wrapper-logged .qam-logged-in-points::before{
    font-size: 25px !important;
    margin-left: -4px;
    position: relative;
    top: 3px;
}

.qam-account-items-wrapper-logged .qa-nav-user-updates::before {
    font-size: 18px !important;
}

.qam-account-items-wrapper-logged .qa-nav-user-logout::before{
    font-size: 22px !important;
    margin-left: -2px;
}


.qam-account-items-wrapper-logged .qa-nav-user-item:hover::before{
    color: #ff5a00 !important;
}

.qam-account-items-wrapper-logged .qa-logged-in:hover, .qam-account-items-wrapper-logged .qam-logged-in-points:hover, .qam-account-items-wrapper-logged .qa-nav-user-item:hover{
    background: white;
}


@media (max-width: 600px){
    .qam-account-items-wrapper-logged .qam-account-items{
        left: 10px !important;
    }

    .qam-account-items-wrapper-logged .qam-account-items::before{
        left: 45px !important;
    }
}


/*------[ qa content parts ]------*/
.qa-main, .qa-main-wrapper {
    *zoom: 1;
}

.qa-main-wrapper{
    margin-top: 30px;
}

.qa-body-wrapper {
    margin: 0px auto 10px;
    padding: 0 15px;
    *zoom: 1;
}

.qa-main {
    position: relative;
}

@media (min-width: 980px) {
    .qa-main {
        width: calc(74.5% - 10px);
        margin-right: 10px;
        float: left;
    }

    .qam-topbar, .qa-main-wrapper {
        width: 100%;
    }
}

@media (min-width: 1044px) {
    .qa-body-wrapper {
        width: 1140px;
    }
}

.qam-title-rss {
    float: right;
    color: #ecf0f1;
    font-size: 1.4em;
}

.qam-title-rss:hover {
    color: #fff;
}

.qam-title-rss:before {
    width: auto !important;
}

.qa-q-view-content,
.qa-a-item-content,
.qa-c-item-content {
    word-wrap: break-word;
}

.qa-a-item-content {
    color: #272a32;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.qa-q-view-content {
    color: #272a32 !important;
    font-family: "Gotham Pro";
    font-size: 16px;
    line-height: 24px;
}

.qa-q-view-content table, .qa-a-item-content table, .qa-c-item-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 20px;
}

.qa-q-view-content tr:hover, .qa-a-item-content tr:hover, .qa-c-item-content tr:hover {
    background-color: #f4f4f4;
}

.qa-q-view-content th, .qa-a-item-content th, .qa-c-item-content th,
.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td {
    padding: 10px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.qa-q-view-content th, .qa-a-item-content th, .qa-c-item-content th {
    background-color: #eaeaea;
    font-weight: 700;
}

.qa-q-view-content td, .qa-a-item-content td, .qa-c-item-content td {}

.qa-q-view-content ul, .qa-a-item-content ul, .qa-c-item-content ul,
.qa-q-view-content ol, .qa-a-item-content ol, .qa-c-item-content ol {
    margin-left: 20px;
    padding: 0;
}

.qa-waiting {
    background: url('images/spinner-icon-14x14.gif?1410117644') no-repeat center;
    display: inline-block;
    font-size: 0;
    height: 14px;
    margin: 0 8px 0 4px;
    vertical-align: middle;
    width: 14px;
}

#favoriting {
    order: 2;
    margin-right: 20px;
}

.qa-favoriting {}

.qa-favoriting .qa-waiting {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    padding: 0;
}

.qa-favorite-button, .qa-unfavorite-button {
    /* background-image: url('images/sprites.png');
    background-repeat: no-repeat; */

    width: 19px;
    height: 19px;
    margin: 0;
    border: none;
    /* background-position: -3px -117px !important; */
    background-color: black !important;
    -webkit-mask-image: url('images/svg/star.svg');
    mask-image: url('images/svg/star.svg');
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
}

.qa-favorite-button:hover, .qa-unfavorite-button:hover {
    background-color: #ff5a00 !important;
}

.qa-favorite-button {
    background-color: #ecf0f1;
    background-position: center top;
}

.qa-unfavorite-button {
    background-color: #f1c40f;
    background-position: center bottom;
    opacity: 0.4;
}

/*------[ q-list ]------*/
.qa-q-list-item {
    padding: 20px 30px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 4px;
}

.qa-q-list-item.no-padding {
    padding: 0;
}

.qa-q-list-item:hover {
    background: #fbfbfb;
}

.qa-q-list-item.qa-q-favorited {
    border-left: 1px solid #ff5a00;
}

.qa-q-list-item.qa-q-favorited .qa-view-count{
    margin-left: 0 !important;
}

.qa-q-list-item .info {
    display: flex;
    align-items: center;
    font-family: 'Gotham Pro' !important;
}

.info-half, .qa-q-view-buttons {
    display: flex;
    float: left;
    font-family: 'Gotham Pro';
    font-size: 14px;
}

.info-half {
    min-height: 71px;
    width: 45%;
}

.qa-q-view-buttons {
    width: 54%;
}

.qa-q-view-main .qa-q-view-buttons {
    flex-wrap: wrap;
}
.qa-net-takova{

}

.qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons, .qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons{
    width: 55px;
    height: auto;
    padding-left: 10px;
    padding-top: 10px;
}

.qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons .qa-vote-up-button ,.qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons .qa-vote-down-button, .qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons .qa-vote-one-button,     

    .qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons .qa-vote-up-button, .qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons .qa-vote-down-button, .qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons .qa-vote-one-button{
    width: 35px;
    height: 20px;
}

.qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons .qa-netvote-count-data,

.qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons .qa-netvote-count-data{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.qa-q-view-main .qa-c-list-item form .qa-voting .qa-vote-buttons .qa-vote-second-button + .qa-vote-count .qa-netvote-count::before,

/*.qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-vote-buttons .qa-vote-second-button + .qa-vote-count .qa-netvote-count::before{
    display: block;
    content: '0';
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    color: black;
    font-weight: bold;
}*/

.qa-part-a-list .qa-a-item-c-list form .qa-voting .qa-netvote-count-data + .qa-netvote-count-data-zero{
    display: none;
}

.qa-q-view-main .qa-a-item-c-list .qa-c-list-item form .qa-c-item-content.qa-post-content,

.qa-part-a-list .qa-a-item-c-list form .qa-c-item-content.qa-post-content{
    padding: 10px;
}

.qa-q-view-main .qa-c-list-item form .qa-c-item-footer,

.qa-part-a-list .qa-a-item-c-list form .qa-c-item-footer{
    margin-top: 10px;
    clear: both;

}

.qa-q-view-main .qa-c-list-item form .qa-c-item-footer::before, 
.qa-part-a-list .qa-a-item-c-list form .qa-c-item-footer::before{
    display: block;
    width: 100%;
    height: 1px;
    content: '';
}

.qa-q-view-main .qa-c-list-item form .qa-form-light-button-comment,
.qa-part-a-list .qa-a-item-c-list form .qa-form-light-button-comment{
    width: auto !important;
    min-width: 30px;
    padding: 0 !important;
    border: none !important;
}


.qa-a-item-c-list .qa-c-list-item{
    display: flex;
    flex-wrap: wrap;
}

.qa-a-item-c-list .qa-c-list-item .qa-c-item-avatar-meta{
    width: 100%;
}

.qa-a-item-c-list .qa-c-list-item form{
    max-width: calc(100% - 90px) !important;
}

.comment-small-wrap .comment-wrap{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 15px 10px;
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/comment.svg');
    mask-image: url('images/svg/comment.svg');
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
}

.comment-small-wrap .comment-wrap:hover{
    background-color: black !important;
}

.comment-small-wrap .comment-wrap:focus{
    background-color: #ff5a00 !important;
}

.comment-small-wrap .comment-wrap::before{
    display: none !important;
}



.info-half .qa-view-count {
    width: auto;
    padding-right: 20px;
}

.qa-q-list-item .info .qa-a-count, .qa-q-list-item .info .qa-view-count {
    display: flex;
    align-items: center;
}

.qa-q-list-item .info .qa-a-count, .qa-q-list-item .info .qa-a-count span, .qa-q-list-item .info .qa-view-count, .qa-q-list-item .info .qa-view-count span {
    display: inline-block !important;
    background: transparent !important;
    color: #737373;
    font-family: "Gotham Pro" !important;
    font-weight: bold;
    color: #010000;
    font-size: 14px !important;
    width: auto !important;
    margin-top: 0 !important;
    line-height: 38px !important;
}

.qa-q-list-item .info .qa-view-count span.qa-view-count-data, .qa-q-list-item .info .qa-a-count span.qa-a-count-data, .qa-q-list-item.no-padding .info .qa-a-count span.qa-view-count-data {
    font-family: "Gotham Pro Medium" !important;
    font-size: 15px !important;
}

.qa-q-list-item .info .qa-a-count {
    position: relative;
    top: 1px;
    display: inline-block !important;
    height: auto;
}

.qa-q-list-item .info .qa-view-count span, .qa-q-list-item .info .qa-a-count span {
    font-weight: bold;
    color: #8f8f8f;
}

.qa-q-list-item.no-padding .info .qa-view-count span, .qa-q-list-item.no-padding .info .qa-a-count span {
    font-weight: normal !important;
    font-family: "Gotham Pro";
    font-size: 15px !important
}

.qa-q-list-item .info .qa-view-count-data, .qa-q-list-item .info .qa-a-count-data {
    font-weight: bold !important;
    color: black !important;
    font-size: 16px !important;
    padding-right: 4px !important;
}

.qa-q-list-item .info .qa-view-count {
    order: 3;
    margin-left: 15px;
}

.qa-q-list-item .info .qa-a-count {
    order: 1;
}

.qa-q-list-item .info .qa-a-count::before, .qa-q-list-item .info .qa-view-count::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('images/sprites.png');
    background-position: -125px -53px;
    padding-right: 5px;
    position: relative;
    top: 4px;
}

.qa-q-list-item .info .qa-view-count::before {
    background-position: -163px -53px;
    width: 21px;
}

.qa-q-item-stats {
    float: left;
    margin-top: 4px;
}

@media (max-width: 240px) {
    .qa-q-item-stats {
        float: none;
        display: none;
    }
}

.qa-template-user-activity .qa-q-item-stats {
    width: 35px;
}

.qa-template-user-answers .qa-q-item-stats {
    width: 35px;
}

@media (min-width: 241px) and (max-width: 799px) {
    .qa-template-user-activity .qa-q-item-stats {
        width: 60px;
    }

    .qa-template-user-answers .qa-q-item-stats {
        width: 60px;
    }
}

.qa-voting {
    color: #445f7a;
    width: 35px;
}

.qa-a-count {
    background-color: #3498db;
    color: #fff;
    text-align: center;
}

.qa-a-count-zero {
    background-color: #e74c3c;
}

.qa-a-count-selected {
    background-color: #27ae60;
}

@media (max-width: 799px) {
    .qa-voting, .qa-a-count {
        width: 35px;
        height: 80px;
        line-height: 0.5;
        display: block;
    }
}

.qa-netvote-count-data, .qa-a-count-data {
    font-size: 24px;
    line-height: 40px;
    width: 35px;
    height: 35px;
    position: relative;
    top: 1px;
    left: 1px;
    white-space: nowrap;
    color: black !important;
    font-family: "Gotham Pro" !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding-right: 3px !important;
}



.qa-netvote-count-pad {
    display: none;
}

.qa-netvote-count {
    display: block;
    text-align: center;
}

/* Checkbox styling */
span.input.checkbox{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-right: 2px
}

span.input.checkbox:after{
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
}

span.input.checkbox.checked:after{
    background-color: #ff8f24;
    -webkit-mask-image: url('images/svg/check-mark-black-outline.svg');
    mask-image: url('images/svg/check-mark-black-outline.svg');
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;

    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.qa-main-wrapper{
    position: relative;
}

#close-top-widget{
    width: 15px;
    height: 15px;
    background: black;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9;
    cursor: pointer;
    -webkit-mask-image: url('images/svg/close.svg');
    mask: url('images/svg/close.svg');
    mask-size: 100%;
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

#close-top-widget:hover{
    opacity: 0.8;
}

#show-stats{
    display: none;
    float: right;
    font-family: "Gotham Pro Medium";
    cursor: pointer;
    color: transparent;
    font-size: 0px;
}

/* separate vote buttons counter */
.qa-vote-count-updown {
    line-height: 1.5;
}

.qa-upvote-count,
.qa-downvote-count {
    text-align: center;
    display: block;
}

.qa-upvote-count-data,
.qa-downvote-count-data {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 700;
}

.qa-upvote-count-pad,
.qa-downvote-count-pad {
    display: none;
}

.qa-vote-buttons {
    float: left;
    height: 75px;
    width: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.qa-vote-buttons input, .qa-vote-buttons div {
    position: static !important;
}

.qa-vote-up-button, .qa-vote-down-button, .qa-voted-up-button, .qa-voted-down-button, .qa-vote-up-disabled, .qa-vote-down-disabled {
    text-indent: -9999px;
    background: url('images/vote-buttons-2.png') no-repeat;
    width: 16px;
    height: 10px;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.qa-vote-up-button:hover, .qa-vote-up-button:focus, .qa-vote-up-button:active, .qa-vote-down-button:hover, .qa-vote-down-button:focus, .qa-vote-down-button:active,
.qa-voted-up-button:hover, .qa-voted-up-button:focus, .qa-voted-up-button:active, .qa-voted-down-button:hover, .qa-voted-down-button:focus, .qa-voted-down-button:active,
.qa-vote-up-disabled:hover, .qa-vote-up-disabled:focus, .qa-vote-up-disabled:active, .qa-vote-down-disabled:hover, .qa-vote-down-disabled:focus, .qa-vote-down-disabled:active, .qa-vote-down-disabled:focus, .qa-vote-down-disabled, .qa-vote-down-disabled:focus, .qa-voted-up-button, .qa-voted-down-button {
    border: none;
    cursor: pointer;
    background-image: url('images/sprites.png') !important;
}

.qa-vote-up-button, .qa-vote-one-button.qa-voted-up-button, .qa-vote-down-button, .qa-vote-one-button.qa-voted-down-button {
    transform: rotate(180deg);
    width: 35px;
    height: 20px;
    font-size: 30px;
    color: white;
    background-color: #89b31d;
    background-image: url('images/sprites.png') !important;
}

.qa-vote-up-button, .qa-vote-one-button.qa-voted-down-button {
    background-position-x: -2px !important;
    background-position-y: -64px !important;
    top: 0;
}

.qa-vote-down-button, .qa-vote-one-button.qa-voted-up-button {
    background-position-x: -55px !important;
    background-position-y: -49px !important;
    bottom: 0 !important;
    order: 3;
}

.qa-q-item-main {
    float: left;
    padding-left: 10px;
    width: calc(100% - 65px);
    margin-left: 20px;
}

.qa-q-item-title {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.35em;
    display: block;
}

.qa-q-item-title a {
    color: #000000 !important;
    font-family: "Gotham Pro Medium";
    font-size: 18px;
    line-height: 25px;
}

.qa-q-item-title a:hover, .qa-q-item-title a:active, .qa-q-item-title a:focus, .qa-q-item-title a:visited {
    color: #000000 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #e2e2e2;
}

.qa-q-item-title:hover .qam-q-list-close-icon {
    background-color: #ff5a00;
    cursor: help;
}

.qam-q-list-close-icon {
    padding: 3px;
    border-radius: 18px;
    float: left;
    margin: 2px 5px 0 0;
    width: 22px;
}

.qam-q-list-close-icon:hover{
    background-color: #ff5a00;
}

.qam-qa-list-meta-box {
    display: block;
}

.qa-q-item-avatar-meta {
    display: block;
    margin-bottom: 16px;
}

.qa-q-item-avatar {
    margin: 0 2px 0 0;
}

@media (max-width: 479px) {
    .qa-q-item-avatar {
        display: none;
    }
}

@media (min-width: 480px) {
    .qa-q-item-avatar {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
}

.qa-q-item-meta {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #737373;
    font-family: "Gotham Pro";
    font-size: 13px;
    line-height: 18px;
}

.qa-q-item-meta a {
    font-family: "Gotham Pro";
    font-weight: bold;
    color: black;
    font-size: 13px;
}

.qa-q-item-meta b {
    font-weight: normal;
}

.qa-q-item-meta .qa-category-link.qa-cat-favorited {
    position: relative;
    padding-left: 14px;
}

.qa-q-item-meta .qa-category-link.qa-cat-favorited:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 100%;
    display: block;
    content: url('images/favorite-light-icon-15x15.png');
}

.qa-q-item-meta .qa-user-link.qa-user-favorited {
    position: relative;
    padding-left: 14px;
}

.qa-q-item-meta .qa-user-link.qa-user-favorited:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #ff5a00;
    -webkit-mask-image: url('images/svg/star.svg');
    mask-image: url('images/svg/star.svg');
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    content: '';
}

.qa-q-item-when-data {}

.qa-q-item-tags {
    display: block;
    margin-top: 5px;
}

.qa-q-item-tag-list, .qa-q-view-tag-list {
    line-height: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-q-item-tag-item, .qa-q-view-tag-item {
    display: inline;
}

.qa-tag-link,
.qa-widget-side .qa-q-view-tag-item {
    background: #ff5a00;
    color: #fff !important;
    display: inline-block;
    line-height: 1.5em;
    padding: 2px 8px;
    margin-bottom: 2px;
    text-decoration: none !important;
    transition: all 0.75s ease-in-out 0s;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 500;
}

.qa-tag-link {
    background: #ff5a00;
    font-family: "Gotham Pro Medium";
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.qa-tag-link:hover {
    background: #202535 !important;
}

.qa-tag-link:hover,
.qa-widget-side .qa-q-view-tag-item:hover {
    background: #f39c12;
    color: #fff !important;
    transition: all 0.25s ease-in-out 0s;
}

.qa-tag-link.qa-tag-favorited,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited {
    position: relative;
    padding-left: 25px;
}

.qa-tag-link.qa-tag-favorited:before,
.qa-widget-side .qa-q-view-tag-item.qa-tag-favorited:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 100%;
    display: block;
    content: url('images/star14.png');
    background-color: #b94a00;
}

.qa-tag-link.qa-tag-favorited:before {
    background-color: white;
    -webkit-mask-image: url('images/svg/star.svg');
    mask-image: url('images/svg/star.svg');
    mask-position: center;
    width: 9px;
    height: 9px;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    margin: 7px 8px;
}

.qa-page-links{
    font-family: "Gotham Pro Medium";
}

.qa-page-links-list {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.qa-page-links-label {
    float: left;
    margin-right: 2px;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #fff;
    /* FIX display: block;  */
    display: none;
}

.qa-page-links-item {
    display: inline-block;
    float: none;
    margin-right: 2px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.qa-page-links-item a {
    width: 26px;
    height: 26px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.qa-page-links-item a.qa-page-prev, .qa-page-links-item a.qa-page-next {
    background-color: white;
    color: white;
    padding: 0;
    -webkit-mask-image: url('images/svg/keyboard-right-arrow.svg');
    mask-image: url('images/svg/keyboard-right-arrow.svg');
    mask-position: 7px;
    mask-size: 50% 50%;
    mask-repeat: no-repeat;
}

.qa-page-links-item a.qa-page-prev {
    transform: rotate(180deg);
}

.qa-page-links-item a:hover, .qa-page-links-item a:focus {
    color: #ff5a00;
}

.qa-page-selected {
    margin-bottom: 5px;
    color: #ff5a00;
    display: block;
    font-weight: bold;
}

.qa-page-selected a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-page-selected a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-page-ellipsis {}

.qa-template-admin .qa-q-item-main {
    width: auto;
    float: none;
}

.qa-template-admin .qa-q-item-title {
    margin-bottom: 5px;
}

.qa-template-admin .qa-q-item-content {
    padding: 10px 0;
    max-height: 150px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.75em;
    overflow-y: auto;
}

.qa-template-admin .qa-q-item-avatar-meta {
    padding: 5px;
    margin: 10px 0;
}

.qa-template-admin .qa-message-item {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
}

.qa-template-admin .qa-message-content {
    font-size: 0.75em;
    line-height: 2em;
}

.qa-template-admin .qa-message-avatar-meta {
    padding: 5px 0;
    margin: 10px 0;
    display: block;
}

.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a {
    padding: 3px 10px;
    margin-bottom: 5px;
    background: #e74c3c;
    color: #fff;
    display: inline-block;
}

.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-template-admin .qa-message-avatar-meta .qa-message-who-data a a:hover {
    color: #fff;
    border-bottom: 0;
}

/*------[ lists ]------*/
.qa-part-ranking, .qa-part-nav-list {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
    width: 100%;
}

@media (max-width: 767px) {
    .qa-part-ranking, .qa-part-nav-list {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.qa-ranking-item {
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 5px;
}

.qa-top-users-item {
    width: 100%;
    max-width: 100%;
    padding: 0 15px 0;
}

.qa-top-tags-item {
    width: 100%;
    max-width: 150px;
    display: flex;
}

.qa-top-tags-item span {
    display: block;
}

@media only screen and (min-width: 992px) {

    /* two column layout for Desktops and above*/
    .qa-top-users-item {
        width: 31%;
        max-width: none;
    }

    .qa-top-tags-item {
        width: 31%;
        max-width: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px){
    .qa-top-users-item {
        width: 47%;
        padding: 0 15px 0;
    }

    .qa-ranking-item.users-header:nth-child(3){
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .qa-ranking-item.users-header:nth-child(2), .qa-ranking-item.users-header:nth-child(3){
        display: none;
    }
}

.qa-top-users-avatar .qa-avatar-link {
    display: block;
    float: left;
    margin-right: 1em;
}

.qa-top-users-avatar .qa-avatar-link {
    display: none;
}

.qa-top-users-label .qa-user-link {
    display: block;
    float: left;
    color: #737373;
    position: relative;
}

.users-header span{
    width: 50%;
    font-family: "Gotham Pro Medium";
    font-size: 13px;
    color: black;
    display: inline-block;
}

.users-header span:last-child{

}

.qa-top-users-label, .qa-top-users-score{
    width: 50%;
}

.qa-top-users-label .qa-user-link.qa-user-favorited {
    /* background-image: url('images/icons/fev-star.png');
    background-repeat: no-repeat;
    background-position: 2px center;

    padding-left: 22px;*/
}

.qa-top-users-label .qa-user-link.qa-user-favorited::before{
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #ff5a00;
    -webkit-mask-image: url('images/svg/star.svg');
    mask-image: url('images/svg/star.svg');
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
}

.qa-top-users-score {
    position: relative;
    float: right;
    padding: 2px 6px 2px 6px;
    color: #53b38d;
    font-size: 13px;
    font-family: "Gotham Pro Medium";
}

.qa-ranking-users-points .qa-top-users-score {
    padding-left: 1.8em;
}


.qa-top-tags-count {
    order: 3;
    margin-left: 8px;
    color: #010000;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
}

.qa-browse-cat-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.qa-browse-cat-list .qa-browse-cat-list {
    margin: 1em 0 0 1em;
}

.qa-browse-cat-item {
    font-size: 0.875em;
    line-height: 1.71429em;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
    position: relative;
}

.qa-browse-cat-item:last-child {
    border-bottom: 0 !important;
}

.qa-browse-cat-nolink, .qa-browse-cat-link,
.qa-browse-cat-link:hover, .qa-browse-cat-link:visited {
    background-color: #e74c3c;
    display: inline-block;
    color: #fff;
    padding: 2px 0.6em;
    position: relative;
}

.qa-browse-cat-nolink {
    cursor: help;
}

.qa-browse-cat-link {
    cursor: pointer;
    background-color: #c0392b;
}

.qa-browse-cat-link:hover, .qa-browse-cat-link:focus {
    text-decoration: none;
    background-color: #d34a3b;
}

.qa-browse-cat-link:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 5px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c0392b;
}

.qa-browse-cat-note {
    display: block;
    font-size: 0.75em;
    line-height: 2em;
}

.qa-browse-cat-note a {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    padding: 2px 10px 2px 2em;
    background-color: #2ecc71;
    color: #fff;
}

.qa-browse-cat-note a:before {
    background-color: #27ae60;
    content: '\e801';
    font-family: "fontello";
    display: inline-block;
    text-align: center;
    width: 1.5em;
    height: 100%;
    line-height: 2.4em;
    position: absolute;
    top: 0;
    left: 0;
}

.qa-browse-cat-note a:hover {
    background-color: #48d684;
    text-decoration: none;
}

.qa-browse-cat-note.qam-cat-note {
    padding: 5px;
    margin: 10px 0 0;
    background-color: #f5f7f7;
}

.qa-part-form-plugin-options {
    margin-top: -5px !important;
    padding-top: 0 !important;
}

.qa-part-form-plugin-options h2 {
    margin: 0 0 10px 0;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
}

.qam-approve-users .qa-message-item {
    padding: 5px 0 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.qam-approve-users .qa-message-avatar-meta {
    float: left;
    margin: 0;
}

.qam-approve-users .qa-message-buttons {
    float: right;
}

.qa-part-form-message {
    padding: 10px 20px;
    margin-bottom: 5px;
    background: #fff;
}

.qa-part-form-message .qa-form-tall-label{
    font-family: "Gotham Pro Medium";
    font-size: 16px;
}

.qa-part-form-message .qa-form-tall-note{
    color: #000000;
    font-size: 14px;
}

.qa-message-list {
    margin-top: 10px;
}

.qa-message-item {
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 10px;
    position: relative;
}


.qa-message-item:nth-child(even) {
    background-color: #f2f5f5;
}

.qa-message-item:last-child {
    border-bottom: none;
}

.qa-message-content {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
    word-wrap: break-word;
}

.qa-message-avatar-meta {
    display: block;
    float: left;
    margin: 0;
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.qa-message-avatar {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.qa-message-meta {
    color: #666;
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

.qa-message-buttons {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 10px;
}

.qa-message-buttons .qa-form-light-button {
    padding: 0;
}

.qa-part-form-message .qam-pm-message {
    padding: 10px;
    background: #27ae60;
    color: #fff;
    margin-bottom: 0;
}

.qa-part-form-message .qam-pm-message a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-part-form-message .qam-pm-message a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-part-form-message .qam-pm-message:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e821';
}

/*------[ forms ]------*/
input, textarea, select {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #bdc3c7;
    background-color: #fff;
    font-family: "Ubuntu", "Helvetica", "Arial", "FreeSans", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input:focus, textarea:focus, select:focus {
    background-color: #fff;
    border-color: #3498db;
    outline: 0;
}

input::-moz-focus-inner, textarea::-moz-focus-inner, select::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="submit"], button {
    cursor: pointer;
    text-align: center;
}

[class^="qa-part-form"],
[class^="qa-part-custom"] {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
}

[class^="qa-part-form"]>h2:first-child, [class^="qa-part-custom"]>h2:first-child {
    margin-top: 0;
}

.qa-form-tall-text {
    width: 100%;
}

.qa-form-tall-number, .qa-form-wide-number {
    width: 50px !important;
}



.qa-form-tall-note, .qa-form-wide-note {
    color: #7f8c8d;
    font-size: 0.8em;
}

.qa-form-tall-note {
    margin: 10px 0 5px;
}

.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
    -webkit-appearance: none;
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background: #ff5a00 none;
    border-radius: 4px;
    color: #fff;
}

.qa-form-tall-button:hover, .qa-form-tall-button:focus,
.qa-form-wide-button:hover, .qa-form-wide-button:focus,
.qa-form-basic-button:hover, .qa-form-basic-button:focus {
    border: 0;
    outline: 0;
    background-color: #ff5a00;
    opacity: 0.8;
}

.qa-form-tall-button a, .qa-form-tall-button a:hover,
.qa-form-wide-button a, .qa-form-wide-button a:hover,
.qa-form-basic-button a, .qa-form-basic-button a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
        width: 100%;
        display: block;
        margin-bottom: 1em !important;
    }
}

.qa-form-tall-button-save, .qa-form-wide-button-save, .qa-form-wide-button-saverecalc,
.qa-form-tall-button-ask, .qa-form-tall-button-answer {
    background: #ff5a00 none;
}

.qa-form-tall-button-save:hover, .qa-form-tall-button-save:focus,
.qa-form-wide-button-save:hover, .qa-form-wide-button-save:focus,
.qa-form-wide-button-saverecalc:hover, .qa-form-wide-button-saverecalc:focus,
.qa-form-tall-button-ask:hover, .qa-form-tall-button-ask:focus,
.qa-form-tall-button-answer:hover, .qa-form-tall-button-answer:focus {
    background-color: #ff5a00;
    opacity: 0.8;
}

.qa-form-tall-button-cancel,
.qa-form-wide-button-cancel {
    background: #e74c3c none;
}

.qa-form-tall-button-cancel:hover, .qa-form-tall-button-cancel:focus,
.qa-form-wide-button-cancel:hover, .qa-form-wide-button-cancel:focus {
    background-color: #ea6153;
}

.qa-form-wide-label, .qa-form-wide-data,
.qa-form-tall-spacer {
    /*border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;*/
}

.qa-form-tall-label {
    padding: 5px 0 0;
}

.qa-form-tall-data {
    padding: 5px 0;
}

.qa-form-wide-label {
    padding-right: 5px;
    font-family: "Gotham Pro Medium";
    color: #000000;
    font-size: 14px;
}

.qa-form-wide-table{

}

.qa-form-wide-table tr td:first-child {
    width: 30%;
}

.qa-form-wide-data {
    padding-left: 5px;
}

.qa-form-wide-text {
    width: 100%;
}

.qa-form-tall-ok, .qa-form-wide-ok {
    background-color: #27ae60;
    padding: 10px;
    display: table-cell;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.qa-form-wide-error, .qa-form-tall-error {
    color: #e74c3c;
}

.qa-form-tall-spacer {
    display: block;
    margin: 20px 0 19px 0;
    padding: 0;
    border-top: none;
    line-height: 0;
}

.qa-form-tall-help, .qa-form-wide-help {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    border-radius: 18px;
    background-color: #3498db;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    cursor: help;
}

.qa-form-wide-help{
    position: relative;
    top: -11px;
}

.qa-ask-similar {
    background-color: white;
    padding: 10px;
    margin-bottom: 5px;
}

.qa-ask-similar a{
    color: #ff5a00;
}

.qa-ask-similar li{
    border-bottom: none;
}

.qa-ask-similar-title {
    margin: -10px -10px 10px;
    padding: 10px;
    background: #ff5a00;
    color: #fff;
}

.qa-ask-similar-title a {
    color: #fff;
}

.qa-ask-similar-title a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-q-title-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-q-title-item {
    padding: 2px 0;
    border-bottom: 1px solid #d9dcde;
}

.qa-q-title-item:last-child {
    border-bottom: none;
}

a.cke_dialog_ui_button_ok{
    background: #ff5a00 !important;
    border-color: #ff5a00 !important;
}

/*------[ users ]------*/
.qa-template-user .qa-main {
    width: 100%;
}

.qa-part-message-list {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
}

.qa-template-user .qa-form-wide-buttons,
.qa-template-user .qa-form-tall-buttons {
    border-bottom: none;
    padding-bottom: 0;
}

.qa-template-user .qa-form-wide-label {
    min-width: 110px;
    width: auto;
}

.qa-part-form-profile .qa-form-wide-data {
    word-break: break-word;
    color: #737373;
    font-size: 14px;
}

.qa-form-wide-data span.qa-form-wide-static {
    /*padding: 20px;*/
}

.qa-form-wide-data span a {
    color: #ff5a00;
}

.qa-form-wide-data input[type="file"] {
    border: none !important;
}

/* Инпуты в профиле */
.qa-form-wide-data .qa-form-wide-text {
    border-radius: 4px !important;
    background-color: #f6f6f6 !important;
    padding: 10px 20px;
    color: #5c5e64 !important;
    border: 1px solid transparent !important;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(255, 90, 0, 0);
}

.qa-form-wide-data .qa-form-wide-text:focus, .qa-form-wide-data .qa-form-wide-text:hover {
    box-shadow: 0 4px 16px rgba(255, 90, 0, 0.15);
    border: 1px solid #ffe5d7 !important;
    background-color: #ffffff !important;
}

.qa-form-wide-data .qa-form-wide-note, .qa-form-wide-table .qa-form-wide-static {
    font-size: 14px !important;
    display: inline-block;
    width: calc(100% - 30px);
    position: relative;
    top: 10px;
}

.qa-form-wide-data .qa-form-wide-radio {
    margin-right: 10px;
    margin-bottom: 15px;
}

.qa-form-wide-data .radio-elems {
    display: inline-block;
    margin-bottom: 15px;
}

.qa-form-wide-data .qa-form-wide-radio[name="avatar"]:nth-child(2) {
    margin-left: 75px !important;
}

.file_upload {
    width: calc(100% - 35px);
    float: right;
    position: relative;
    overflow: hidden;
}

.file_upload>button {
    width: 8em;
    width: 143px;
    height: 30px;
    border-radius: 4px;
    background-color: #5f85ff;
    color: white;
    font-family: "Gotham Pro Medium";
    border: none !important;
}

.file_upload:hover>button {
    background-color: #ff5a00 !important;
}

.file_upload>div {
    display: inline-block;
    margin-left: 25px;
}

.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer
}

.big-button-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.big-button-wrapper input[type="submit"] {
    /*width: 329px;*/
    max-width: 100%;
    height: 50px;
    box-shadow: 0 6px 24px rgba(255, 90, 0, 0.28);
    border-radius: 4px;
    background-color: #ff5a00;
    /*padding-right: 45px;*/
    padding-left: 50px;
    padding-right: 75px;
    margin-left: 5px;
}

.big-button-wrapper input[type="submit"].qa-form-wide-button-change {
    width: 236px;
}

.background-wrap {
    display: inline-block;
    position: relative;
}

.background-wrap::after {
    content: '';
    width: 13px;
    height: 13px;
    background-color: white;
    -webkit-mask-image: url('images/svg/right-arrow.svg');
    mask-image: url('images/svg/right-arrow.svg');
    mask-position: center;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 24px;
    right: 34px;
}

.qa-part-form-profile .qa-form-tall-image {
    text-align: center;
}

.qa-part-form-profile .qa-form-wide-button-approve {
    background: #ff5a00 none;
}

.qa-part-form-profile .qa-form-wide-button-approve:hover, .qa-part-form-profile .qa-form-wide-button-approve:focus {
    background-color: #2ecc71;
}

.qa-part-form-profile .qa-form-wide-button-block {
    background: #e74c3c none;
}

.qa-part-form-profile .qa-form-wide-button-block:hover, .qa-part-form-profile .qa-form-wide-button-block:focus {
    background-color: #ea6153;
}

@media (min-width: 980px) {
    /*.qa-template-user [class^="qa-part-form"], .qa-template-user .qa-part-message-list {
        width: 49.8%;
    }*/

    .qa-template-user [class^="qa-part-form"]{
        float: right;
        clear: right;
    }

    .qa-template-user .qa-part-form-profile, .qa-part-form-activity, .qa-template-user .qa-part-message-list {
        float: left;
        width: 100%;
        clear: both;
    }
}

@media (max-width: 600px){
    .qa-form-wide-table{
        display: block;
    }

    .qa-form-wide-table tr, .qa-form-wide-table td, .qa-form-wide-table tr td:first-child{
        width: 100% !important;
        max-width: 100% !important;
        display: block;
    }

    .qa-form-wide-data .qa-form-wide-text{
        max-width: 100% !important;
        box-sizing: border-box;
        display: block;
    }

    .qa-form-wide-data .qa-form-wide-radio[name="avatar"]:nth-child(2){
        margin-left: 5px !important;
        clear: both;
        display: block;
        width: 20px;
    }

    .big-button-wrapper input[type="submit"]{
        width: 240px;
    }

    .qa-part-form-profile .qa-form-wide-data span{
        width: calc(100% - 40px);
        line-height: 35px;
    }

    .qa-part-form-profile .qa-form-wide-data span img{
        float: left;
        margin-right: 10px;
        margin-bottom: 15px;
    }
}

.qa-part-form-activity h2, .qa-part-message-list h2 {
    margin-top: 0;
    color: black;
    font-family: "Gotham Pro Medium";
}

#level .qa-form-wide-static a:first-child {
    background: #ff5a00 url('images/icons/mail-white.png') no-repeat 5px center;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
}

#level .qa-form-wide-static a:hover:first-child, #level .qa-form-wide-static a:focus:first-child {
    color: #fff;
    text-decoration: none;
}

.qa-part-form-activity {
    font-family: "Gotham Pro Medium";
    color: #737373;
}

.qa-part-form-activity .qa-uf-user-points,
.qa-part-form-activity .qa-uf-user-q-posts,
.qa-part-form-activity .qa-uf-user-a-posts,
.qa-part-form-activity .qa-uf-user-c-posts,
.qa-part-form-activity .qa-uf-user-q-votes,
.qa-part-form-activity .qa-uf-user-a-votes,
.qa-part-form-activity .qa-uf-user-upvotes,
.qa-part-form-activity .qa-uf-user-downvotes,
.qa-part-form-activity .qa-uf-user-upvoteds,
.qa-part-form-activity .qa-uf-user-downvoteds {
    font-size: 24px;
    font-weight: 700;
}

.qa-part-form-activity .qa-uf-user-points,
.qa-part-form-activity .qa-uf-user-q-posts,
.qa-part-form-activity .qa-uf-user-a-posts,
.qa-part-form-activity .qa-uf-user-c-posts,
.qa-part-form-activity .qa-uf-user-q-votes,
.qa-part-form-activity .qa-uf-user-a-votes {
    color: #ff5a00;
}

.qa-part-form-activity .qa-uf-user-upvotes,
.qa-part-form-activity .qa-uf-user-upvoteds {
    color: #89b31d;
}

.qa-part-form-activity .qa-uf-user-downvotes,
.qa-part-form-activity .qa-uf-user-downvoteds {
    color: #e83338;
}

.qa-part-form-activity .qa-form-wide-static {
    color: #7f8c8d;
    font-size: 12px;
}

.qa-message-content{
    width: calc(100% - 70px);
    border-bottom: none;
    color: #7c7c7c
}

#wallmessages .qa-message-item{
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

#wallmessages .qa-message-item:nth-child(2n){
    background: white;
}

#wallmessages .qa-message-buttons{
    position: absolute;
    right: 10px;
    top: 30px;
}

#wallmessages .qa-message-buttons input[type="submit"], #wallmessages .qa-message-buttons button, #privatemessages .qa-message-buttons input[type="submit"], #privatemessages .qa-message-buttons button{
    width: 20px;
    height: 20px;
}

.qa-message-avatar-meta .qa-message-meta{
    color: #737373;
    font-size: 13px;
    font-weight: 500;
}

.qa-message-avatar-meta .qa-message-meta a{
    color: black;
    font-family: "Gotham Pro Medium";
}



/*------[ favorites ]------*/
.qa-template-favorites h2 {
    /*padding: 55px 26px 27px;*/
    padding: 20px 0 20px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    background: #ecf0f1;
}

.qa-template-favorites h2 a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-template-favorites h2 a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-link-next {
    margin-bottom: 0;
}

.qa-part-q-list .qa-link-next,
.qa-part-ranking-users,
.qa-part-ranking-tags,
.qa-part-nav-list-categories {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.qa-part-ranking-tags.qa-ranking-tags-points{
    display: flex;
    flex-wrap: wrap;
}

.qa-part-ranking-tags.qa-ranking-tags-points h2{
    display: block;
    width: 105%;
}

.qa-part-ranking {
    display: flex;
    flex-wrap: wrap;
}

.qa-part-ranking-users h2, .qa-part-ranking-tags h2, .qa-part-nav-list-categories h2 {
    margin: -10px -10px 15px -10px;
}


span[rel="checkboxremember"]{
    display: none;
}

.qa-favorite-image {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    -webkit-mask-image: url('images/svg/star.svg');
    mask-image: url('images/svg/star.svg');
}

.qa-suggest-next {
    padding: 10px;
    margin-bottom: 5px;
    background: #ff5a00;
    border-radius: 4px;
    color: #fff;
}

.qa-suggest-next a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-suggest-next a:hover {
    color: #fff;
    border-bottom: 0;
}

/*------[ q-view ]------*/
.qa-form-light-button {
    -webkit-appearance: none;
    display: block;
    float: left;
    margin: 20px 10px 0 0;
    padding: 2px;
    box-sizing: border-box;
    border: 0;
    font-size: 14px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    color: #b2b2b2;
    fill: #b2b2b2;
    width: 40px;
    height: 40px;
    text-align: center;
    text-indent: -9999px;
}

.qa-q-item-buttons{
    padding-top: 20px;
}

.qa-form-light-button:hover, .qa-form-light-button:focus {
    border: 0;
    outline: 0;
}

.qa-form-light-button a, .qa-form-light-button a:hover {
    color: #fff;
}

.qa-form-light-button-edit, .qa-form-light-button-retagcat {
    background-image: url('images/icons/edit-white.png');
}

.qa-form-light-button-flag {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/flag-black-shape.svg');
    mask-image: url('images/svg/flag-black-shape.svg');
}

.qa-form-light-button-unflag {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/flag-black-shape.svg');
    mask-image: url('images/svg/flag-black-shape.svg');
}

.qa-form-light-button-clearflags {
    background-image: url('images/icons/un-flag-white.png');
}

 {
    background-image: url('images/icons/hide-white.png');
}

.qa-form-light-button-follow {
    /*background: url('images/svg/web-link.svg');*/
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/web-link.svg');
    mask-image: url('images/svg/web-link.svg');
}

.qa-form-light-button-follow:hover {
    background-color: black;
}

.qa-form-light-button-reshow {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/web-link.svg');
    mask-image: url('images/svg/web-link.svg');
}

.qa-form-light-button-claim {
    background-image: url('images/icons/claim-white.png');
}

.qa-form-light-button-delete {
    background-color: #b2b2b2;
    background-image: none !important;
    -webkit-mask-image: url('images/svg/garbage.svg');
    mask-image: url('images/svg/garbage.svg');
}

.qa-form-light-button-approve {
    background-image: url('images/icons/approve-white.png');
    padding-left: 18px;
}

.qa-form-light-button-reject {
    background-image: url('images/icons/rejected-white.png');
}

.qa-form-light-button-close {
    background-image: url('images/icons/close-white.png');
}

.qa-form-light-button-reopen {
    background-image: url('images/icons/open-white.png');
}

.qa-form-light-button-block {
    background-image: url('images/icons/rejected-white.png');
}

.qa-form-light-button-reply {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/back-arrow.svg');
    mask-image: url('images/svg/back-arrow.svg');
    mask-size: 100% 100%;
}

.qa-form-light-button-answer {
    background-image: #27ae60;
    background-image: url('images/icons/answer-white.png');
    float: left;
    margin: 0 5px 0 0;
}

.qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus {
    background-color: #2ecc71;
}

.qa-form-light-button-comment {
    background-image: url('images/icons/comment-white.png');
    float: left;
    margin: 0;
}

.qa-a-item-buttons .qa-form-light-button-comment {
    float: right;
}

.qa-form-light-button-answer,
.qa-form-light-button-comment,
.qa-form-light-button-claim {
    width: auto;
    padding: 0 10px 0 30px;
    background-position: 8px center;
    font-size: 13px;
    line-height: 32px;
    text-indent: 0;
}

.qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus,
.qa-form-light-button-comment:hover, .qa-form-light-button-comment:focus,
.qa-form-light-button-claim:hover, .qa-form-light-button-claim:focus {
    background-position: 8px center;
}

.qa-q-view-main .qa-form-light-button-answer {
    text-indent: 1px;
    width: 160px;
    height: 50px;
    padding: 5px 32px 5px 54px !important;
    color: white;
    font-weight: bold !important;
    font-family: "Gotham Pro";
    background-color: #ff5a00;
}

.qa-q-view-main .qa-form-light-button-answer:hover {
    background-color: #ff5a00;
}

.qa-q-view-stats {
    float: left;
    position: absolute;
    top: 5px;
}

form .qa-q-view-stats {
    position: absolute;
    top: 25px;
    left: 22px;
}

form+.qa-q-view-main {
    padding-left: 35px;
}

@media (max-width: 979px) {
    .qa-q-view-stats, .qa-voting {
        margin-bottom: 5px;
    }

    form+.qa-q-view-main {
        padding-left: 55px;
    }

    .qa-main-heading.white-heading {
        padding-bottom: 35px;
    }
}

.qa-view-count {
    font-size: 12px;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    margin: 6px 0 -4px;
    word-break: break-word;
}

.qa-q-list-item.no-padding .info-half .qa-view-count-data {
    padding: 0 5px 0 5px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Gotham Pro" !important;
}

.qa-view-count-pad {}

.qam-q-view-close-icon {
    /* background-color: #f1c40f;
    padding: 4px;
    border-radius: 24px;
    float: left;
    margin: 8px 10px 0 0; */
    background-color: white;
    padding: 0;
    border-radius: 24px;
    float: left;
    margin: 0 10px 0 0;
    width: 20px;
    height: 22px;
}

.qa-q-view {
    background: #fff;
    padding-bottom: 20px;
}

.qa-part-q-view {
    padding: 0 20px 0px 20px;
    margin-bottom: 5px;
    background: #fff;
    /* fix position: relative; */
}

.qa-q-view-avatar-meta {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    color: #737373;
    font-family: "Gotham Pro";
}

.qa-q-view-avatar-meta a {
    color: #000000;
    font-family: "Gotham Pro";
    font-weight: bold;
}

.qa-q-view-avatar-meta .qa-q-view-meta {
    border-bottom: 0 !important;
    margin-bottom: 40px;
}

.qa-q-view-avatar {
    float: right;
}

.qa-q-view-meta {
    border-bottom: 1px solid #bdc3c7;
    display: block;
}

@media (max-width: 979px) {
    .qa-q-view-meta {
        clear: left;
    }

    .qa-q-view-main {
        width: 100%;
    }
}

@media (min-width: 980px) {
    .qa-q-view-main {
        float: left;
        margin: 0 0 0 20px;
        width: calc(100% - 20px);
    }
}

.qa-q-view-tags {
    margin-top: 20px;
}

.qa-q-view-buttons {}

.qa-form-light-button-answer, .qa-form-light-button-comment {
    padding: 16px 32px 16px 54px !important;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 500;
    height: auto;
    width: auto;
    line-height: 30px;
    background-repeat: no-repeat;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: bold !important;
}

.qa-form-light-button-answer {
    background-color: #ff5a00;
    color: #ffffff;
    background-image: url('images/answer.png');
    background-position: 21px 15px;
    border: 2px solid transparent;
}

.qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus {
    background-position: 21px 15px !important;
    background-color: #ff5a00;
    border: 2px solid #ff5a00;
    position: relative;
    opacity: 0.85;
}

.qa-form-light-button-comment {
    background-color: white;
    background-image: url('images/chat.png');
    color: #000000;
    background-position: 21px 15px;
}

.qa-form-light-button-comment:hover, .qa-form-light-button-comment:focus {
    background-position: 21px 15px;
    background-color: white;
    position: relative;
    color: black;
    opacity: 0.85;
}

.qa-q-view-main .qa-form-light-button-comment {
    width: 190px;
    height: 50px;
    max-width: calc(50% - 20px);
}

@media screen and (max-width: 860px) {
    .info-half, .qa-q-view-buttons {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    form+.qa-q-view-main {
        padding-left: 0;
    }

    .qa-q-view-buttons {
        display: flex;
        flex-wrap: wrap;
    }

    .qa-q-view-buttons input[type="submit"] {
        display: block;
        float: left;
        clear: both;
        margin-bottom: 20px;
    }
}

.qa-q-view-buttons .qa-waiting {
    float: right;
    margin: 9px 0 0 5px;
}

.qa-q-view-closed {
    position: relative;
    background-color: #ecf0f1;
    padding: 10px 10px 10px 54px;
    margin: 10px 0;
    font-size: 0.75em;
    line-height: 2em;
    font-weight: bold;
}

.qa-q-view-closed:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #bdc3c7;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    display: block;
    content: '';
    -webkit-mask-image: url('images/svg/padlock.svg');
    mask-image: url('images/svg/padlock.svg');
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
}

.qa-q-view-closed:hover {
    padding: 10px 10px 10px 54px;
    margin-bottom: 5px;
    background: #e74c3c;
    color: #fff;
    cursor: help;
}

.qa-q-view-closed:hover a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-q-view-closed:hover a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-q-view-closed:hover:before {
    background-color: white !important;
    content: '';
}

.qa-q-view-closed-content {
    font-weight: normal !important;
}

.qa-q-view-extra {
    font-size: 14px;
    margin: 10px 0;
}

.qa-q-view-extra-content {
    font-weight: bold;
}

.qa-part-form-q-edit {
    padding: 20px;
    background: #fff;
    position: relative;
}

.qa-part-form-q-edit+.qa-q-view .qa-q-view-avatar-meta {
    margin: 0;
}

.qa-part-form-q-edit+.qa-q-view .qa-q-view-meta {
    border: 0;
}

.qa-part-form-q-edit+.qa-q-view .qa-q-view-c-list {
    margin-left: 10px;
}

.qa-main-hidden, .qa-a-list-item-hidden, .qa-c-item-hidden {
    opacity: 0.6;
}

.qa-q-item-flags, .qa-q-view-flags, .qa-a-item-flags, .qa-c-item-flags {
    color: #e74c3c;
    font-weight: bold;
    padding-left: 4px;
}

/*------[ custom top widget ]------*/
.qa-custom-top-widget {
    display: flex;
    flex-wrap: wrap;
}

.qa-widgets-main {
    display: flex;
    margin: 0px auto 40px;
}

.qa-widgets-main .qa-widget-main-top {
    width: 50% !important;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 780px) {
    .qa-widgets-main {
        flex-wrap: wrap;
    }

    .qa-widgets-main .qa-widget-main-top {
        width: 100% !important;
        margin: 0 auto 30px !important;
    }

    .qa-direct-ask {
        margin-right: 0;
    }
}

/*------[ a-list ]------*/
.qa-part-a-form {
    /* padding: 20px; */
    background: #fff;
    margin-bottom: 5px;
}

.qa-part-a-form:empty,
.qa-part-a-form h2 {
    margin-top: 0;
}

#a_list_title {
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

#a_list_title a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

#a_list_title a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-a-list-item {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    min-height: 190px;
}

.qa-a-list-item form {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.qa-a-list-item form .qa-voting {
    max-width: 55px;
}

.qa-a-list-item .qa-a-item-main {
    margin: 0px;
    width: calc(100% - 55px);
    float: right;
}

.qa-a-list-item .qa-a-item-main .qa-a-item-avatar-meta {
    margin-top: 0;
}

/* highlight selected answer */
.qa-a-list-item:target {
    -webkit-animation: answer-highlight 2s ease-in-out;
    animation: answer-highlight 2s ease-in-out;
}

.qa-a-item-avatar-meta {
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}

.qa-a-item-avatar {
    float: right;
}

.qa-a-item-meta {
    display: block;
    color: #737373;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 500;
    font-size: 13px !important;
}

.qa-a-item-meta a {
    font-family: "Gotham Pro";
    color: black;
    font-weight: bold;
}

.qa-a-item-buttons {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: start;
}

.qa-a-item-buttons .qa-waiting {
    float: right;
    margin: 9px 0 0 5px;
}

.qa-a-selection {
    position: absolute;
}

@media (max-width: 799px) {
    .qa-a-item-avatar-meta {
        margin-top: 10px;
    }
}

@media (min-width: 800px) and (max-width: 979px) {
    .qa-a-item-avatar-meta {
        margin-top: 70px;
    }
}

@media (max-width: 979px) {
    .qa-a-item-main {
        width: 100%;
    }

    .qa-a-item-meta {
        clear: left;
        font-size: 0.875em;
        line-height: 1.71429em;
    }

    .qa-a-selection {
        left: 100px;
        top: 20px;
    }
}

@media (min-width: 980px) {
    .qa-a-item-main {
        float: right;
        margin: 0 0 0 20px;
        width: 86%;
    }

    .qa-a-selection {
        left: 20px;
        top: 100px;
    }
}

.qa-a-selection .qa-waiting {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.qa-a-select-button, .qa-a-unselect-button, .qa-a-selected {
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    display: block;
    margin: 20px 0 10px 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-mask: url(images/svg/check-mark-black-outline.svg) no-repeat 100% 100%;
    mask: url(images/svg/check-mark-black-outline.svg) no-repeat 100% 100%);
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.qa-a-select-button {
    background-color: #bdc3c7;
}

.qa-a-select-button:hover, .qa-a-select-button:focus {
    background-color: #ff5a00;
}

.qa-a-unselect-button {
    background-color: #27ae60;
}

.qa-a-unselect-button:hover, .qa-a-unselect-button:focus {
    background-color: #bdc3c7;
}

.qa-a-selected {
    background-color: #27ae60;
}

@media (max-width: 979px) {
    .qa-a-selected-text {
        display: none;
    }
}

@media (min-width: 980px) {
    .qa-a-selected-text {
        font-size: 10px;
        color: #27ae60;
        display: block;
        line-height: normal;
        text-align: center;
        width: 50px;
        margin-left: -10px;
    }
}

.answer-selected, .qa-a-list-item-selected {
    border: 1px solid #27ae60;
}

/*------[ c-list ]------*/
.qa-q-view-c-list, .qa-a-item-c-list {
    margin-top: 20px;
    font-size: 14px;
}

.qa-c-list-item {
    position: relative;
    margin-bottom: 5px;
    padding: 0 10px;
}

/* highlight selected comment */
.qa-c-list-item:target {
    -webkit-animation: comment-highlight 2s ease-in-out;
    animation: comment-highlight 2s ease-in-out;
}

/* voting styles for comments */
.qa-c-list-item .qa-voting {
    width: auto;
    height: auto;
    background-color: transparent;
}

.qa-c-list-item .qa-vote-buttons {
    height: 22px;
    width: 12px;
    margin-right: 4px;
}

.qa-c-list-item .qa-vote-count {
    float: left;
    min-width: 16px;
    margin-right: 8px;
    display: block;
    width: 35px;
    height: 35px;
    order: 2;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.qa-c-list-item .qa-netvote-count {
    text-align: left;
}

.qa-c-list-item .qa-netvote-count-data {
    font-size: 13px;
    line-height: 18px;
    width: 35px;
    height: 35px;
}

.qa-c-list-item .qa-upvote-count {
    line-height: 6px;
}

.qa-c-list-item .qa-downvote-count {
    line-height: 14px;
}

.qa-c-list-item .qa-upvote-count-data,
.qa-c-list-item .qa-downvote-count-data {
    font-size: 13px;
    font-weight: normal;
}

.qa-c-list-item .qa-vote-up-button,
.qa-c-list-item .qa-vote-down-button,
.qa-c-list-item .qa-voted-up-button,
.qa-c-list-item .qa-voted-down-button,
.qa-c-list-item .qa-vote-up-disabled,
.qa-c-list-item .qa-vote-down-disabled {
    width: 12px;
    height: 8px;
    left: 0;
}

.qa-c-list-item .qa-vote-first-button {
    top: 0;
}

.qa-c-list-item .qa-vote-second-button {
    top: 12px;
}

.qa-c-list-item .qa-vote-one-button {
    top: 6px;
}

.qa-c-list-item .qa-vote-up-button {
    background-position: -32px 0;
}

.qa-c-list-item .qa-vote-up-button:hover,
.qa-c-list-item .qa-vote-up-button:focus,
.qa-c-list-item .qa-vote-up-button:active {
    background-position: -32px -8px;
}

.qa-c-list-item .qa-vote-down-button {
    background-position: -44px 0;
}

.qa-c-list-item .qa-vote-down-button:hover,
.qa-c-list-item .qa-vote-down-button:focus,
.qa-c-list-item .qa-vote-down-button:active {
    background-position: -44px -8px;
}

.qa-c-list-item .qa-vote-up-disabled {
    background-position: -32px -32px;
}

.qa-vote-up-disabled, .qa-vote-down-disabled{
    display: none;
}

.qa-c-list-item .qa-vote-up-disabled:hover,
.qa-c-list-item .qa-vote-up-disabled:focus,
.qa-c-list-item .qa-vote-up-disabled:active {
    background-position: -32px -32px;
}

.qa-c-list-item .qa-vote-down-disabled {
    background-position: -44px -32px;
}

.qa-c-list-item .qa-vote-down-disabled:hover,
.qa-c-list-item .qa-vote-down-disabled:focus,
.qa-c-list-item .qa-vote-down-disabled:active {
    background-position: -44px -32px;
}

.qa-c-list-item .qa-voted-up-button {
    background-position: -32px -8px;
}

.qa-c-list-item .qa-voted-up-button:hover,
.qa-c-list-item .qa-voted-up-button:focus,
.qa-c-list-item .qa-voted-up-button:active {
    background-position: -32px 0;
}

.qa-c-list-item .qa-voted-down-button {
    background-position: -44px -8px;
}

.qa-c-list-item .qa-voted-down-button:hover,
.qa-c-list-item .qa-voted-down-button:focus,
.qa-c-list-item .qa-voted-down-button:active {
    background-position: -44px 0;
}

.qa-form-light-button {
    background-repeat: no-repeat;
    color: #b2b2b3;
    width: 40px;
    height: 40px;
    padding: 2px;
    text-align: center;
    text-indent: -9999px;
    margin-top: 0;
}

.qa-form-light-button:hover {
    position: relative;
}

.qa-form-light-button:hover {
    background-color: black;
}

.qa-form-light-button:focus {
    background-color: #ff5a00;
}

.qa-form-light-button:hover, .qa-form-light-button:focus {}

.qa-form-light-button a, .qa-form-light-button a:hover {}

.qa-form-light-button-comment {
    -webkit-mask: url(images/svg/chat.svg) no-repeat 50% 50%;
    mask: url(images/svg/chat.svg) no-repeat 50% 50%);
}

.qa-form-light-button-edit, .qa-form-light-button-retagcat {
    -webkit-mask: url(images/svg/pencil.svg) no-repeat 50% 50%;
    mask: url(images/svg/pencil.svg) no-repeat 50% 50%);
}

.qa-form-light-button-flag {
    -webkit-mask: url(images/svg/flag.svg) no-repeat 50% 50%;
    mask: url(images/svg/flag.svg) no-repeat 50% 50%);
}

.qa-form-light-button-unflag {
    background-color: #e4afaf;
    background-image: url('images/icons/flag.png');
}

.qa-form-light-button-clearflags {
    background-image: url('images/icons/un-flag.png');
}

.qa-form-light-button-hide, .qa-form-light-button-reshow {
    -webkit-mask: url(images/svg/eye.svg) no-repeat 50% 50%;
    mask: url(images/svg/eye.svg) no-repeat 50% 50%);
}

.qa-form-light-button-follow {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/web-link.svg');
    mask-image: url('images/svg/web-link.svg');
}

.qa-form-light-button-reshow {
    background-image: url('images/icons/show.png');
}

.qa-form-light-button-claim {
    background-image: url('images/icons/claim.png');
}

.qa-form-light-button-delete {
    background-image: url('images/icons/delete.png');
}

.qa-form-light-button-approve {
    background-image: url('images/icons/approve.png');
    padding-left: 18px;
}

.qa-form-light-button-reject {
    background-image: url('images/icons/rejected.png');
}

.qa-form-light-button-close {
    -webkit-mask: url(images/svg/lock.svg) no-repeat 50% 50%;
    mask: url(images/svg/lock.svg) no-repeat 50% 50%);
    background-size: contain !important;
}

.qa-form-light-button-reopen {
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/padlock-unlocked.svg');
    mask-image: url('images/svg/padlock-unlocked.svg');
}

/* .qa-form-light-button-comment, .qa-form-light-button-edit, .qa-form-light-button-retagcat, .qa-form-light-button-flag, .qa-form-light-button-hide, .qa-form-light-button-close, .qa-form-light-button-follow */
.qa-form-light-button
{
    background-color: #b2b2b2;
    background-image: none;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position-x: center;
    width: 20px;
    height: 20px;
    float: left;
    padding: 0px !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.comment-wrap .qa-form-light-button-comment{
    margin-left: 0px;
    margin-bottom: 0px;
}

.qa-q-view-main .qa-form-light-button-comment {
    /* background-image: url('images/chat.png') !important; */
    text-indent: 29px !important;
    background: none !important;
    mask: none !important;
    -webkit-mask: none !important;
    width: 190px !important;
    max-width: 190px !important;
    border: 2px solid;
    padding: 10px !important;
}

.qa-q-view-main .qa-form-light-button-comment:hover, .qa-q-view-main .qa-form-light-button-comment:focus {
    /* background-image: url('images/chat-hover.png') !important; */
}


.comment-wrap, .answer-wrap {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 99;
}

.comment-wrap::before, .answer-wrap::before{
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #b2b2b2;
    -webkit-mask-image: url('images/svg/comment.svg');
    mask-image: url('images/svg/comment.svg');
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
}


.answer-wrap::before{
    -webkit-mask-image: url('images/svg/answer.svg');
    mask-image: url('images/svg/answer.svg');
    background-color: white !important;
    left: 30px;
}

.comment-wrap:hover::before, .answer-wrap:hover::before{
    z-index: 999;
    background-color: white !important;
}

.comment-wrap:hover::before{
    background-color: black !important;
}

.qa-c-item-avatar-meta {
    font-size: 14px;
    display: block;
    color: #737373;
    clear: both;
}

.qa-c-item-avatar-meta a {
    color: black;
    font-weight: bold;
}

.qa-c-item-avatar {
    position: absolute;
    right: 10px;
    top: 1px;
}

.qa-c-item-meta {
    border-bottom: 1px solid #d6dadb;
    display: block;
}

@media (max-width: 767px) {
    .qa-c-item-meta {
        font-size: 0.875em;
        line-height: 1.71429em;
        padding-right: 24px;
        min-height: 2.3em;
    }
}

.qa-c-item-content {
    font-size: 15px;
    color: #272a32;
    padding: 10px;
}

.qa-c-item-expand{
    padding: 10px 0;
    font-weight: bold;
}

.qa-c-item-buttons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d6dadb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.qa-c-item-buttons .qa-waiting {
    float: right;
    margin: 9px 0 0 5px;
}

.qa-c-form h2, .qa-part-a-form:empty, .qa-part-a-form h2 {
    margin-bottom: 0;
    color: black;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
    clear: both;
}

.qa-c-form h2 a, .qa-part-a-form:empty a, .qa-part-a-form h2 a {
    color: #ff5a00;
}

.qa-widget-main h2:first-of-type {
    padding: 10px;
    background: #9b59b6;
    color: #fff;
    margin: 0 0 5px 0;
}

.qa-widget-main h2:first-of-type a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-widget-main h2:first-of-type a:hover {
    color: #fff;
    border-bottom: 0;
}

/*------[ sidebar ]------*/
#qam-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9;
    box-shadow: 0 0 300px 50px rgba(0, 0, 0, 0.3) inset;
    display: none;
}

#qam-sidepanel-toggle {
    display: none;
}

@media (min-width: 980px) {
    .qa-sidepanel {
        width: 25%;
        width: calc(25% - 15px);
        padding: 0;
        float: right;
        *zoom: 1;
    }
}

@media (max-width: 979px) {
    #qam-sidepanel-toggle {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 0;
        text-align: center;
        font-size: 24px;
        background: #ff5a00;
        cursor: pointer;
        transition: all 0.15s ease;
        color: white;
        opacity: 0.8;
        z-index: 999;
    }

    #qam-sidepanel-toggle.active {
        opacity: 1;
        color: #34495e;
        right: 280px;
        box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
    }

    #qam-sidepanel-toggle [class^="icon-"]:before, #qam-sidepanel-toggle [class*=" icon-"]:before {
        line-height: 40px;
        width: 30px;
        height: 40px;
        text-align: center;
        color: #fff;
    }

    .qa-sidepanel {
        /* width: 280px;
        height: 100%;
        position: fixed;
        right: -280px;
        top: 0; */
        padding: 20px;
        border-radius: 4px;
        overflow-y: auto;
        z-index: 99999;
        background: #fff;
        transition: all 0.15s ease;
        box-shadow: 0 0 0 0 transparent;
    }

    #siteseal{
        text-align: center;
    }

    .qa-sidepanel.open {
        right: 0 !important;
        transition: all 0.15s ease;
        box-shadow: -5px 0 15px 0 rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        padding: 10px;
    }
}

.stick {
    top: 10px !important;
    transition: all 0.15s ease;
}

.qa-sidepanel {
    word-wrap: break-word;
}

.qa-sidepanel h1, .qa-sidepanel h2, .qa-sidepanel h3, .qa-sidepanel h4, .qa-sidepanel h5, .qa-sidepanel h6 {
    margin-top: 0;
}

.qa-sidepanel .qa-widget-side {
    margin-bottom: 5px;
    /*margin-top: 30px;*/
}

.qa-sidepanel .qa-widget-side a {
    color: #737373;
    font-size: 14px;
    border-bottom: 0;
}

.qa-sidepanel .qa-widget-side a:hover {
    color: #ff5a00;
}

.qa-sidepanel .qa-widget-side a:before {}

.qa-sidebar {
    margin-bottom: 5px;
    background: white;
    color: black;
}

.qa-sidebar .bblock {
    background: white;
    background: transparent;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.qa-sidebar .bblock::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    clear: both;
}

.qa-sidebar img {
    max-width: 100%;
    width: 100%;
}

.qa-sidepanel h2 {
    color: #000000;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}

.qa-widgets-side .qa-widget-side-high {
    background: transparent !important;
    padding: 0px;
    margin-bottom: 30px;
}

.qa-widgets-side.qa-widgets-side-high{
    order: 2;
}

.qa-widgets-side.qa-widgets-side-bottom{
    order: 1;
}

.qa-widgets-side .qa-widget-side-high a {
    color: #737373;
}

.qa-widgets-side .qa-widget-side-high a:nth-child(-n+9) {
    color: #101010;
}

.qa-sidebar a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    font-weight: bold;
}

.qa-sidebar a:hover {
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #fff;
}

.qa-sidebar.orange {
    background: #f39c12;
}

.qa-sidebar.carrot {
    background: #e67e22;
}

.qa-sidebar.alizarin {
    background: #e74c3c;
}

.qa-sidebar.turquoise {
    background: #1abc9c;
}

.qa-sidebar.emerald {
    background: #2ecc71;
}

.qa-sidebar.peter-river {
    background: #3498db;
}

.qa-sidebar.amethyst {
    background: #9b59b6;
}

.qa-sidebar.wet-asphalt {
    /* background: white; */
    margin-bottom: 30px;
}

.qa-activity-count {
    height: 100%;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
    display: flex;
    flex-wrap: wrap;
}

.qa-activity-count-item {
    width: calc(50% - 15px);
    height: calc(50% - 15px);
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 6px 40px rgba(103, 41, 8, 0.05);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px !important;
    box-sizing: border-box;
    justify-content: center;
    font-size: 13px;
}

.qa-activity-count-item:nth-child(odd) {
    margin-right: 30px;
}

.qa-activity-count-item:nth-child(1), .qa-activity-count-item:nth-child(2) {
    margin-bottom: 15px;
}

.qa-activity-count-item:nth-child(3), .qa-activity-count-item:nth-child(4) {
    margin-top: 15px;
}

.qa-activity-count-item:nth-child(1), .qa-activity-count-item:nth-child(4) {
    background: #202535 !important;
}

.qa-activity-count-item::before {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.75 !important;
}

.qa-activity-count-item:nth-child(1)::before {
    width: 67px;
    height: 84px;
    content: url('images/question-mark.png') !important;
    bottom: 0;
    left: 0;
    top: auto;
}

.qa-activity-count-item:nth-child(2)::before {
    width: 54px;
    height: 65px;
    content: url('images/black-bubble-speech.png') !important;
    left: auto;
    right: 0;
    top: 0;
}

.qa-activity-count-item:nth-child(3)::before {
    width: 63px;
    height: 80px;
    content: url('images/speech-bubbles-comment-option.png') !important;
    bottom: 0;
    left: 0;
    top: auto;
}

.qa-activity-count-item:nth-child(4)::before {
    width: 57px;
    height: 75px;
    content: url('images/user-avatar-main-picture.png') !important;
    bottom: 0;
    left: auto;
    top: auto;
    right: 0;
}

.qa-activity-count-item:nth-child(2) {
    background: #53b38d !important;
}

.qa-activity-count-item:nth-child(3) {
    background: #5f85ff !important;
}

.qa-activity-count-item:before {
    font-family: "fontello";
    display: inline-block;
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 0.2;
}

.qa-activity-count-item:hover {
    cursor: help;
}

.qa-activity-count-item:hover:before {
    opacity: 1;
    -webkit-animation: shake 0.25s;
    -moz-animation: shake 0.25s;
    -o-animation: shake 0.25s;
    animation: shake 0.25s;
}

.qa-activity-count-item:nth-child(1) {
    background: #1abc9c;
}

.qa-activity-count-item:nth-child(1):before {
    content: '\e801';
}

.qa-activity-count-item:nth-child(2) {
    background: #2ecc71;
}

.qa-activity-count-item:nth-child(2):before {
    content: '\e802';
}

.qa-activity-count-item:nth-child(3) {
    background: #f1c40f;
}

.qa-activity-count-item:nth-child(3):before {
    content: '\e800';
}

.qa-activity-count-item:nth-child(4) {
    background: #e67e22;
}

.qa-activity-count-item:nth-child(4):before {
    content: '\e809';
}

.qa-activity-count-data {
    font-family: "Gotham Pro";
    font-size: 36px !important;
    font-weight: bold;
    padding: 0;
    font-size: 2em;
    line-height: 1.5em;
    display: block;
}

@media (max-width: 400px){
    .qa-nav-sub-list {

    }

    .qa-activity-count{
        height: auto !important;
    }

    .qa-activity-count-item{
        width: 100% !important;
        max-width: calc(100% - 20px);
        clear: both;
        margin: 10px !important;
    }

}

.qa-related-q-list {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}

.qa-related-q-item a {
    padding: 5px 0 0 0px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}

.qa-related-q-item a::before{
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    margin-right: 10px;
}

.qa-related-q-item:nth-child(1) a::before{
    background-color: green;
    -webkit-mask-image: url('images/svg/rq10.svg');
    mask-image: url('images/svg/rq1.svg');
}

.qa-related-q-item:nth-child(2) a::before{
    background-color: blue;
    -webkit-mask-image: url('images/svg/rq2.svg');
    mask-image: url('images/svg/rq2.svg');
}

.qa-related-q-item:nth-child(3) a::before{
    background-color: #ff5a00;
    -webkit-mask-image: url('images/svg/rq3.svg');
    mask-image: url('images/svg/rq3.svg');
}

.qa-related-q-item:nth-child(4) a::before{
    background-color: #6c8ffc;
    -webkit-mask-image: url('images/svg/rq4.svg');
    mask-image: url('images/svg/rq4.svg');
}

.qa-related-q-item:nth-child(5) a::before{
    background-color: #53b38d;
    -webkit-mask-image: url('images/svg/rq5.svg');
    mask-image: url('images/svg/rq5.svg');
}




.qa-related-q-item:first-child a {
    padding-top: 0;
}

.qa-related-q-item:last-child a {
    padding-bottom: 0;
    border-bottom: 0;
}

.qa-nav-cat {
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
}

.qa-nav-cat-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.qa-nav-cat-list .qa-nav-cat-list {
    margin-left: 20px;
}

.qa-nav-cat-item {
    padding: 2px 0;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.qa-nav-cat-item:last-child {
    border-bottom: none;
}

.qa-nav-cat-link.qa-nav-cat-favorited {
    position: relative;
    padding-left: 20px;
}

.qa-nav-cat-link.qa-nav-cat-favorited:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 100%;
    display: block;
    content: url('images/favorite-icon-15x15.png');
}

.qa-nav-cat-note {
    color: #7f8c8d;
    float: right;
    font-size: 12px;
}

.qa-feed {
    font-size: 13px;
    padding: 20px;
    margin-bottom: 5px;
    background: #fff;
}

.qa-feed-link {
    line-height: 32px;
}

.qa-feed-link:before {
    font-family: "fontello";
    font-size: 20px;
    content: '\e81c';
    display: inline-block;
    float: left;
    margin-right: 8px;
}

/*------[ footer ]------*/
.qam-footer-box {
    padding: 0;
    background: #272a32;
    color: #fff;
    overflow: hidden;
    margin: 0;
}


.qam-footer-box a:hover {
    color: #fff;
    border-bottom: 0;
}

.qam-footer-row a, .qam-footer-row a:visited {
    display: block;
    font-weight: normal;
    border: none;
    color: rgba(255, 255, 255, 0.75);
}

.qam-footer-row a:hover, .qam-footer-row a:focus, .qam-footer-row a:active, .qam-footer-row a:visited:hover, .qam-footer-row a:visited:focus, .qam-footer-row a:visited:active {
    font-weight: normal;
    border: none;
}

.qam-footer-col-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    margin-top: 0;
}

@media (max-width: 979px) {
    .qam-footer-col {
        width: 100%;
        padding: 10px;
    }
}

@media (min-width: 980px) {
    .qam-footer-row {
        width: 100%;
    }

    .qam-footer-col {
        width: 25%;
        float: left;
        padding: 1%;
    }

    .qam-footer-col:first-child {
        padding-left: 0;
    }

    .qam-footer-col:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .qam-footer-row {
        width: 1024px;
        margin: 0 auto;
    }
}

.qa-footer {
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
    background: #272a32;
}

.qa-footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.qa-footer a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-nav-footer{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.right-footer{
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.right-footer .qa-attribution a{
    color: white !important
}

@media (max-width: 992px){
    .qa-nav-footer, .right-footer{
        width: 100%;
        margin-bottom: 30px;
    }

    .right-footer{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.qa-nav-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 32%;
}

.qa-nav-footer-list li:first-child a, .qa-nav-footer-list li:first-child span{
    color: white !important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Gotham Pro Medium";
    line-height: 30px;
}

@media (max-width: 660px){
    .qa-nav-footer-list{
        width: 100% !important;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
}

.qa-nav-footer-item {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.qa-nav-footer-item a, .qa-attribution a{
    font-size: 12px !important;
    color: #c3c3c3 !important;
    text-decoration: none !important;
    line-height: 30px;
}

.qa-nav-footer-item a:hover, .qa-attribution a:hover{
    color: white !important;
}

.qa-nav-footer-item:last-child {
    border-right: 0;
}

.qa-nav-footer-link {
    display: block;
    font-weight: normal;
}



@media (max-width: 479px) {
    .qa-nav-footer {
        display: block;
        margin-bottom: 5px;
    }

    .qa-attribution {
        display: block;
    }
}

@media (min-width: 480px) {
    .qa-nav-footer {
        float: left;
    }

    .qa-attribution {
        display: block;
        padding: 0 10px;
    }

    .qa-attribution:nth-child(2) {
        border-right: 0;
    }
}

.after-footer{
    background: #434858;
    padding: 26px;
    color: white;
    font-size: 12px;
    text-align: center;
}

.after-footer .qa-body-wrapper{
    margin-bottom: 0;
}

.qa-ask-box {
    padding: 10px 20px;
    margin-bottom: 5px;
    background: #3498db;
    color: #fff;
}

.qa-ask-box a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.qa-ask-box a:hover {
    color: #fff;
    border-bottom: 0;
}

.qa-ask-box form {
    margin: 0;
}

.qa-ask-box .qa-form-tall-label {
    color: #fff;
}

.qa-ask-box .qa-form-tall-text {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 979px) {
    .qam-ask-search-box {
        padding: 10px 10px 0 10px;
        display: table;
        width: 100%;
    }

    .qam-ask-mobile {
        display: none !important;
    }

    .qam-ask-mobile a {
        padding: 20px;
        background: #1abc9c;
        color: #fff;
        text-align: center;
        font-size: 24px;
        display: block;
        border: none;
        font-weight: normal;
        margin: 0;
    }

    .qam-ask-mobile a a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

    .qam-ask-mobile a a:hover {
        color: #fff;
        border-bottom: 0;
    }

    .qam-ask-mobile a:hover, .qam-ask-mobile a:focus {
        font-weight: normal;
        border: none;
        text-decoration: none;
    }

    .qam-ask-mobile a.orange {
        background-color: #ea940c;
    }

    .qam-ask-mobile a.carrot {
        background-color: #df7619;
    }

    .qam-ask-mobile a.alizarin {
        background-color: #e53f2e;
    }

    .qam-ask-mobile a.turquoise {
        background-color: #18af91;
    }

    .qam-ask-mobile a.emerald {
        background-color: #2bc06a;
    }

    .qam-ask-mobile a.peter-river {
        background-color: #2791d9;
    }

    .qam-ask-mobile a.amethyst {
        background-color: #954eb1;
    }

    .qam-ask-mobile a.wet-asphalt {
        background-color: #2f4154;
    }

    .qam-search-mobile {
        background: #1abc9c url('images/icons/search-mobile.png') no-repeat center;
        width: 64px;
        display: table-cell;
        border-left: 1px solid #1dd2af;
        cursor: pointer;
    }

    .qam-search-mobile.active {
        background-image: url('images/icons/search-mobile-collaps.png');
    }

    .qam-search-mobile.orange {
        background-color: #ea940c;
        border-left-color: #f4a62a;
    }

    .qam-search-mobile.orange.active {
        background-color: #f39c12;
    }

    .qam-search-mobile.carrot {
        background-color: #df7619;
        border-left-color: #e98b39;
    }

    .qam-search-mobile.carrot.active {
        background-color: #e67e22;
    }

    .qam-search-mobile.alizarin {
        background-color: #e53f2e;
        border-left-color: #ea6153;
    }

    .qam-search-mobile.alizarin.active {
        background-color: #e74c3c;
    }

    .qam-search-mobile.turquoise {
        background-color: #18af91;
        border-left-color: #1dd2af;
    }

    .qam-search-mobile.turquoise.active {
        background-color: #1abc9c;
    }

    .qam-search-mobile.emerald {
        background-color: #2bc06a;
        border-left-color: #40d47e;
    }

    .qam-search-mobile.emerald.active {
        background-color: #2ecc71;
    }

    .qam-search-mobile.peter-river {
        background-color: #2791d9;
        border-left-color: #4aa3df;
    }

    .qam-search-mobile.peter-river.active {
        background-color: #3498db;
    }

    .qam-search-mobile.amethyst {
        background-color: #954eb1;
        border-left-color: #a66bbe;
    }

    .qam-search-mobile.amethyst.active {
        background-color: #9b59b6;
    }

    .qam-search-mobile.wet-asphalt {
        background-color: #2f4154;
        border-left-color: #3d566e;
    }

    .qam-search-mobile.wet-asphalt.active {
        background-color: #34495e;
    }
}

@media (min-width: 980px) {
    .qam-ask-search-box {
        display: none;
    }
}

@-webkit-keyframes shake {
    0% {
        transform: scale(1);
    }

    17% {
        transform: scale(1.5);
    }

    34% {
        transform: scale(0.8);
    }

    51% {
        transform: scale(1.1);
    }

    68% {
        transform: scale(0.9);
    }

    85% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes shake {
    0% {
        transform: scale(1);
    }

    17% {
        transform: scale(1.5);
    }

    34% {
        transform: scale(0.8);
    }

    51% {
        transform: scale(1.1);
    }

    68% {
        transform: scale(0.9);
    }

    85% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-ms-keyframes shake {
    0% {
        transform: scale(1);
    }

    17% {
        transform: scale(1.5);
    }

    34% {
        transform: scale(0.8);
    }

    51% {
        transform: scale(1.1);
    }

    68% {
        transform: scale(0.9);
    }

    85% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0% {
        transform: scale(1);
    }

    17% {
        transform: scale(1.5);
    }

    34% {
        transform: scale(0.8);
    }

    51% {
        transform: scale(1.1);
    }

    68% {
        transform: scale(0.9);
    }

    85% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes answer-highlight {
    0% {
        background-color: #ffffaa;
    }

    100% {
        background-color: #fff;
    }
}

@keyframes answer-highlight {
    0% {
        background-color: #ffffaa;
    }

    100% {
        background-color: #fff;
    }
}

@-webkit-keyframes comment-highlight {
    0% {
        background-color: #ffffaa;
    }

    100% {
        background-color: #f4f4f4;
    }
}

@keyframes comment-highlight {
    0% {
        background-color: #ffffaa;
    }

    100% {
        background-color: #f4f4f4;
    }
}

/*------[ icons ]------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chat:before {
    content: '\e800';
}

.icon-help:before {
    content: '\e801';
}

.icon-comment:before {
    content: '\e802';
}

.icon-comment-alt:before {
    content: '\e803';
}

.icon-chart-line:before {
    content: '\e804';
}

.icon-coffee:before {
    content: '\e805';
}

.icon-tag:before {
    content: '\e806';
}

.icon-tags:before {
    content: '\e807';
}

.icon-spread:before {
    content: '\e808';
}

.icon-group:before {
    content: '\e809';
}

.icon-wrench:before {
    content: '\e80a';
}

.icon-article:before {
    content: '\e80b';
}

.icon-docs:before {
    content: '\e80c';
}

.icon-infinity:before {
    content: '\e80d';
}

.icon-user:before {
    content: '\e80e';
}

.icon-key:before {
    content: '\e80f';
}

.icon-money:before {
    content: '\e810';
}

.icon-wallet:before {
    content: '\e811';
}

.icon-arrows-cw:before {
    content: '\e812';
}

.icon-th-list:before {
    content: '\e813';
    color: #ff5a00;
}

.icon-left-open-big:before {
    content: '\e814';
}

.icon-right-open-big:before {
    content: '\e815';
}

.icon-down-open-big:before {
    content: '\e816';
}

.icon-up-open-big:before {
    content: '\e817';
}

.icon-down-open-mini:before {
    content: '\e818';
}

.icon-up-open-mini:before {
    content: '\e819';
}

.icon-right-open-mini:before {
    content: '\e81a';
}

.icon-left-open-mini:before {
    content: '\e81b';
}

.icon-rss:before {
    content: '\e81c';
}

.icon-facebook:before {
    content: '\e81d';
}

.icon-twitter:before {
    content: '\e81e';
}

.icon-twitter-bird:before {
    content: '\e81f';
}

.icon-googleplus:before {
    content: '\e820';
}

.icon-ok:before {
    content: '\e821';
}

.icon-ok-circled:before {
    content: '\e822';
}

.icon-reply:before {
    content: '\e823';
}

.icon-power:before {
    content: '\e824';
}

.icon-link:before {
    content: '\e825';
}
