

section.exchange-wrapper {
    position: relative;
    height: 280px;
    width: 100%;
    margin-bottom: 325px;
    background: url(';https://tejaratnews.com/wp-content/themes/tj/assets/images/all-currencies-bg.jpg') no-repeat center center fixed;
    background-size: cover
}

section.exchange-wrapper:after,
section.exchange-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #004a8f;
    opacity: .7
}

section.exchange-wrapper:before {
    background: #000
}

.exchange-box {
    position: relative;
    margin: 0 auto;
    top: 90px;
    background: #fff;
    text-align: center;
    z-index: 9;
    padding: 30px;
    box-shadow: 0 .15rem .5rem rgba(0, 0, 0, 0.15)
}

.exchange-box_title {
    color: #757575;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: .5em
}

.exchange-box_update-date {
    font-size: 1em;
    color: #9e9e9e;
    margin-bottom: 2em;
    font-weight: 100;
}

.exchange-box_exchanged {
    font-size: 3.5em;
    letter-spacing: 2px;
    margin: .5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchange-box_exchanged .symbol {
    margin-right: 10px;
    letter-spacing: 0;
    font-size: .5em
}

.exchange-box_input {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 0 15px;
    direction: ltr;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
    margin-bottom: .5em;
    line-height: 44px;
    outline: 0;
    transition: border .4s
}

.exchange-box_input:-moz-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-moz-placeholder {
    color: #9e9e9e
}

.exchange-box_input:-ms-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-ms-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-webkit-placeholder {
    color: #9e9e9e
}

.exchange-box_input::placeholder {
    color: #9e9e9e
}

.exchange-box_input:hover,
.exchange-box_input:active {
    border: 1px solid #004a8f
}

.exchange-box_selectors {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.exchange-box_select-wrapper label {
    font-size: 1.25em;
    font-weight: 300;
    color: #616161;
    width: 100%
}

.exchange-box_select {
    position: relative;
    width: 150px;
    padding: 10px 10px;
    border: 1px solid #bdbdbd;
    text-align: right;
    font-size: 1.25em;
    color: #9e9e9e;
    font-weight: 300;
    transition: border .4s;
}

.exchange-box_select:hover {
    cursor: pointer;
    border: 1px solid #004a8f
}

.exchange-box_option {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.exchange-box_select.expanded .exchange-box_option:after {
    content: "\f077"
}

.exchange-box_select img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden
}

.exchange-box_select ul {
    display: none;
    width: -webkit-calc(100% - -2px);
    height: 200px;
    overflow: auto;
    list-style: none;
    position: absolute;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff;
    top: 100%;
    right: -1px;
    z-index: 9999;
    padding: 0;
    transition: border .4s
}

.exchange-box_select.expanded ul {
    display: block
}

.exchange-box_select ul::-webkit-scrollbar {
    width: 5px
}

.exchange-box_select ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.exchange-box_select ul::-webkit-scrollbar-thumb {
    background: #bdbdbd
}

.exchange-box_select ul::-webkit-scrollbar-thumb:hover {
    background: #757575
}

.exchange-box_select:hover ul {
    border: 1px solid #004a8f;
    border-top: 0
}

.exchange-box_select ul li {
    padding: 10px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.exchange-box_select ul li:hover {
    cursor: pointer;
    background: #eee
}

.exchange-box_select ul li:last-child {
    margin-bottom: 0
}

.exchange-box_exicon {
    margin-top: 26px;
    font-size: 2em;
    color: #adadad;
    transition: color .4s
}

.exchange-box_exicon:hover {
    cursor: pointer;
    color: #004a8f
}

.exchange-box_exicon i {
    vertical-align: middle
}

.exchange-box_button {
    width: 100%;
    padding: 10px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 1.75em;
    transition: .2s
}

.exchange-box_button:hover {
    background: #1976d2
}

@media screen and (max-width: 768px) {
    section.exchange-wrapper {
        margin-bottom: 200px;
    }
    .exchange-box {
        width: -webkit-calc(100% - 30px);
        padding: 15px;
        font-size: .75em
    }
    .exchange-box_input {
        line-height: 34px;
    }
    .exchange-box_exchanged {
        font-size: 3.25em;
        letter-spacing: 1px;
        margin: 1em 0;
    }
    .exchange-box_select {
        padding: 5px;
        width: 110px;
    }
    .exchange-box_option:after {
        margin-top: -8px;
    }
}

@media screen and (max-width: 380px) {
    .exchange-box_exchanged {
        font-size: 2.75em;
    }
}

.comment-respond {
    position: relative;
    margin-bottom: 15px;
}

.comment-respond .comments-loading {
    display: none;
    background: #fff;
    color: #212121;
    font-size: 1.75em;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.comment-respond .comments-loading.error {
    color: #F44336
}

.comment-respond .comments-loading.success {
    color: #4CAF50;
}

.lightbox {
    position: relative;
    text-align: center;
}

.lightbox:hover {
    cursor: pointer
}

.lightbox:hover .expand {
    opacity: 1
}

.lightbox .expand {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fafafa;
    font-size: 25px;
    border-radius: 50%;
    transition: opacity .2s
}

.lightbox .expand:hover {
    background: rgba(0, 0, 0, .75)
}

.lightbox_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9)
}

.lightbox_modal__controls {
    font-size: 4em
}

.lightbox_modal__controls>span {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    position: absolute;
    z-index: 99;
    color: #eee;
    text-align: center;
    padding: 20px;
    box-sizing: content-box
}

.lightbox_modal__controls>span:hover {
    color: #fff;
    cursor: pointer
}

.lightbox_modal__controls .close_btn {
    font-size: .9em;
    top: 0;
    right: 0
}

.lightbox_modal__controls .more_btn {
    bottom: 0;
    right: 0
}

.lightbox_modal__controls .share_btn {
    font-size: .75em;
    right: 80px;
    bottom: 0
}

.lightbox_modal__controls .more_options {
    position: absolute;
    bottom: 80px;
    right: 10px;
    width: 200px;
    height: auto;
    list-style: none;
    background: rgba(51, 51, 51, 0.95);
    border-radius: .25rem;
    padding: 6px 0;
    margin: 0;
    transform: scale(0);
}

.lightbox_modal__controls .more_options:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 25px;
    border-top: 10px solid rgba(51, 51, 51, 0.95);
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.lightbox_modal__controls .more_btn:hover .more_options {
    transform: scale(0.9);
    animation: scale-up-right .4s forwards ease-out;
}

.lightbox_modal__controls .more_options a {
    padding: 0 15px;
    display: block;
    text-align: right;
    font-size: 1.5rem;
    color: #e2e2e2;
    line-height: 2;
}

.lightbox_modal__controls .more_options a:hover {
    background: #424242
}

.lightbox_modal__controls .more_options a i {
    vertical-align: middle;
    margin-left: 10px
}

.lightbox_modal__container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 100px;
    position: relative
}

.lightbox_modal__container img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.lightbox_modal__container .loading_text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #eee;
    transform: translateY(-50%);
}

.lightbox_modal__container .caption {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    max-height: 50%;
    width: 100%;
    padding: 10px 100px 10px 15px;
    font-size: 1.75em;
    line-height: 1.5;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .lightbox_modal__container {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .lightbox_modal__container .caption {
        padding: 15px;
        bottom: 0
    }
    .lightbox_modal__controls {
        font-size: 3em
    }
    .lightbox_modal__controls .more_btn {
        top: 0;
        right: unset;
        bottom: unset;
        left: 0
    }
    .lightbox_modal__controls .more_options {
        position: absolute;
        top: 80px;
        right: unset;
        bottom: unset;
        left: 10px;
    }
    .lightbox_modal__controls .more_options:before {
        top: -20px;
        left: 25px;
        bottom: unset;
        right: unset;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(51, 51, 51, 0.95);
        border-left: 10px solid transparent;
    }
}

.page-template-template-reporter-verify .tj-ad-wrapper,
.page-template-template-reporter-verify .hot-topics,
.page-template-template-reporter-verify .header-nav,
.page-template-template-reporter-verify footer {
    display: none !important;
}

.reporter-verify {
    height: 100%;
    width: 100%;
    background-color: #fbfbfb;
    overflow: hidden
}

.reporter-verify .logo {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 15px;
    box-sizing: content-box
}

.reporter-verify .logo .link {
    display: inline-block;
    height: 40px;
    width: 210px
}

.reporter-verify .logo img {
    display: inline-block;
    max-height: 100%;
    max-width: unset
}

.reporter-verify .logo .nav li {
    display: inline-block;
    margin-right: 0
}

.reporter-verify .logo .nav a {
    color: #eee;
    font-size: 1.25em;
    background: 0;
    display: inline-block;
    padding: 0 12px;
    line-height: 40px
}

.reporter-verify .logo .nav a:hover {
    color: #fff
}

.reporter-verify .top {
    width: 100%;
    height: 250px;
    background-color: #004a8f
}

.reporter-verify .bottom {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000
}

.reporter-verify .top>.title {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    color: #fff
}

.reporter-verify-card {
    position: relative;
    width: 500px;
    height: 330px;
    margin: -100px auto 0;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: rotateY(0)
}

.reporter-verify-card .content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 500px;
    height: 330px;
    justify-content: center;
    flex-direction: column;
    padding: 50px
}

.reporter-verify-card .front,
.reporter-verify-card .behind {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.reporter-verify-card.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.reporter-verify-card .front {
    z-index: 1
}

.reporter-verify-card .behind {
    z-index: 3;
    transform: rotateY(-180deg)
}

.reporter-verify-card .behind-two {
    z-index: 2
}

.reporter-verify-card .content .title {
    font-weight: 600;
    margin-bottom: 1.75em;
    color: #9e9e9e;
    font-size: 1.75em;
    text-align: center
}

.reporter-verify-input {
    position: relative
}

.reporter-verify-input input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 5px 10px 5px 40px;
    height: 40px;
    font-size: 1.25em;
    margin-bottom: .75em
}

.reporter-verify-input .help {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.75em;
    color: #bdbdbd
}

.reporter-verify-input .help:hover {
    color: #9e9e9e;
    cursor: pointer
}

.reporter-verify-input .help i {
    vertical-align: middle
}

.reporter-verify-submit {
    border: 0;
    background: #4caf50;
    color: #fff;
    padding: 8px;
    font-size: 1.5em
}

.reporter-verify-submit:hover {
    background: #388e3c
}

.reporter-verify-message {
    margin-top: .75em;
    background: #fff9c4;
    border: 1px solid #fff59d;
    color: #585858;
    padding: 5px
}

.reporter-verify .id-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff url('../images/reporter-card-bg.png');
    background-size: cover;
}

.reporter-verify .id-card-type {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 230px;
    width: 60px;
    background: #0b62ae;
    color: #fff;
    font-size: 3.25em;
    font-weight: bold;
    font-family: sans-serif
}

.reporter-verify .id-card-type:after {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    border-right: 60px solid #0b62ae;
    border-top: 60px solid transparent
}

.reporter-verify .id-card-type span {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    display: inline-block;
    line-height: 60px;
    vertical-align: middle
}

.reporter-verify .id-card-container {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 100%;
    margin-right: 60px;
    padding: 30px 40px 25px 70px;
}

.reporter-verify .id-card-logo {
    width: 220px;
    margin-right: auto;
    margin-bottom: 20px;
}

.reporter-verify .id-card-detail {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center
}

.reporter-verify .id-card-detail img {
    width: 120px;
    height: 140px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    margin-left: 15px;
    object-fit: cover
}

.reporter-verify .id-card-detail_info {
    flex: 1
}

.reporter-verify .id-card-detail_info>div {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 100%;
    margin: 13px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1
}

.reporter-verify .id-card-detail_info label {
    font-weight: 400;
    color: #b1b1b1
}

.reporter-verify .id-card-detail_info .value {
    font-weight: bold;
    font-size: 1.13em
}

.reporter-verify .id-card-pos {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 30px;
    width: 240px;
    background: #ec1f26;
    color: #fff;
    line-height: 30px;
    font-size: 1.5em;
    text-align: center;
    padding-left: 30px
}

.reporter-verify .id-card-pos:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-left: 30px solid #ec1f26;
    border-bottom: 30px solid transparent
}

.reporter-verify-card .id-card.help .id-card-detail img,
.reporter-verify-card .id-card.help .id-card-pos,
.reporter-verify-card .id-card.help .id-card-detail_info>div:not(.id-card-detail_id) {
    filter: blur(3.5px)
}

.reporter-verify-card .id-card.help .id-card-detail_info .id-card-detail_id {
    position: relative;
    border-bottom: 0
}

.reporter-verify-card .id-card.help .id-card-detail_info .id-card-detail_id:before {
    content: "";
    position: absolute;
    right: -9px;
    top: -11px;
    width: 100%;
    height: 100%;
    border: 2px solid #f44336;
    padding: 7px;
    box-sizing: content-box;
    border-radius: 0
}

.reporter-verify-card .id-card-validity {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

.reporter-verify-card .id-card-validity span {
    border-width: .15em;
    border-radius: 50%;
    opacity: 0;
    animation: fadeInReporterStamp .6s forwards;
    animation-delay: 1s;
}

.reporter-verify .footer {
    text-align: center;
    margin: 20px 0;
    color: #757575
}

@media screen and (max-width: 768px) {
    .reporter-verify-card,
    .reporter-verify-card .content {
        width: 480px;
        height: 320px;
    }
    .reporter-verify .id-card-container {
        padding: 30px 35px 25px 60px;
        margin-right: 50px;
    }
    .reporter-verify .id-card-logo {
        width: 230px;
    }
    .reporter-verify .id-card-type {
        width: 50px;
        height: 220px;
        font-size: 2.75em;
    }
    .reporter-verify .id-card-type span {
        line-height: 50px;
        bottom: 15px;
    }
    .reporter-verify .id-card-type:after {
        top: -50px;
        right: 0;
        border-right: 50px solid #0b62ae;
        border-top: 50px solid transparent;
    }
    .reporter-verify .id-card-pos {
        width: 245px;
        height: 25px;
        line-height: 25px;
        font-size: 1.25em;
    }
    .reporter-verify .id-card-pos:after {
        top: 0;
        right: -25px;
        border-left: 25px solid #ec1f26;
        border-bottom: 25px solid transparent
    }
    .reporter-verify .id-card-detail img {
        width: 115px;
        height: 130px;
    }
    .reporter-verify .id-card-detail_info>div {
        margin: 12px 0;
    }
    .reporter-verify-card .id-card-validity span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .reporter-verify .top {
        height: 320px;
    }
    .reporter-verify .logo {
        justify-content: center;
    }
    .reporter-verify .logo .nav {
        display: none;
    }
    .reporter-verify .top>.title {
        padding-top: 100px;
        font-size: 1.75em;
    }
    .reporter-verify-card,
    .reporter-verify-card .content {
        width: 320px;
        height: 220px;
    }
    .reporter-verify-card .content {
        padding: 15px;
    }
    .reporter-verify .id-card {
        background-size: contain;
    }
    .reporter-verify .id-card-container {
        padding: 20px 25px 20px 35px;
        margin-right: 40px;
    }
    .reporter-verify .id-card-logo {
        width: 150px;
        margin-bottom: 10px;
    }
    .reporter-verify .id-card-type {
        width: 40px;
        height: 155px;
        font-size: 1.75em;
    }
    .reporter-verify .id-card-type:after {
        top: -40px;
        right: 0;
        border-right: 40px solid #0b62ae;
        border-top: 40px solid transparent;
    }
    .reporter-verify .id-card-type span {
        line-height: 40px;
        bottom: 15px;
    }
    .reporter-verify .id-card-pos {
        width: 152px;
        height: 18px;
        line-height: 18px;
        font-size: .85em;
    }
    .reporter-verify .id-card-pos:after {
        top: 0;
        right: -18px;
        border-left: 18px solid #ec1f26;
        border-bottom: 18px solid transparent
    }
    .reporter-verify .id-card-detail {
        font-size: .65em;
    }
    .reporter-verify .id-card-detail img {
        width: 75px;
        height: 90px;
        margin-left: 8px;
    }
    .reporter-verify .id-card-detail_info>div {
        margin: 10px 0;
    }
    .reporter-verify .id-card-detail_info label {
        margin-bottom: 3px
    }
    .reporter-verify-card .id-card-validity {
        right: 60px;
        bottom: 25px
    }
    .reporter-verify-card .id-card-validity span {
        font-size: 2.5rem;
    }
}

@keyframes fadeInReporterStamp {
    from {
        opacity: 0;
        transform: scale(1.1) rotate(-6deg);
    }
    to {
        opacity: .9;
        transform: scale(1) rotate(-6deg);
    }
}

@-webkit-keyframes fadeInReporterStamp {
    from {
        opacity: 0;
        transform: scale(1.1) rotate(-6deg);
    }
    to {
        opacity: .9;
        transform: scale(1) rotate(-6deg);
    }
}

.live-pulse {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
}

.live-pulse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    animation: live-status 1s infinite linear
}

.header-hotnews {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #c11
}

.header-hotnews .container-fluid {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    height: 42px;
    line-height: 42px;
    align-items: center;
    width: 100%;
}

.header-hotnews i {
    vertical-align: middle;
}

.header-hotnews a {
    flex: 1 0;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #fdfdfd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.header-hotnews .live-pulse {
    flex: 0 0 12px;
}

.header-hotnews .close-btn {
    flex: 0 0 auto;
    margin-right: auto;
    line-height: 42px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    /* background: #cc1111; */
    text-align: center;
}

.beyond-news-slick:not(.slick-slider) {
    display: none
}

.beyond-news-title {
    color: #ec1f26 !important
}

.beyond-news-title:after {
    background: #ec1f26 !important
}

.beyond-news-slick-dots {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9
}

.beyond-news-slick-dots ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.beyond-news-slick-dots ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px
}

.beyond-news-slick-dots ul li button {
    text-indent: -99999999px;
    border: 0;
    background: #e0e0e0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    outline: none !important
}

.beyond-news-slick-dots ul li button:hover {
    background: #bdbdbd
}

.beyond-news-slick-dots ul li.slick-active button {
    background: #ec1f26
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image {
    max-height: initial !important;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure {
    position: relative;
    padding-top: 59%;
    overflow: hidden;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beyond-news-slick .slick-slide {
    outline: none !important;
}

@media screen and (max-width: 767px) {
    .beyond-news-slick .slick-slide:not(.slick-active) {
        opacity: .6;
    }
}

.beyond-news-slick .slick-arrow {
    position: absolute;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    top: 50%;
    transform: translateY(-50%);
    margin-top: -44.5px;
    z-index: 9;
    font-size: 3em;
}

.beyond-news-slick .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.beyond-news-slick .slick-arrow.icon-angle-left {
    left: 15px;
}

.beyond-news-slick .slick-arrow.icon-angle-right {
    right: 15px;
}

@keyframes beyondNewsFadeIn {
    from {
        opacity: .65;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes beyondNewsFadeIn {
    from {
        opacity: .65;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes beyondNewsFadeIn {
    from {
        opacity: .65;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .beyond-news-tv-col .single-post-meta-middle {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .beyond-news-slick.row {
        margin: 0 !important;
    }
    .beyond-news-slick.row .col-xs-12 {
        padding: 0 !important;
        margin: 0 5px !important;
    }
    .beyond-news-slick-dots {
        top: 10px
    }
    .beyond-news-content .news-media.news-media__col-xl .news-media__body,
    .beyond-news-content .news-media__image {
        display: block
    }
    .beyond-news-content .news-media__image figure {
        width: 100%
    }
    .beyond-news-content .news-media.news-media__col-xl .news-media__image {
        max-height: unset !important
    }
}

.single-event .header {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.single-event .header .background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.single-event .header .background:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1
}

.single-event .header .content {
    position: relative;
    z-index: 2
}

.single-event .header .content .title {
    color: #fff;
    font-size: 3em;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    margin-bottom: .5em;
}

.single-event .header .content .excerpt {
    font-size: 1.4em;
    color: #f5f5f5;
    margin-bottom: 1.5em;
}

.single-event .header .content .desc {
    color: #f5f5f5;
    font-size: 1.25em
}

.single-event .archive-filters {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap
}

.single-event .archive-filters li a {
    opacity: .25;
    display: inline-block;
    color: #fff !important;
    font-size: 1.5em;
    padding: 5px 15px;
    margin-left: 5px;
    margin-bottom: 5px;
    transition: opacity .2s;
}

.single-event .archive-filters li a:hover,
.single-event .archive-filters li.active a {
    opacity: 1;
}

.single-event .archive-filters li.all a {
    background: #212121;
}

@media screen and (max-width: 767px) {
    .single-event .header .content .title {
        font-size: 2.5em;
    }
    .single-event .archive-filters {
        font-size: .75em;
        justify-content: center;
    }
}

.single-video .single-tv-col-il {
    width: 100%;
}

.single-video .single-tv-col-il .tv-video-frame {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 1.5em;
}

.single-video .single-tv-col-il .tv-video-frame .tj-player {
    direction: ltr;
    font-family: Vazir;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.single-video h1 {
    font-size: 2.25em;
}

.video-bar {
    font-size: 1.25em;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee
}

.video-bar-right,
.video-bar-left {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}

.video-bar-right .video-date {
    width: 100%;
    font-size: .95em;
    color: #9E9E9E;
    font-weight: 600;
}

.video-bar-right .video-date i {
    margin-right: 5px;
}

.video-bar-left {
    justify-content: flex-end;
}

.video-bar-left .item ul {
    display: none;
}

.video-bar-left .item {
    position: relative;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 18px;
    color: #9E9E9E;
}

.video-bar-left .item:first-child {
    margin-right: 0;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.video-bar-left .icon-download:before {
    content: initial;
}

.video-bar-left .item:hover {
    color: #757575;
    cursor: pointer;
}

.video-bar-left .item ul {
    display: none;
    position: absolute;
    top: 100%;
    right: -22px;
    margin-top: 8px;
    padding: 10px 0;
    list-style: none;
    line-height: 1;
    width: 130px;
    background: #f7f7f7;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    z-index: 9;
}

.video-bar-left .item ul:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    border-bottom: 8px solid #f7f7f7;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.video-bar-left .item ul li a {
    display: block;
    padding: 5px 15px;
    color: #9E9E9E;
}

.video-bar-left .item ul li a:hover {
    background: rgba(255, 255, 255, 0.6);
}

.video-bar-left .item ul li a span {
    margin-left: 15px;
}

.video-bar-left .item:hover ul {
    display: block;
}

.video-bar-left .item i {
    vertical-align: middle;
}

.video-bar-author {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    max-width: 100%;
}

.video-author-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 15px;
}

.video-author-img a,
.video-author-img img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video-author-detail {
    color: #757575;
    font-size: .75em;
}

.video-author-detail a {
    color: #757575;
    display: block;
    font-size: 1.25em;
    margin-bottom: .25em;
    font-weight: 600;
}

.video-link-copy-input {
    position: absolute;
    width: 16px;
    overflow: hidden;
    border: 0;
    z-index: -9;
}

.video-bar .box-copy-msg {
    position: absolute;
    top: 100%;
    right: -50px;
    width: 120px;
    height: auto;
    margin-top: 8px;
    white-space: nowrap;
    background: #E8F5E9;
    color: #388E3C;
    padding: 6px 15px;
    text-align: center;
    font-size: .95em;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.video-bar .box-copy-msg:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 50%;
    margin-right: -8px;
    border-bottom: 8px solid #e8f5e9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

@media screen and (max-width: 767px) {
    .single-video .single-post-col {
        padding-top: 0;
    }
    .single-video h1 {
        font-size: 2em;
    }
    .video-bar {
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .video-bar-right,
    .video-bar-left {
        padding-bottom: 10px;
    }
    .video-bar-left .item {
        margin-top: 0;
    }
    .video-bar-author {
        padding-top: 10px;
    }
}

.hot-topics {
    font-size: 1.25em;
    font-weight: 600;
}

.hot-topics .container-fluid {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid whitesmoke;
}

.home .hot-topics .container-fluid {
    border-bottom: none !important;
}

.hot-topics span {
    color: #8c8c8c;
    margin-left: 15px;
    width: auto;
    white-space: nowrap;
}

.hot-topics span i {
    margin-left: 8px;
    vertical-align: middle
}

.hot-topics ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    list-style: none;
    margin: 0;
    height: 45px;
    white-space: nowrap;
    overflow: auto;
    width: auto;
    flex-wrap: nowrap;
}

.hot-topics ul li a {
    display: inline-block;
    font-size: .8em;
    background: #eceff1;
    padding: 0 10px;
    color: #004a8f;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 .25em;
    border-radius: 3px;
}


/* .hot-topics ul li:first-child a {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
    border-top: 6px solid green;
    background: #fff;
    border-bottom: 6px solid red;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

.hot-topics ul li:last-child a {
    /* border-top-left-radius: 50rem; */
    /* border-bottom-left-radius: 50rem */
}

.hot-topics ul li a:hover {
    background: #d1d4d6
}

@media screen and (max-width: 767px) {
    body.page .hot-topics .container-fluid,
    body.single .hot-topics .container-fluid,
    .hot-topics .container-fluid {
        padding-left: 0;
        background-color: #fafafa;
    }
    .hot-topics ul li a {
        margin-left: 5px;
        border-radius: 3px !important;
        box-shadow: 0 .125rem .3rem -0.15rem rgba(0, 0, 0, .2) !important;
    }
    .hot-topics span {
        color: #9e9e9e;
        font-size: .95em;
    }
}

.exchange-box.inline {
    position: relative;
    z-index: 0;
    top: unset;
    box-shadow: none;
    border: 1px solid #eeeeee;
    width: 100%;
    height: auto;
    justify-content: center;
    font-size: 1.25em;
    padding: 15px 15px 0;
    margin-bottom: 2em;
}

.exchange-box.inline h2 {
    margin: 0.25em 0 1em;
    font-size: 1.2em;
}

.exchange-box.inline form {
    width: 100%;
    line-height: 2;
}

.exchange-box.inline .exchange-box_input {
    display: inline-block;
    width: 200px;
    border: 1px solid #eeeeee;
    font-size: 1em;
    margin: 0 15px;
    line-height: 1.5;
}

.exchange-box.inline .exchange-box_input::placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input:-ms-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-webkit-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-moz-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_selectors {
    display: inline-flex;
    margin: 0;
}

.exchange-box.inline .exchange-box_select {
    border: 0;
    font-size: 1em;
    color: #004a8f;
    width: 120px;
    text-align: center;
    padding: 0;
}

.exchange-box.inline .exchange-box_select img {
    display: none;
}

.exchange-box.inline .exchange-box_option:after {
    content: unset;
}

.exchange-box.inline .exchange-box_exchanged {
    font-size: 3em;
    line-height: 2;
    background: #eeeeee;
    color: #757575;
    margin: .5em -15px;
}

.exchange-box.inline .exchange-box_update-date {
    margin: 0;
    font-size: .65em;
    line-height: 1.5;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_select.expanded ul {
    border: 1px solid #f1f1f1 !important;
    background: #ffffff;
    height: 170px;
}

.exchange-box.inline .exchange-box_select ul li {
    padding: 5px 15px;
    font-size: .75em;
    color: #424242;
}

.exchange-box.inline .exchange-box_select ul li.selected {
    color: #004a8f;
}

.exchange-box.inline .exchange-box_page {
    display: block;
    margin: 30px -15px 0;
    padding: 15px 0;
    background: #004a8f;
    color: #fff;
    border-bottom: none;
}

@media (max-width: 767px) {
    .exchange-box.inline {
        font-size: 1.13em;
    }
    .exchange-box.inline .exchange-box_exchanged {
        font-size: 1.75em;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.coronavirus-banner {
    height: 65px;
    display: block;
    background: #E53935;
    color: #fff;
    padding: 0 15px;
    box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35)
}

.coronavirus-banner .icon {
    float: right;
    width: 65px;
    height: 65px;
    line-height: 65px
}

.coronavirus-banner .icon svg {
    fill: #FAFAFA;
    width: 53px;
    height: 53px;
    vertical-align: middle;
}

.coronavirus-banner .content {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 80px);
    height: 100%;
    padding: 0 0 0 15px;
    font-size: 1.2em;
}

.coronavirus-banner .click-me {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 80px);
    padding: 0 0 0 15px
}

.coronavirus-banner .content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.coronavirus-banner .content .box {
    font-size: 1.25em;
    border-radius: 50rem;
    padding: 30px 15px;
    text-align: center
}

.coronavirus-banner .content .box:first-child {
    margin-left: 10px;
    color: #fff
}

.coronavirus-banner .content .box:last-child {
    background: #C62828;
    color: #ffffff;
    border: 5px solid #D32F2F;
    font-weight: 600;
    font-size: 1.7em;
}

.coronavirus-banner .content .box .title {
    font-size: .5em
}

.coronavirus-banner .click-me {
    animation: blink-in-out 8s infinite;
    opacity: 0;
    background: #E53935;
    vertical-align: middle;
    height: 100%;
    line-height: 65px;
}

.coronavirus-banner .click-me>div {
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block
}

.justice-shares-banner {
    height: 65px;
    display: block;
    background: linear-gradient(to right, #023b6f, #0055a5);
    color: #fff;
    padding: 0 15px;
    box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35);
    font-size: 1.15em;
}

.justice-shares-banner .icon {
    position: absolute;
    left: -5px;
    top: -15px;
    z-index: 9;
}

.justice-shares-banner .content {
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc(100% - 100px);
    height: 100%;
    padding: 0 15px;
    font-size: 1.35em;
}

.justice-shares-banner .click-me {
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc(100% - 100px);
    padding: 0 0 0 15px;
    font-size: 1.35em;
    animation: blink-in-out 8s 1s infinite;
    opacity: 0;
    vertical-align: middle;
    height: 100%;
    line-height: 65px;
}

.justice-shares-banner .content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: blink-in-out 8s infinite reverse;
}

.justice-shares-banner .content .box {
    font-size: 1em;
    padding: 20px 15px;
    text-align: center;
}

.justice-shares-banner .content .box .title {
    font-size: .5em
}

.justice-shares-banner .click-me>div {
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block
}

.wp-playlist {
    border: 0 !important;
    padding: 0 !important;
}

.wp-playlist .lazy-hidden {
    opacity: 1 !important;
}

@media (max-width: 374px) {
    .coronavirus-banner .content .box {
        font-size: 1em;
    }
    .coronavirus-banner .content .box:last-child {
        font-size: 1.15em;
    }
    .coronavirus-banner .click-me>div {
        font-size: 1.5em;
    }
    .justice-shares-banner .content {
        font-size: .95em;
    }
    .justice-shares-banner .click-me {
        font-size: 1.15em;
    }
}

@keyframes blink-in-out {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.page-template-template-question-answer .excerpt {
    background: none;
    border: none;
    padding: 10px 0 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f5f5f5;
}

.page-template-template-question-answer .gds-container img {
    width: 100%;
}

.single-post-qa-ask-it {
    display: block;
    padding: 10px 15px;
    width: 300px;
    max-width: 100%;
    border-bottom: 0 !important;
    background: #004a8f;
    text-align: center;
    border-radius: 50rem;
    margin-bottom: 30px;
    color: #fff !important;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.15em;
    line-height: .75;
    transition: all .2s;
}

.single-post-qa-ask-it:hover {
    background: #003f79;
    color: #fff;
}

.single-post-qa-ask-it i {
    vertical-align: middle;
    margin-left: 15px;
    transition: all .4s;
}

.single-post-qa-ask-it:hover i {
    transform: rotate(15deg);
}

.single-post-qa-item {
    margin-bottom: 10px;
}

.single-post-qa-item .q {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1em !important;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #616161;
    padding: 15px 20px;
    margin: 0 !important;
    transition: .2s all;
    border-radius: 50rem;
    position: relative;
    z-index: 1;
}

.single-post-qa-item .q:hover {
    color: #212121;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}

.single-post-qa-item .q:hover i {
    color: #9e9e9e;
}

.single-post-qa-item .q strong {
    font-weight: 600
}

.single-post-qa-item .a {
    display: none
}

.single-post-qa-item p {
    margin-bottom: 10px !important
}

.single-post-qa-item i {
    transition: .4s all;
    vertical-align: middle;
    color: #c1c1c1;
}

.single-post-qa-item.expanded i {
    transform: rotate(180deg)
}

.single-post-qa-item .a {
    position: relative;
    top: -30px;
    padding: 50px 15px 20px;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 767px) {
    .single-post-qa-item .q {
        font-size: 1em !important
    }
}

.navbar-header-social {
    line-height: 48px;
    height: 48px
}

.navbar-header-social a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 8px 5px;
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    filter: drop-shadow(0 0 .20rem #00000045);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#00000015')";
    border-radius: 14px;
}

.navbar-header-social a i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.navbar-header-social .instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    https: //tejaratnews.com/wp-content/themes/tj/assets/images/all-currencies-bg.jpg') no-repeat center center fixed;
    background-size: cover
}

section.exchange-wrapper:after,
section.exchange-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #004a8f;
    opacity: .7
}

section.exchange-wrapper:before {
    background: #000
}

.exchange-box {
    position: relative;
    margin: 0 auto;
    top: 90px;
    background: #fff;
    text-align: center;
    z-index: 9;
    padding: 30px;
    -webkit-box-shadow: 0 .15rem .5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .15rem .5rem rgba(0, 0, 0, 0.15)
}

.exchange-box_title {
    color: #757575;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: .5em
}

.exchange-box_update-date {
    font-size: 1em;
    color: #9e9e9e;
    margin-bottom: 2em;
    font-weight: 100;
}

.exchange-box_exchanged {
    font-size: 3.5em;
    letter-spacing: 2px;
    margin: .5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exchange-box_exchanged .symbol {
    margin-right: 10px;
    letter-spacing: 0;
    font-size: .5em
}

.exchange-box_input {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: 0 15px;
    direction: ltr;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
    margin-bottom: .5em;
    line-height: 44px;
    outline: 0;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s
}

.exchange-box_input:-moz-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-moz-placeholder {
    color: #9e9e9e
}

.exchange-box_input:-ms-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-ms-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-webkit-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-webkit-input-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-moz-placeholder {
    color: #9e9e9e
}

.exchange-box_input:-ms-input-placeholder {
    color: #9e9e9e
}

.exchange-box_input::-ms-input-placeholder {
    color: #9e9e9e
}

.exchange-box_input::placeholder {
    color: #9e9e9e
}

.exchange-box_input:hover,
.exchange-box_input:active {
    border: 1px solid #004a8f
}

.exchange-box_selectors {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.exchange-box_select-wrapper label {
    font-size: 1.25em;
    font-weight: 300;
    color: #616161;
    width: 100%
}

.exchange-box_select {
    position: relative;
    width: 150px;
    padding: 10px 10px;
    border: 1px solid #bdbdbd;
    text-align: right;
    font-size: 1.25em;
    color: #9e9e9e;
    font-weight: 300;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}

.exchange-box_select:hover {
    cursor: pointer;
    border: 1px solid #004a8f
}

.exchange-box_option {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.exchange-box_option:after {
    content: "\f078";
    font-family: "fontello";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10.5px
}

.exchange-box_select.expanded .exchange-box_option:after {
    content: "\f077"
}

.exchange-box_select img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden
}

.exchange-box_select ul {
    display: none;
    width: -webkit-calc(100% - -2px);
    width: calc(100% - -2px);
    height: 200px;
    overflow: auto;
    list-style: none;
    position: absolute;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff;
    top: 100%;
    right: -1px;
    z-index: 9999;
    padding: 0;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s
}

.exchange-box_select.expanded ul {
    display: block
}

.exchange-box_select ul::-webkit-scrollbar {
    width: 5px
}

.exchange-box_select ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.exchange-box_select ul::-webkit-scrollbar-thumb {
    background: #bdbdbd
}

.exchange-box_select ul::-webkit-scrollbar-thumb:hover {
    background: #757575
}

.exchange-box_select:hover ul {
    border: 1px solid #004a8f;
    border-top: 0
}

.exchange-box_select ul li {
    padding: 10px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

.exchange-box_select ul li:hover {
    cursor: pointer;
    background: #eee
}

.exchange-box_select ul li:last-child {
    margin-bottom: 0
}

.exchange-box_exicon {
    margin-top: 26px;
    font-size: 2em;
    color: #adadad;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.exchange-box_exicon:hover {
    cursor: pointer;
    color: #004a8f
}

.exchange-box_exicon i {
    vertical-align: middle
}

.exchange-box_button {
    width: 100%;
    padding: 10px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 1.75em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.exchange-box_button:hover {
    background: #1976d2
}

@media screen and (max-width: 768px) {
    section.exchange-wrapper {
        margin-bottom: 200px;
    }
    .exchange-box {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px;
        font-size: .75em
    }
    .exchange-box_input {
        line-height: 34px;
    }
    .exchange-box_exchanged {
        font-size: 3.25em;
        letter-spacing: 1px;
        margin: 1em 0;
    }
    .exchange-box_select {
        padding: 5px;
        width: 110px;
    }
    .exchange-box_option:after {
        margin-top: -8px;
    }
}

@media screen and (max-width: 380px) {
    .exchange-box_exchanged {
        font-size: 2.75em;
    }
}

.comment-respond {
    position: relative;
    margin-bottom: 15px;
}

.comment-respond .comments-loading {
    display: none;
    background: #fff;
    color: #212121;
    font-size: 1.75em;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

.comment-respond .comments-loading.error {
    color: #F44336
}

.comment-respond .comments-loading.success {
    color: #4CAF50;
}

.lightbox {
    position: relative;
    text-align: center;
}

.lightbox:hover {
    cursor: pointer
}

.lightbox:hover .expand {
    opacity: 1
}

.lightbox .expand {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fafafa;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lightbox .expand:hover {
    background: rgba(0, 0, 0, .75)
}

.lightbox_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9)
}

.lightbox_modal__controls {
    font-size: 4em
}

.lightbox_modal__controls>span {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    position: absolute;
    z-index: 99;
    color: #eee;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.lightbox_modal__controls>span:hover {
    color: #fff;
    cursor: pointer
}

.lightbox_modal__controls .close_btn {
    font-size: .9em;
    top: 0;
    right: 0
}

.lightbox_modal__controls .more_btn {
    bottom: 0;
    right: 0
}

.lightbox_modal__controls .share_btn {
    font-size: .75em;
    right: 80px;
    bottom: 0
}

.lightbox_modal__controls .more_options {
    position: absolute;
    bottom: 80px;
    right: 10px;
    width: 200px;
    height: auto;
    list-style: none;
    background: rgba(51, 51, 51, 0.95);
    border-radius: .25rem;
    padding: 6px 0;
    margin: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.lightbox_modal__controls .more_options:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 25px;
    border-top: 10px solid rgba(51, 51, 51, 0.95);
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.lightbox_modal__controls .more_btn:hover .more_options {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: scale-up-right .4s forwards ease-out;
    animation: scale-up-right .4s forwards ease-out;
}

.lightbox_modal__controls .more_options a {
    padding: 0 15px;
    display: block;
    text-align: right;
    font-size: 1.5rem;
    color: #e2e2e2;
    line-height: 2;
}

.lightbox_modal__controls .more_options a:hover {
    background: #424242
}

.lightbox_modal__controls .more_options a i {
    vertical-align: middle;
    margin-left: 10px
}

.lightbox_modal__container {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 100px;
    position: relative
}

.lightbox_modal__container img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.lightbox_modal__container .loading_text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lightbox_modal__container .caption {
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 50%;
    width: 100%;
    padding: 10px 100px 10px 15px;
    font-size: 1.75em;
    line-height: 1.5;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .lightbox_modal__container {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .lightbox_modal__container .caption {
        padding: 15px;
        bottom: 0
    }
    .lightbox_modal__controls {
        font-size: 3em
    }
    .lightbox_modal__controls .more_btn {
        top: 0;
        right: unset;
        bottom: unset;
        left: 0
    }
    .lightbox_modal__controls .more_options {
        position: absolute;
        top: 80px;
        right: unset;
        bottom: unset;
        left: 10px;
    }
    .lightbox_modal__controls .more_options:before {
        top: -20px;
        left: 25px;
        bottom: unset;
        right: unset;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(51, 51, 51, 0.95);
        border-left: 10px solid transparent;
    }
}

.page-template-template-reporter-verify .tj-ad-wrapper,
.page-template-template-reporter-verify .hot-topics,
.page-template-template-reporter-verify .header-nav,
.page-template-template-reporter-verify footer {
    display: none !important;
}

.reporter-verify {
    height: 100%;
    width: 100%;
    background-color: #fbfbfb;
    overflow: hidden
}

.reporter-verify .logo {
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    padding: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.reporter-verify .logo .link {
    display: inline-block;
    height: 40px;
    width: 210px
}

.reporter-verify .logo img {
    display: inline-block;
    max-height: 100%;
    max-width: unset
}

.reporter-verify .logo .nav li {
    display: inline-block;
    margin-right: 0
}

.reporter-verify .logo .nav a {
    color: #eee;
    font-size: 1.25em;
    background: 0;
    display: inline-block;
    padding: 0 12px;
    line-height: 40px
}

.reporter-verify .logo .nav a:hover {
    color: #fff
}

.reporter-verify .top {
    width: 100%;
    height: 250px;
    background-color: #004a8f
}

.reporter-verify .bottom {
    -webkit-perspective: 1000;
    perspective: 1000
}

.reporter-verify .top>.title {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    color: #fff
}

.reporter-verify-card {
    position: relative;
    width: 500px;
    height: 330px;
    margin: -100px auto 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.reporter-verify-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 500px;
    height: 330px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px
}

.reporter-verify-card .front,
.reporter-verify-card .behind {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.reporter-verify-card.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"
}

.reporter-verify-card .front {
    z-index: 1
}

.reporter-verify-card .behind {
    z-index: 3;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.reporter-verify-card .behind-two {
    z-index: 2
}

.reporter-verify-card .content .title {
    font-weight: 600;
    margin-bottom: 1.75em;
    color: #9e9e9e;
    font-size: 1.75em;
    text-align: center
}

.reporter-verify-input {
    position: relative
}

.reporter-verify-input input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 5px 10px 5px 40px;
    height: 40px;
    font-size: 1.25em;
    margin-bottom: .75em
}

.reporter-verify-input .help {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.75em;
    color: #bdbdbd
}

.reporter-verify-input .help:hover {
    color: #9e9e9e;
    cursor: pointer
}

.reporter-verify-input .help i {
    vertical-align: middle
}

.reporter-verify-submit {
    border: 0;
    background: #4caf50;
    color: #fff;
    padding: 8px;
    font-size: 1.5em
}

.reporter-verify-submit:hover {
    background: #388e3c
}

.reporter-verify-message {
    margin-top: .75em;
    background: #fff9c4;
    border: 1px solid #fff59d;
    color: #585858;
    padding: 5px
}

.reporter-verify .id-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff url('../images/reporter-card-bg.png');
    background-size: cover;
}

.reporter-verify .id-card-type {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 230px;
    width: 60px;
    background: #0b62ae;
    color: #fff;
    font-size: 3.25em;
    font-weight: bold;
    font-family: sans-serif
}

.reporter-verify .id-card-type:after {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    border-right: 60px solid #0b62ae;
    border-top: 60px solid transparent
}

.reporter-verify .id-card-type span {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    line-height: 60px;
    vertical-align: middle
}

.reporter-verify .id-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-right: 60px;
    padding: 30px 40px 25px 70px;
}

.reporter-verify .id-card-logo {
    width: 220px;
    margin-right: auto;
    margin-bottom: 20px;
}

.reporter-verify .id-card-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reporter-verify .id-card-detail img {
    width: 120px;
    height: 140px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    margin-left: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

.reporter-verify .id-card-detail_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.reporter-verify .id-card-detail_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 13px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1
}

.reporter-verify .id-card-detail_info label {
    font-weight: 400;
    color: #b1b1b1
}

.reporter-verify .id-card-detail_info .value {
    font-weight: bold;
    font-size: 1.13em
}

.reporter-verify .id-card-pos {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 30px;
    width: 240px;
    background: #ec1f26;
    color: #fff;
    line-height: 30px;
    font-size: 1.5em;
    text-align: center;
    padding-left: 30px
}

.reporter-verify .id-card-pos:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-left: 30px solid #ec1f26;
    border-bottom: 30px solid transparent
}

.reporter-verify-card .id-card.help .id-card-detail img,
.reporter-verify-card .id-card.help .id-card-pos,
.reporter-verify-card .id-card.help .id-card-detail_info>div:not(.id-card-detail_id) {
    -webkit-filter: blur(3.5px);
    filter: blur(3.5px)
}

.reporter-verify-card .id-card.help .id-card-detail_info .id-card-detail_id {
    position: relative;
    border-bottom: 0
}

.reporter-verify-card .id-card.help .id-card-detail_info .id-card-detail_id:before {
    content: "";
    position: absolute;
    right: -9px;
    top: -11px;
    width: 100%;
    height: 100%;
    border: 2px solid #f44336;
    padding: 7px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0
}

.reporter-verify-card .id-card-validity {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

.reporter-verify-card .id-card-validity span {
    border-width: .15em;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: fadeInReporterStamp .6s forwards;
    animation: fadeInReporterStamp .6s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.reporter-verify .footer {
    text-align: center;
    margin: 20px 0;
    color: #757575
}

@media screen and (max-width: 768px) {
    .reporter-verify-card,
    .reporter-verify-card .content {
        width: 480px;
        height: 320px;
    }
    .reporter-verify .id-card-container {
        padding: 30px 35px 25px 60px;
        margin-right: 50px;
    }
    .reporter-verify .id-card-logo {
        width: 230px;
    }
    .reporter-verify .id-card-type {
        width: 50px;
        height: 220px;
        font-size: 2.75em;
    }
    .reporter-verify .id-card-type span {
        line-height: 50px;
        bottom: 15px;
    }
    .reporter-verify .id-card-type:after {
        top: -50px;
        right: 0;
        border-right: 50px solid #0b62ae;
        border-top: 50px solid transparent;
    }
    .reporter-verify .id-card-pos {
        width: 245px;
        height: 25px;
        line-height: 25px;
        font-size: 1.25em;
    }
    .reporter-verify .id-card-pos:after {
        top: 0;
        right: -25px;
        border-left: 25px solid #ec1f26;
        border-bottom: 25px solid transparent
    }
    .reporter-verify .id-card-detail img {
        width: 115px;
        height: 130px;
    }
    .reporter-verify .id-card-detail_info>div {
        margin: 12px 0;
    }
    .reporter-verify-card .id-card-validity span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .reporter-verify .top {
        height: 320px;
    }
    .reporter-verify .logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .reporter-verify .logo .nav {
        display: none;
    }
    .reporter-verify .top>.title {
        padding-top: 100px;
        font-size: 1.75em;
    }
    .reporter-verify-card,
    .reporter-verify-card .content {
        width: 320px;
        height: 220px;
    }
    .reporter-verify-card .content {
        padding: 15px;
    }
    .reporter-verify .id-card {
        background-size: contain;
    }
    .reporter-verify .id-card-container {
        padding: 20px 25px 20px 35px;
        margin-right: 40px;
    }
    .reporter-verify .id-card-logo {
        width: 150px;
        margin-bottom: 10px;
    }
    .reporter-verify .id-card-type {
        width: 40px;
        height: 155px;
        font-size: 1.75em;
    }
    .reporter-verify .id-card-type:after {
        top: -40px;
        right: 0;
        border-right: 40px solid #0b62ae;
        border-top: 40px solid transparent;
    }
    .reporter-verify .id-card-type span {
        line-height: 40px;
        bottom: 15px;
    }
    .reporter-verify .id-card-pos {
        width: 152px;
        height: 18px;
        line-height: 18px;
        font-size: .85em;
    }
    .reporter-verify .id-card-pos:after {
        top: 0;
        right: -18px;
        border-left: 18px solid #ec1f26;
        border-bottom: 18px solid transparent
    }
    .reporter-verify .id-card-detail {
        font-size: .65em;
    }
    .reporter-verify .id-card-detail img {
        width: 75px;
        height: 90px;
        margin-left: 8px;
    }
    .reporter-verify .id-card-detail_info>div {
        margin: 10px 0;
    }
    .reporter-verify .id-card-detail_info label {
        margin-bottom: 3px
    }
    .reporter-verify-card .id-card-validity {
        right: 60px;
        bottom: 25px
    }
    .reporter-verify-card .id-card-validity span {
        font-size: 2.5rem;
    }
}

@keyframes fadeInReporterStamp {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1) rotate(-6deg);
        transform: scale(1.1) rotate(-6deg);
    }
    to {
        opacity: .9;
        -webkit-transform: scale(1) rotate(-6deg);
        transform: scale(1) rotate(-6deg);
    }
}

@-webkit-keyframes fadeInReporterStamp {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1) rotate(-6deg);
        transform: scale(1.1) rotate(-6deg);
    }
    to {
        opacity: .9;
        -webkit-transform: scale(1) rotate(-6deg);
        transform: scale(1) rotate(-6deg);
    }
}

.live-pulse {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
}

.live-pulse:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    -webkit-animation: live-status 1s infinite linear;
    animation: live-status 1s infinite linear
}

.header-hotnews {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #c11
}

.header-hotnews .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    height: 42px;
    line-height: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-hotnews i {
    vertical-align: middle;
}

.header-hotnews a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #fdfdfd;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.header-hotnews .live-pulse {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12px;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
}

.header-hotnews .close-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    line-height: 42px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    /* background: #cc1111; */
    text-align: center;
}

.beyond-news-slick:not(.slick-slider) {
    display: none
}

.beyond-news-title {
    color: #ec1f26 !important
}

.beyond-news-title:after {
    background: #ec1f26 !important
}

.beyond-news-slick-dots {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9
}

.beyond-news-slick-dots ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.beyond-news-slick-dots ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px
}

.beyond-news-slick-dots ul li button {
    text-indent: -99999999px;
    border: 0;
    background: #e0e0e0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    outline: none !important
}

.beyond-news-slick-dots ul li button:hover {
    background: #bdbdbd
}

.beyond-news-slick-dots ul li.slick-active button {
    background: #ec1f26
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image {
    max-height: initial !important;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure {
    position: relative;
    padding-top: 59%;
    overflow: hidden;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.beyond-news-content .news-media.news-media__col-xl .news-media__image figure a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.beyond-news-slick .slick-slide {
    outline: none !important;
}

@media screen and (max-width: 767px) {
    .beyond-news-slick .slick-slide:not(.slick-active) {
        opacity: .6;
    }
}

.beyond-news-slick .slick-arrow {
    position: absolute;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -44.5px;
    z-index: 9;
    font-size: 3em;
}

.beyond-news-slick .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.beyond-news-slick .slick-arrow.icon-angle-left {
    left: 15px;
}

.beyond-news-slick .slick-arrow.icon-angle-right {
    right: 15px;
}

@keyframes beyondNewsFadeIn {
    from {
        opacity: .65;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes beyondNewsFadeIn {
    from {
        opacity: .65;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .beyond-news-tv-col .single-post-meta-middle {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .beyond-news-slick.row {
        margin: 0 !important;
    }
    .beyond-news-slick.row .col-xs-12 {
        padding: 0 !important;
        margin: 0 5px !important;
    }
    .beyond-news-slick-dots {
        top: 10px
    }
    .beyond-news-content .news-media.news-media__col-xl .news-media__body,
    .beyond-news-content .news-media__image {
        display: block
    }
    .beyond-news-content .news-media__image figure {
        width: 100%
    }
    .beyond-news-content .news-media.news-media__col-xl .news-media__image {
        max-height: unset !important
    }
}

.single-event .header {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-event .header .background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-event .header .background:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1
}

.single-event .header .content {
    position: relative;
    z-index: 2
}

.single-event .header .content .title {
    color: #fff;
    font-size: 3em;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    margin-bottom: .5em;
}

.single-event .header .content .excerpt {
    font-size: 1.4em;
    color: #f5f5f5;
    margin-bottom: 1.5em;
}

.single-event .header .content .desc {
    color: #f5f5f5;
    font-size: 1.25em
}

.single-event .archive-filters {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-event .archive-filters li a {
    opacity: .25;
    display: inline-block;
    color: #fff !important;
    font-size: 1.5em;
    padding: 5px 15px;
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.single-event .archive-filters li a:hover,
.single-event .archive-filters li.active a {
    opacity: 1;
}

.single-event .archive-filters li.all a {
    background: #212121;
}

@media screen and (max-width: 767px) {
    .single-event .header .content .title {
        font-size: 2.5em;
    }
    .single-event .archive-filters {
        font-size: .75em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.single-video .single-tv-col-il {
    width: 100%;
}

.single-video .single-tv-col-il .tv-video-frame {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 1.5em;
}

.single-video .single-tv-col-il .tv-video-frame .tj-player {
    direction: ltr;
    font-family: Vazir;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.single-video h1 {
    font-size: 2.25em;
}

.video-bar {
    font-size: 1.25em;
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee
}

.video-bar-right,
.video-bar-left {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.video-bar-right .video-date {
    width: 100%;
    font-size: .95em;
    color: #9E9E9E;
    font-weight: 600;
}

.video-bar-right .video-date i {
    margin-right: 5px;
}

.video-bar-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.video-bar-left .item ul {
    display: none;
}

.video-bar-left .item {
    position: relative;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 18px;
    color: #9E9E9E;
}

.video-bar-left .item:first-child {
    margin-right: 0;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.video-bar-left .icon-download:before {
    content: initial;
}

.video-bar-left .item:hover {
    color: #757575;
    cursor: pointer;
}

.video-bar-left .item ul {
    display: none;
    position: absolute;
    top: 100%;
    right: -22px;
    margin-top: 8px;
    padding: 10px 0;
    list-style: none;
    line-height: 1;
    width: 130px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    z-index: 9;
}

.video-bar-left .item ul:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    border-bottom: 8px solid #f7f7f7;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.video-bar-left .item ul li a {
    display: block;
    padding: 5px 15px;
    color: #9E9E9E;
}

.video-bar-left .item ul li a:hover {
    background: rgba(255, 255, 255, 0.6);
}

.video-bar-left .item ul li a span {
    margin-left: 15px;
}

.video-bar-left .item:hover ul {
    display: block;
}

.video-bar-left .item i {
    vertical-align: middle;
}

.video-bar-author {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.video-author-img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-left: 15px;
}

.video-author-img a,
.video-author-img img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video-author-detail {
    color: #757575;
    font-size: .75em;
}

.video-author-detail a {
    color: #757575;
    display: block;
    font-size: 1.25em;
    margin-bottom: .25em;
    font-weight: 600;
}

.video-link-copy-input {
    position: absolute;
    width: 16px;
    overflow: hidden;
    border: 0;
    z-index: -9;
}

.video-bar .box-copy-msg {
    position: absolute;
    top: 100%;
    right: -50px;
    width: 120px;
    height: auto;
    margin-top: 8px;
    white-space: nowrap;
    background: #E8F5E9;
    color: #388E3C;
    padding: 6px 15px;
    text-align: center;
    font-size: .95em;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.video-bar .box-copy-msg:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 50%;
    margin-right: -8px;
    border-bottom: 8px solid #e8f5e9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

@media screen and (max-width: 767px) {
    .single-video .single-post-col {
        padding-top: 0;
    }
    .single-video h1 {
        font-size: 2em;
    }
    .video-bar {
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .video-bar-right,
    .video-bar-left {
        padding-bottom: 10px;
    }
    .video-bar-left .item {
        margin-top: 0;
    }
    .video-bar-author {
        padding-top: 10px;
    }
}

.hot-topics {
    font-size: 1.25em;
    font-weight: 600;
}

.hot-topics .container-fluid {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid whitesmoke;
}

.home .hot-topics .container-fluid {
    border-bottom: none !important;
}

.hot-topics span {
    color: #8c8c8c;
    margin-left: 15px;
    width: auto;
    white-space: nowrap;
}

.hot-topics span i {
    margin-left: 8px;
    vertical-align: middle
}

.hot-topics ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    list-style: none;
    margin: 0;
    height: 45px;
    white-space: nowrap;
    overflow: auto;
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.hot-topics ul li a {
    display: inline-block;
    font-size: .8em;
    background: #eceff1;
    padding: 0 10px;
    color: #004a8f;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 .25em;
    border-radius: 3px;
}


/* .hot-topics ul li:first-child a {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
    border-top: 6px solid green;
    background: #fff;
    border-bottom: 6px solid red;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
} */

.hot-topics ul li:last-child a {
    /* border-top-left-radius: 50rem; */
    /* border-bottom-left-radius: 50rem */
}

.hot-topics ul li a:hover {
    background: #d1d4d6
}

@media screen and (max-width: 767px) {
    body.page .hot-topics .container-fluid,
    body.single .hot-topics .container-fluid,
    .hot-topics .container-fluid {
        padding-left: 0;
        background-color: #fafafa;
    }
    .hot-topics ul li a {
        margin-left: 5px;
        border-radius: 3px !important;
        -webkit-box-shadow: 0 .125rem .3rem -0.15rem rgba(0, 0, 0, .2) !important;
        box-shadow: 0 .125rem .3rem -0.15rem rgba(0, 0, 0, .2) !important;
    }
    .hot-topics span {
        color: #9e9e9e;
        font-size: .95em;
    }
}

.exchange-box.inline {
    position: relative;
    z-index: 0;
    top: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25em;
    padding: 15px 15px 0;
    margin-bottom: 2em;
}

.exchange-box.inline h2 {
    margin: 0.25em 0 1em;
    font-size: 1.2em;
}

.exchange-box.inline form {
    width: 100%;
    line-height: 2;
}

.exchange-box.inline .exchange-box_input {
    display: inline-block;
    width: 200px;
    border: 1px solid #eeeeee;
    font-size: 1em;
    margin: 0 15px;
    line-height: 1.5;
}

.exchange-box.inline .exchange-box_input::-webkit-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-moz-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input:-ms-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-ms-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input:-ms-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-webkit-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_input::-moz-input-placeholder {
    font-size: .85em;
    color: #9E9E9E;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_selectors {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
}

.exchange-box.inline .exchange-box_select {
    border: 0;
    font-size: 1em;
    color: #004a8f;
    width: 120px;
    text-align: center;
    padding: 0;
}

.exchange-box.inline .exchange-box_select img {
    display: none;
}

.exchange-box.inline .exchange-box_option:after {
    content: unset;
}

.exchange-box.inline .exchange-box_exchanged {
    font-size: 3em;
    line-height: 2;
    background: #eeeeee;
    color: #757575;
    margin: .5em -15px;
}

.exchange-box.inline .exchange-box_update-date {
    margin: 0;
    font-size: .65em;
    line-height: 1.5;
    font-weight: 100;
}

.exchange-box.inline .exchange-box_select.expanded ul {
    border: 1px solid #f1f1f1 !important;
    background: #ffffff;
    height: 170px;
}

.exchange-box.inline .exchange-box_select ul li {
    padding: 5px 15px;
    font-size: .75em;
    color: #424242;
}

.exchange-box.inline .exchange-box_select ul li.selected {
    color: #004a8f;
}

.exchange-box.inline .exchange-box_page {
    display: block;
    margin: 30px -15px 0;
    padding: 15px 0;
    background: #004a8f;
    color: #fff;
    border-bottom: none;
}

@media (max-width: 767px) {
    .exchange-box.inline {
        font-size: 1.13em;
    }
    .exchange-box.inline .exchange-box_exchanged {
        font-size: 1.75em;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.coronavirus-banner {
    height: 65px;
    display: block;
    background: #E53935;
    color: #fff;
    padding: 0 15px;
    -webkit-box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35);
    box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35)
}

.coronavirus-banner .icon {
    float: right;
    width: 65px;
    height: 65px;
    line-height: 65px
}

.coronavirus-banner .icon svg {
    fill: #FAFAFA;
    width: 53px;
    height: 53px;
    vertical-align: middle;
}

.coronavirus-banner .content {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 100%;
    padding: 0 0 0 15px;
    font-size: 1.2em;
}

.coronavirus-banner .click-me {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 0 0 0 15px
}

.coronavirus-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.coronavirus-banner .content .box {
    font-size: 1.25em;
    border-radius: 50rem;
    padding: 30px 15px;
    text-align: center
}

.coronavirus-banner .content .box:first-child {
    margin-left: 10px;
    color: #fff
}

.coronavirus-banner .content .box:last-child {
    background: #C62828;
    color: #ffffff;
    border: 5px solid #D32F2F;
    font-weight: 600;
    font-size: 1.7em;
}

.coronavirus-banner .content .box .title {
    font-size: .5em
}

.coronavirus-banner .click-me {
    -webkit-animation: blink-in-out 8s infinite;
    animation: blink-in-out 8s infinite;
    opacity: 0;
    background: #E53935;
    vertical-align: middle;
    height: 100%;
    line-height: 65px;
}

.coronavirus-banner .click-me>div {
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block
}

.justice-shares-banner {
    height: 65px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#023b6f), to(#0055a5));
    background: -o-linear-gradient(left, #023b6f, #0055a5);
    background: linear-gradient(to right, #023b6f, #0055a5);
    color: #fff;
    padding: 0 15px;
    -webkit-box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35);
    box-shadow: 0 -.25rem .5rem rgba(0, 0, 0, .35);
    font-size: 1.15em;
}

.justice-shares-banner .icon {
    position: absolute;
    left: -5px;
    top: -15px;
    z-index: 9;
}

.justice-shares-banner .content {
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    padding: 0 15px;
    font-size: 1.35em;
}

.justice-shares-banner .click-me {
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    font-size: 1.35em;
    -webkit-animation: blink-in-out 8s 1s infinite;
    animation: blink-in-out 8s 1s infinite;
    opacity: 0;
    vertical-align: middle;
    height: 100%;
    line-height: 65px;
}

.justice-shares-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    animation: blink-in-out 8s infinite reverse;
}

.justice-shares-banner .content .box {
    font-size: 1em;
    padding: 20px 15px;
    text-align: center;
}

.justice-shares-banner .content .box .title {
    font-size: .5em
}

.justice-shares-banner .click-me>div {
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block
}

.wp-playlist {
    border: 0 !important;
    padding: 0 !important;
}

.wp-playlist .lazy-hidden {
    opacity: 1 !important;
}

@media (max-width: 374px) {
    .coronavirus-banner .content .box {
        font-size: 1em;
    }
    .coronavirus-banner .content .box:last-child {
        font-size: 1.15em;
    }
    .coronavirus-banner .click-me>div {
        font-size: 1.5em;
    }
    .justice-shares-banner .content {
        font-size: .95em;
    }
    .justice-shares-banner .click-me {
        font-size: 1.15em;
    }
}

@-webkit-keyframes blink-in-out {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes blink-in-out {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.page-template-template-question-answer .excerpt {
    background: none;
    border: none;
    padding: 10px 0 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f5f5f5;
}

.page-template-template-question-answer .gds-container img {
    width: 100%;
}

.single-post-qa-ask-it {
    display: block;
    padding: 10px 15px;
    width: 300px;
    max-width: 100%;
    border-bottom: 0 !important;
    background: #004a8f;
    text-align: center;
    border-radius: 50rem;
    margin-bottom: 30px;
    color: #fff !important;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.15em;
    line-height: .75;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.single-post-qa-ask-it:hover {
    background: #003f79;
    color: #fff;
}

.single-post-qa-ask-it i {
    vertical-align: middle;
    margin-left: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.single-post-qa-ask-it:hover i {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.single-post-qa-item {
    margin-bottom: 10px;
}

.single-post-qa-item .q {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1em !important;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    color: #616161;
    padding: 15px 20px;
    margin: 0 !important;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-radius: 50rem;
    position: relative;
    z-index: 1;
}

.single-post-qa-item .q:hover {
    color: #212121;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}

.single-post-qa-item .q:hover i {
    color: #9e9e9e;
}

.single-post-qa-item .q strong {
    font-weight: 600
}

.single-post-qa-item .a {
    display: none
}

.single-post-qa-item p {
    margin-bottom: 10px !important
}

.single-post-qa-item i {
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    vertical-align: middle;
    color: #c1c1c1;
}

.single-post-qa-item.expanded i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.single-post-qa-item .a {
    position: relative;
    top: -30px;
    padding: 50px 15px 20px;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 767px) {
    .single-post-qa-item .q {
        font-size: 1em !important
    }
}

.navbar-header-social {
    line-height: 48px;
    height: 48px
}

.navbar-header-social a {
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 5px;
    font-size: 22px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-filter: drop-shadow(0 0 .20rem #00000045);
    filter: drop-shadow(0 0 .20rem #00000045);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#00000015')";
    border-radius: 14px;
}

.navbar-header-social a i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.navbar-header-social .instagram {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.navbar-header-social .telegram {
    background-color: white;
}

.navbar-header-social .twitter {
    background-color: #00acee;
}

.navbar-header-social .twitter i {
    font-size: 19px;
}

.navbar-header-social .telegram i {
    font-size: 26px;
    color: #0088cc;
}

.single-video .tv-video-frame #jwplayer {
    position: absolute;
    top: 0;
    right: 0
}

.mobile-post-share {
    text-align: center;
}

.mobile-post-share-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25em;
    border-radius: 50rem;
    border: 1px solid #004a8f;
    color: #004a8f;
    white-space: nowrap;
    overflow: hidden;
}

.toggle-social-share {
    display: inline-block;
    padding: 5px 15px;
}

.toggle-social-share i {
    vertical-align: middle;
    margin-right: 10px;
}

.toggle-social-share.expanded i {
    -webkit-animation: chevron-left-animate 1s infinite;
    animation: chevron-left-animate 1s infinite;
}

.toggle-social-share.expanded i:before {
    content: "\f323";
}

.mobile-post-share__list {
    background: #004a8f;
    white-space: nowrap;
    width: 0;
    height: 32px;
    overflow: hidden;
    border-radius: 50rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mobile-post-share__list.show {
    width: 142px;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-post-share__list.loggedin.show {
    width: 136px;
}

.mobile-post-share__item {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    width: 30px;
    line-height: 32px;
    font-size: 1.15em;
}

.mobile-post-share__list.loggedin .mobile-post-share__item {
    margin: 0 3px;
    width: 20px;
}

.mobile-post-share__list.loggedin .mobile-post-share__item {
    color: white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mobile-post-share__list.loggedin .mobile-post-share__item:active,
.mobile-post-share__list.loggedin .mobile-post-share__item:focus,
.mobile-post-share__list.loggedin .mobile-post-share__item:visited {
    color: white;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.mobile-post-share__item i {
    vertical-align: middle;
}

@-webkit-keyframes chevron-left-animate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes chevron-left-animate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mobile-commment-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: fixed;
    bottom: -43px;
    right: 0;
    width: 100%;
    height: 40px;
    background: #ffff;
    padding: 0 15px;
    z-index: 999998;
    -webkit-box-shadow: 0 -.5rem .75rem -.5rem rgba(0, 0, 0, .15);
    box-shadow: 0 -.5rem .75rem -.5rem rgba(0, 0, 0, .15);
    -webkit-transition: bottom .6s;
    -o-transition: bottom .6s;
    transition: bottom .6s;
}

@media (min-width: 768px) {
    .mobile-commment-bar {
        display: none
    }
}

.mobile-commment-bar .input {
    font-size: 1.25em;
    border: 0;
    line-height: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999999;
}

.mobile-commment-bar__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    width: 46px;
    height: 46px;
    margin-top: -3px;
    background: #757575;
    border-radius: 50%;
    -webkit-box-shadow: 0 .25em 1em -0.25em rgba(0, 0, 0, .65);
    box-shadow: 0 .25em 1em -0.25em rgba(0, 0, 0, .65);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: none;
}

.mobile-commment-bar__count span:first-child {
    display: block;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: bold
}

.mobile-commment-bar__count span:last-child {
    display: block;
    font-size: .75em;
    line-height: 1
}

.equalizer {
    display: inline-block;
    margin-top: 100px;
    width: 20px;
    background-color: transparent;
    border: 0;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.equalizer span {
    display: inline-block;
    width: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    border-radius: 2px
}

@keyframes shorteq {
    0% {
        height: 12px
    }
    50% {
        height: 8px
    }
    to {
        height: 12px
    }
}

@-webkit-keyframes shorteq {
    0% {
        height: 12px
    }
    50% {
        height: 8px
    }
    to {
        height: 12px
    }
}

@keyframes talleq {
    0% {
        height: 15px
    }
    50% {
        height: 10px
    }
    to {
        height: 15px
    }
}

@-webkit-keyframes talleq {
    0% {
        height: 15px
    }
    50% {
        height: 10px
    }
    to {
        height: 15px
    }
}

.equalizer .eq1 {
    height: 18px;
    left: 8px;
    animation-name: shorteq;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation-name: shorteq;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0s
}

.equalizer .eq2 {
    height: 15px;
    left: 13px;
    animation-name: talleq;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-delay: .17s;
    -webkit-animation-name: talleq;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .17s
}

.equalizer .eq3 {
    height: 13px;
    left: 18px;
    animation-name: shorteq;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-delay: .34s;
    -webkit-animation-name: shorteq;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .34s
}

.hs4-content.related-video .equalizer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 9
}

.hs4-content.related-video .mute-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    border-radius: 5px;
    font-size: 16px
}

.hs4-content.related-video .mute-toggle i {
    vertical-align: middle
}

.hs4-content.related-video .paused .mute-toggle,
.hs4-content.related-video .paused .equalizer,
.hs4-content.related-video .redirecting .mute-toggle,
.hs4-content.related-video .redirecting .equalizer {
    opacity: 0
}

.hs4-content.related-video .news-media__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0!important;
    border: none!important;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.hs4-content.related-video .paused:before,
.hs4-content.related-video .redirecting:before {
    opacity: 1;
    background: -o-linear-gradient(bottom, black, transparent);
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background: linear-gradient(to top, black, transparent);
}

.hs4-content.related-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    font-size: 2em;
    color: #fff;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.hs4-content.related-video .redirect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    color: #ffffff;
    font-weight: 900;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.hs4-content.related-video .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hs4-content.related-video .play i {
    margin-left: 4px
}

.hs4-content.related-video .redirect {
    font-size: 1.5em;
    direction: rtl
}

.hs4-content.related-video .redirect .dots i {
    display: inline-block;
    font-size: 6px;
    width: 4px;
    margin: 0 2px
}

.hs4-content.related-video .redirect .dots i:nth-child(1) {
    -webkit-animation: dotsGrowUp 1s .8s infinite;
    animation: dotsGrowUp 1s .8s infinite
}

.hs4-content.related-video .redirect .dots i:nth-child(2) {
    -webkit-animation: dotsGrowUp 1s 1.2s infinite;
    animation: dotsGrowUp 1s 1.2s infinite
}

.hs4-content.related-video .redirect .dots i:nth-child(3) {
    -webkit-animation: dotsGrowUp 1s 1.4s infinite;
    animation: dotsGrowUp 1s 1.4s infinite
}

.hs4-content.related-video .paused .play,
.hs4-content.related-video .redirecting .redirect {
    opacity: .95;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes dotsGrowUp {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@-webkit-keyframes dotsGrowUp {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}

.single-price-old .responsive-table {
    overflow: initial;
    font-size: 14px;
}

.tj-ad-wrapper-single-text .tj-ad-box_text a:before {
    display: none;
}

.tj-ad-wrapper-single-text .tj-ad-box_text a {
    display: block;
    padding: 0 0 5px;
    text-align: center;
    color: #00a8ff;
    text-shadow: 0 0 15px hsl(200 100% 45% / .75);
    overflow: visible;
}

.mmt-prices-bource-table {
    margin-bottom: 50px;
}

.home>.header-ads .tj-ad-container {
    margin-top: 0;
    margin-bottom: 0;
}

#wpdcom .wpd-second-button,
#wpdcom .wpd-prim-button,
#wpdcom .wpdiscuz-textarea-wrap .ql-editor,
#wpdcom .wpd-tools-actions {
    font-family: inherit;
}

.ql-editor.ql-blank::before {
    font-family: Sahel, Tahoma;
}


/*.page-id-392491 .cld-like-dislike-wrap,*/


/*.page-id-284957 .cld-like-dislike-wrap {*/


/*  display: none;*/


/*}*/


/*.page-id-392491 .single-tv-col-il:not(.main-single-tv-col-il),*/


/*.page-id-284957 .single-tv-col-il:not(.main-single-tv-col-il){*/


/*  margin-top: 0;*/


/*}*/


/*.page-id-392491 #comments,*/


/*.page-id-284957 #comments {*/


/*  margin-top: 0;*/


/*    margin-bottom: 0;*/


/*}*/

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars,
#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts {
    direction: ltr;
    text-align: left;
}

#wpdcom.wpdiscuz_no_avatar .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea {
    height: 110px;
}

#wpdcom .wpd-comment-footer .wpd-vote-up,
#wpdcom .wpd-comment-footer .wpd-vote-down {
    width: 18px;
    height: 18px;
}

#wpdcom .wpd-comment-footer .wpd-vote-up svg {
    fill: #00a651
}

#wpdcom .wpd-comment-footer .wpd-vote-down svg {
    fill: #d80027;
}

#wpdcom .wpd-comment-footer .wpd-vote-result {
    font-size: 16px;
    font-weight: bold;
}

#wpdcom .page-numbers {
    padding: 5px 10px;
    color: #004a8f !important;
    border-color: #004a8f !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#wpdcom span.current,
#wpdcom .page-numbers:hover {
    color: white !important;
    background-color: #004a8f !important;
}

#comments #wpdcom span,
#respond #wpdcom span,
#wpdcom span {
    font-size: 14px;
}

#wpdcom .wc-field-submit label:nth-child(2),
#wpdcom .wc-field-submit label:nth-child(3) {
    display: none !important;
}

.wpd-comment {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
}

#wpdcom .wpd-reply.wpd_comment_level-2 {
    margin-right: 30px;
}

.wpd-comment.wpd_comment_level-1>div:last-child {
    border: none;
    margin-bottom: 0;
}

#wpdcom .wpd-comment .wpd-comment-right {
    width: 100%;
}

#wpdcom .wpd-thread-list {
    padding-bottom: 0;
}

#wpdcom .ql-editor>* {
    font-family: Sahel, Tahoma;
}

.video-bar-left .item i {
    vertical-align: middle;
}

body .YEKTANET.yn-article-display-card {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 728px) {
    #wpd-bubble-wrapper {
        display: none !important;
    }
    #wpdcom .wpd-thread-head .wpd-thread-info {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    #wpdiscuz-comment-message.wpdiscuz-comment-message-auth {
        top: 100px;
    }
    #wpd-post-rating {
        margin-bottom: 0;
    }
    [wpd-tooltip]::after {
        right: 15px;
        top: -8px;
        -webkit-transform: translateX(100%) translateY(-100%);
        -ms-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
        min-width: 30vw;
    }
    #wpdcom .page-numbers {
        font-size: 12px;
        padding: 5px 8px;
    }
}


