.company-news .head-category-info {
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #777
}

.company-news .news-wrapper {
    width: 100%;
    min-height: 112px;
    position: relative;
    z-index: 99
}

.company-news .news {
    margin: 0 auto;
    position: relative;
    padding: 35px 0 40px
}

.company-news .news-menu {
    width: 100%;
    padding: 0 10px 20px
}

.company-news .news-menu > ul {
    position: relative
}

.company-news .news-menu > ul > li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px
}

.company-news .news-menu > ul > li:first-child {
    margin-left: 0
}

.company-news .news-menu > ul > li:first-child > a {
    padding: 10px 20px
}

.company-news .news-menu > ul > li > a {
    display: block;
    padding: 10px 20px 10px 48px;
    color: #c2c2c2;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px
}

.company-news .news-menu > ul > li.active > a {
    padding: 9px 19px 9px 47px;
    border: 2px solid #08c;
    color: #000;
    background-position: 19px -37px !important
}

.company-news .news-menu > ul > li.active:first-child > a {
    padding: 10px 19px 9px
}

.company-news .news-menu > ul > li > a:hover {
    padding: 9px 19px 9px 47px;
    border: 2px solid #08c;
    color: #000;
    background-position: 19px -37px !important
}

.company-news .news-menu > ul > li:first-child > a:hover {
    padding: 10px 19px 9px
}

.company-news .news-block {
    background: url(/static/home/images/news-line.png) repeat-y 144px 0;
    padding-bottom: 1px
}

.company-news .news-block:first-of-type {
    padding-top: 70px
}

.company-news .news-menu + .news-block {
    padding-top: 48px
}

.company-news .analytics_desc p {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px
}

.company-news .nb-date {
    margin: 0 0 40px;
    width: 198px;
    height: 43px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-left: 29px;
    background: #fff;
    box-shadow: 0 0 4px #f1f1f1
}

.company-news .nb-date > p {
    line-height: 43px;
    font-size: 15px;
    color: grey;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1px
}

.company-news .nb-block {
    position: relative
}

.company-news .nbb-date {
    position: absolute;
    top: 45px;
    left: 0;
    width: 85px;
    background: url(/static/home/images/calendar.png) no-repeat
}

.company-news .nbb-date > p {
    padding-left: 20px;
    color: #000;
    line-height: 16px;
    font-size: 16px
}

.company-news .nbb-icon {
    position: absolute;
    top: 22px;
    left: 115px;
    width: 62px;
    height: 62px;
    border: 2px solid #08c;
    border-radius: 33px;
    background-color: #fff
}

.company-news .nbb-icon span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.company-news .news-company {
    background: url(/static/home/images/news_icon4.png) no-repeat 50% 11px #fff
}

.company-news .news-webinars {
    background: url(../../../images/about/news_icon2.png) no-repeat 50% 14px #fff
}

.company-news .news-alerts {
    background: url(../../../images/about/news_icon3.png) no-repeat 50% 9px #fff;
    border: 2px solid #878787 !important
}

.company-news .news-promo {
    background: url(../../../images/about/news_icon1.png) no-repeat 50% 14px #fff
}

.company-news .analytics-fundamental span {
    width: 37px;
    height: 35px;
    background: url(../../../images/sprites/trading/analytics.png) no-repeat 69% 3px #fff
}

.company-news .analytics-technical span {
    width: 37px;
    height: 31px;
    background: url(../../../images/sprites/trading/analytics.png) no-repeat 0 67% #fff
}

.company-news .news-icon-wave span {
    width: 30px;
    height: 33px;
    background: url(../../../images/sprites/trading/analytics.png) no-repeat 100% 37% #fff
}

.company-news .news-icon-weekly span {
    width: 31px;
    height: 33px;
    background: url(../../../images/sprites/trading/analytics.png) no-repeat 28% 100% #fff
}

.company-news .nbb-block {
    position: relative;
    margin-left: 195px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    margin-bottom: 60px;
    color: #777;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    display: flex;
    transition: .3s
}

.company-news .nbb-block:before {
    content: "";
    position: absolute;
    top: 42px;
    z-index: 11;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7f7f7
}

.company-news .nbb-block:after {
    content: "";
    position: absolute;
    top: 40px;
    left: -11.1px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e5e5e5;
    transition: .3s
}

.company-news .nbb-block img {
    transform: scale(1, 1)
}

.company-news .nbb-block:hover {
    border-color: #008cd5
}

.company-news .nbb-block:hover:after {
    border-right-color: #008cd5
}

.company-news .nbb-block:hover .thumb-info-wrapper:after {
    opacity: 1
}

.company-news .nbb-block:hover .thumb-info-action-icon {
    right: 0;
    top: 0
}

.company-news .nbb-block:hover .thumb-info-title {
    background: #000
}

.company-news .nbb-block:hover img {
    transform: scale(1, 1)
}

.company-news .nbb-block:hover .nbb-title > a {
    color: #08c
}

.company-news .nbb-block.thumb-info-no-zoom:hover img {
    transform: scale(1, 1)
}

.company-news .nbb-block aside {
    width: 100%
}

.company-news .nbb-warning {
    background: #f3f1ea;
    border: 1px solid #cfcfcf !important
}

.company-news .nbb-warning:before {
    background: url(../../../images/about/news-before2.png) no-repeat !important
}

.company-news .nbb-img {
    padding: 15px;
    width: 100%;
    max-width: 270px;
    border-radius: 4px
}

.company-news .nbb-img .thumb-info .thumb-info-wrapper {
    border-radius: 4px
}

.company-news .nbb-img img {
    max-width: 100%
}

.company-news aside {
    margin: 15px
}

.company-news aside .nbb-title {
    margin-bottom: 15px
}

.company-news aside .nbb-title > a {
    line-height: 24px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    transition: .3s
}

.company-news aside .nbb-title > a:hover {
    text-decoration: none
}

.company-news aside .nbb-text {
    position: relative;
    padding: 0;
    word-break: normal;
    font-family: Open Sans, sans-serif;
    font-weight: 400
}

.company-news aside .info__block {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    font-family: Open Sans, sans-serif
}

.company-news aside .info__block .read-more a {
    color: #08c
}

.company-news aside .info__block .visits {
    color: #777;
    line-height: inherit
}

.company-news aside .info__block .visits span {
    padding-left: 5px;
    font-family: Open Sans, sans-serif
}

.company-news .nbb-warning .nbb-text > p {
    color: #000
}

.company-news .news-readmore {
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    background: #08c;
    border-radius: 4px;
    display: table;
    margin: 10px 0 0
}

.company-news .news-readmore:hover {
    opacity: .8
}

.company-news .load-next, .company-news .load-prev {
    margin: 0 0 40px 29px;
    width: 198px;
    height: 43px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 4px #f1f1f1
}

.company-news .load-next > a, .company-news .load-prev > a {
    line-height: 43px;
    color: #08c;
    font-size: 14px
}

.news-nav {
    display: table;
    padding-bottom: 0;
    width: 100%;
    margin-top: 4px
}

.news-nav li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}

.news-nav li a {
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    color: #777;
    display: block;
    text-transform: uppercase;
    transition: .3s
}

.news-nav li a span {
    background-image: url(../../../images/sprites/company/company-news.png);
    margin-right: 5px;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -4px
}

.news-nav li a:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #08c
}

.news-nav li a:focus {
    text-decoration: none
}

.news-nav li.active a {
    color: #000;
    border: 1px solid #08c
}

.news-nav li.analytics a span {
    background-image: url(../../../images/sprites/trading/analytics.png);
    background-size: 75px
}

.news-nav li.promo span {
    background-position: 100% -101%;
    width: 21px;
    height: 18px
}

.news-nav li.webinars span {
    background-position: -7% 100%;
    width: 20px;
    height: 18px
}

.news-nav li.alerts span {
    background-position: 0 0;
    width: 21px;
    height: 18px
}

.news-nav li.company span {
    background-position: 100% 0;
    width: 19px;
    height: 18px
}

.news-nav li.technical span {
    background-position: 69% -102%;
    width: 21px;
    height: 18px
}

.news-nav li.fundamental span {
    background-position: 0 34%;
    width: 21px;
    height: 17px
}

.news-nav li.wave span {
    background-position: 103% 0;
    width: 19px;
    height: 18px
}

.news-nav li.weekly span {
    background-position: 0 100%;
    width: 16px;
    height: 18px
}

.news-nav--analitics {
    border-bottom: 0;
    padding-bottom: 15px
}

.news-nav--subnav {
    margin-top: 0;
    padding-bottom: 10px
}

.news-nav--subnav a {
    list-style: none;
    float: left;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #b3b3b3;
    display: block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.news-nav--subnav a span {
    padding: 5px;
    display: block;
    transition: .3s;
    border: 1px dashed #e5e5e5
}

.news-nav--subnav a.active span {
    color: #fff;
    background-color: #08c;
    border: 1px solid #08c
}

.news-nav--subnav label {
    list-style: none;
    float: left;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #b3b3b3;
    display: block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.news-nav--subnav label span {
    padding: 5px;
    display: block;
    transition: .3s;
    border: 1px dashed #e5e5e5
}

.news-nav--subnav label input {
    position: absolute;
    top: -20px;
    transition: .3s
}

.news-nav--subnav label input:hover + span {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    border: 1px solid #08c
}

.news-nav--subnav label input:checked + span {
    color: #fff;
    background-color: #08c;
    border: 1px solid #08c
}

.news-nav--subnav label input:checked:hover + span {
    color: #fff;
    background-color: #08c;
    border: 1px solid #08c
}

#analytics-form .form-group {
    margin-bottom: -10px
}

.sticky {
    transition: .3s;
    background: #fff;
    padding: 5px 0 0
}

.sticky.active {
    position: fixed;
    left: 0;
    top: 68px;
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    border-bottom-color: #e9e9e9;
    width: 100%;
    transform: scale(1);
    border-top: 5px solid #3b4246;
    z-index: 98
}

.sticky.active .news-nav {
    margin-top: 4px;
    border-bottom: 0;
    margin-bottom: 4px
}

.sticky.active .news-nav--subnav {
    padding-top: 10px
}

.pagination {
    margin: 0 !important
}

.categoryes-wrapper {
    min-height: 120px
}

.categoryes-wrapper button.accordion {
    color: #777;
    cursor: pointer;
    padding: 8px 8px 9px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: left;
    outline: 0;
    border-radius: 4px;
    font-size: 15px;
    transition: .4s;
    float: right
}

.categoryes-wrapper button.accordion span {
    font-family: Open Sans, sans-serif;
    padding-left: 5px
}

.categoryes-wrapper button.accordion:hover {
    border-color: #08c
}

.categoryes-wrapper button.accordion.active {
    border-color: #08c;
    background: #08c;
    color: #fff
}

.categoryes-wrapper div.panel {
    padding: 0;
    display: none;
    background-color: #fff
}

.categoryes-wrapper .group-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px
}

.categoryes-wrapper .el-checkbox {
    color: #777;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    user-select: none;
    margin-right: 5px
}

.categoryes-wrapper .el-checkbox.is-bordered {
    padding: 2px 3px 2px 3px;
    border-radius: 4px;
    border: 1px solid #ddd
}

.categoryes-wrapper .el-checkbox input[type=checkbox] {
    margin: 0
}

.categoryes-wrapper .el-checkbox.is-bordered.is-checked {
    border-color: #008cd5
}

.categoryes-wrapper .el-checkbox__input {
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.categoryes-wrapper .el-checkbox__label {
    display: inline-block;
    line-height: 19px;
    font-size: 14px
}

.categoryes-wrapper .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #008cd5
}

.head-category-info h2 {
    font-size: 24px
}

.categoryes-wrapper--news {
    min-height: 40px
}

#scrollingcontent {
    min-height: 800px
}

.sorting, .sticky-pagination {
    display: table-cell;
    vertical-align: middle
}

.sorting {
    padding-right: 35px
}

.categories.sticky {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.categories.sticky > .container {
    overflow: visible
}

.dropdown.bs {
    display: inline-block
}

@media (max-width: 768px) {
    .listitem .nbb-block {
        margin-left: 0
    }

    .listitem .nbb-date {
        width: 110px;
        position: relative;
        top: 0
    }

    .listitem .nbb-icon {
        display: none
    }
}

.columns__flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px
}

.columns__flex .columns__item-wrapper {
    position: relative;
    width: 29%
}

.columns__flex .columns__item-wrapper .date {
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    background: url(../../../images/about/calendar.png) 0 4px no-repeat
}

.columns__flex .columns__item-wrapper .date span {
    padding-left: 20px;
    display: block
}

.columns__flex .columns__item-wrapper.flx {
    width: 48%
}

.columns__flex .columns__item-wrapper.flx .columns__item {
    display: flex;
    justify-content: space-between
}

.columns__flex .columns__item-wrapper.flx .columns__item .img-wrapper {
    margin-right: 15px;
    width: 24%
}

.columns__flex .columns__item-wrapper.flx .columns__item .img-wrapper .nbb-img img {
    width: auto
}

.columns__flex .columns__item-wrapper.flx .columns__item .columns__item-content {
    width: 74%
}

.columns__flex .columns__item-wrapper .columns__item {
    margin-bottom: 90px;
    color: #2c2c2c;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    transition: .3s
}

.columns__flex .columns__item-wrapper .columns__item:hover {
    border-color: #008cd5
}

.columns__flex .columns__item-wrapper .columns__item:hover .thumb-info-wrapper:after {
    opacity: 1
}

.columns__flex .columns__item-wrapper .columns__item:hover .thumb-info-action-icon {
    right: 0;
    top: 0
}

.columns__flex .columns__item-wrapper .columns__item:hover .thumb-info-title {
    background: #000
}

.columns__flex .columns__item-wrapper .columns__item:hover img {
    transform: scale(1, 1)
}

.columns__flex .columns__item-wrapper .columns__item:hover .columns__item-content .title a {
    color: #08c;
    text-decoration: none
}

.columns__flex .columns__item-wrapper .columns__item .nbb-img {
    padding: 0;
    max-width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 180px;
    overflow: hidden
}

.columns__flex .columns__item-wrapper .columns__item .nbb-img .thumb-info .thumb-info-wrapper {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.columns__flex .columns__item-wrapper .columns__item .nbb-img .thumb-info .thumb-info-wrapper img {
    transform: scale(1, 1);
    height: 180px
}

.columns__flex .columns__item-wrapper .columns__item .author {
    position: relative;
    display: flex;
    font-family: Open Sans, sans-serif
}

.columns__flex .columns__item-wrapper .columns__item .author:hover .author-avatar {
    border-top-color: #08c
}

.columns__flex .columns__item-wrapper .columns__item .author .author-avatar {
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    margin-top: -30px;
    margin-left: 5px;
    position: relative;
    border: 5px solid rgba(255, 255, 255, .57);
    border-radius: 100%;
    z-index: 10;
    transition: .3s
}

.columns__flex .columns__item-wrapper .columns__item .author .author-info {
    margin-left: 10px;
    margin-top: 5px
}

.columns__flex .columns__item-wrapper .columns__item .author .author-info span {
    color: #777
}

.columns__flex .columns__item-wrapper .columns__item .author .author-info .author-name {
    color: #08c
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content {
    margin-top: 15px;
    overflow: hidden;
    color: #2c2c2c
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .title {
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    transition: .3s;
    margin-bottom: 15px;
    min-height: 50px
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .title a {
    color: #000
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .title a:hover {
    text-decoration: none
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .title a:focus {
    text-decoration: none
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .info__block {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-family: Open Sans, sans-serif
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .info__block .read-more a {
    color: #08c
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .info__block .visits {
    color: #777;
    line-height: inherit
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content .info__block .visits span {
    padding-left: 5px;
    font-family: Open Sans, sans-serif
}

.columns__flex .columns__item-wrapper .columns__item .columns__item-content p {
    color: #777;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 67px
}

html[lang=ar] .categoryes-wrapper--news > .categories > .container > .row > .col-md-7, html[lang=fa] .categoryes-wrapper--news > .categories > .container > .row > .col-md-7 {
    float: right
}

html[lang=ar] .news-nav li, html[lang=fa] .news-nav li {
    float: right;
    margin-right: auto;
    margin-left: 10px
}

html[lang=ar] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right, html[lang=fa] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right {
    float: left !important
}

html[lang=ar] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right #pagination, html[lang=fa] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right #pagination {
    margin-left: auto !important;
    margin-right: 30px
}

html[lang=ar] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right #pagination .pagination > li, html[lang=fa] .categoryes-wrapper > .categories > .container > .row > .col-md-5 > .pull-right #pagination .pagination > li {
    float: right !important
}

@media (max-width: 1200px) {
    .nbb-img {
        height: auto !important
    }

    .nbb-img .thumb-info .thumb-info-wrapper img {
        height: auto !important
    }
}

@media (max-width: 990px) {
    .columns__flex .columns__item-wrapper {
        width: 47%
    }
}

@media (max-width: 600px) {
    .company-news .nbb-block {
        display: block
    }

    .company-news .nbb-block aside {
        width: auto
    }

    .company-news .nbb-block .nbb-img {
        max-width: 315px
    }

    .columns__flex .columns__item-wrapper .columns__item {
        margin-bottom: 15px !important
    }

    .columns__flex .columns__item-wrapper .columns__item .columns__item-content .title {
        min-height: 15px !important
    }

    .columns__flex .columns__item-wrapper .columns__item .columns__item-content p {
        min-height: 15px !important
    }

    .columns__flex .columns__item-wrapper {
        width: 100%
    }

    .columns__flex .columns__item-wrapper .columns__item .nbb-img {
        max-width: 315px
    }

    .news-nav li a {
        font-size: 10px !important
    }

    .columns__flex .columns__item-wrapper .date {
        display: table;
        margin: 0 auto
    }

    .columns__flex .columns__item-wrapper .columns__item .nbb-img {
        display: table;
        margin: 0 auto
    }

    .columns__flex .columns__item-wrapper .columns__item .author {
        align-items: center;
        justify-content: center
    }

    .columns__flex .columns__item-wrapper .columns__item .columns__item-content .title {
        text-align: center
    }

    .news-nav li {
        width: calc(50% - 5px)
    }

    .news-nav li:nth-child(2n) {
        margin-right: 0
    }

    html[lang=ar] .news-nav li:nth-child(2n), html[lang=fa] .news-nav li:nth-child(2n) {
        margin-right: auto;
        margin-left: 0 !important
    }

    .news-nav li a {
        text-align: center
    }

    .categoryes-wrapper .pull-right {
        float: none !important;
        margin: 10px auto 5px;
        display: table
    }

    #pagination {
        margin-left: 0 !important
    }
}

.head-category-info {
    position: relative
}

.main-authors {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0 !important
}

html[lang=ar] .main-authors, html[lang=fa] .main-authors {
    right: auto;
    left: 0
}

@media (max-width: 998px) {
    .main-authors {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 20px -20px 0 !important
    }

    html[lang=ar] .main-authors, html[lang=fa] .main-authors {
        margin: 0 0 -20px !important
    }
}

#pagination:before {
    background: #C4C4C4;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    top: 0px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0!important;
}