.fill:hover,
.fill:focus {
    box-shadow: inset 0 0 0 2em var(--hover)
}

.pulse:hover,
.pulse:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

.close:hover,
.close:focus {
    box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover)
}

.raise:hover,
.raise:focus {
    box-shadow: 0 .5em .5em -0.4em var(--hover);
    transform: translateY(-0.25em)
}

.up:hover,
.up:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover)
}

.slide:hover,
.slide:focus {
    box-shadow: inset 6.5em 0 0 0 var(--hover)
}

.offset {
    box-shadow: .3em .3em 0 0 var(--color), inset .3em .3em 0 0 var(--color)
}

.offset:hover,
.offset:focus {
    box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover)
}

.form {
    margin-top: 2.8571428571rem
}

.form-group {
    position: relative
}

.form-group-icon {
    position: absolute;
    top: 2.6428571429rem;
    right: .7142857143rem
}

.form-group-icon:after {
    font-family: "icomoon";
    font-size: 20px
}

.form-group.is-success .form-input-text {
    border-color: #008431
}

.form-group.is-success .form-group-icon:after {
    content: "";
    color: #008431
}

.form-group.is-warning .form-input-text {
    border-color: #fbb031
}

.form-group.is-warning .form-group-icon:after {
    content: "";
    color: #fbb031
}

.form-group .has-border-for-checkbox {
    width: 10.8px;
    height: 10.8px;
    float: left;
    margin-right: 4px
}

.form-group .has-border-for-checkbox .form-checkbox {
    margin: 0;
    padding: 0
}

.form-group.is-error .form-input-text {
    border-color: #bb1919
}

.form-group.is-error .form-textarea {
    border-color: #bb1919
}

.form-group.is-error .has-border-for-checkbox {
    border: 1px solid #bb1919;
    -webkit-border-radius: 0.1428571429rem;
    border-radius: 0.1428571429rem
}

.form-group.is-error .form-group-icon:after {
    content: "";
    color: #bb1919;
    font-size: 1rem
}

.form-is-margin {
    margin-top: .7142857143rem
}

.form-label {
    font-size: 1rem;
    width: 100%
}

.form-input-text {
    border: .0714285714rem solid #ccc;
    padding-left: 1.0714285714rem;
    line-height: 2.5rem
}

.form-input-info {
    font-size: .9285714286rem;
    line-height: 1.3571428571rem;
    margin-top: .3571428571rem
}

.form-input-info--no-margin {
    margin-top: 0
}

.form-block {
    display: block;
    width: 100%
}

.form-inline {
    display: inline-block;
    width: auto
}

.form-inline-is-margin {
    margin-left: .7142857143rem
}

.form-textarea {
    height: 9.6428571429rem;
    border: .0714285714rem solid #ccc
}

.form-button {
    padding: .7142857143rem 1.4285714286rem;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.5rem;
    background-color: #022032;
    text-align: center
}

.form-button-2 {
    padding: .3571428571rem .7142857143rem;
    color: #000 !important;
    font-weight: 700;
    line-height: 1.1428571429rem;
    background-color: #fff;
    border: 0;
    text-align: center;
    cursor: pointer
}

.form .agreement-link {
    color: #022032
}

.js-form-styler {
    height: 3.5714285714rem !important;
    line-height: 3.5714285714rem !important
}

.jq-selectbox__select {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
    background: #fff !important;
    height: 3.5714285714rem !important;
    line-height: 3.5714285714rem !important
}

.jq-selectbox__trigger {
    border-left: 0 !important
}

.jq-selectbox__trigger-arrow {
    top: 1.6428571429rem !important;
    border-top-color: #022032 !important
}

.jq-selectbox li:hover {
    background-color: #909090 !important
}

.jq-radio.checked .jq-radio__div {
    margin: .1428571429rem 0 0 .1428571429rem !important
}

.footer {
    background: #fff
}

.footer-menu-open-trigger {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    opacity: .5;
    padding: 5px 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

@media(min-width: 768px)and (max-width: 991px) {
    .footer-menu-open-trigger {
        font-size: .5714285714rem
    }
}

@media(max-width: 767px) {
    .footer-menu-open-trigger {
        font-size: .5714285714rem
    }
}

.footer-menu-open-trigger:hover {
    opacity: .7
}

.footer-menu-open-trigger.opened {
    color: #fff;
    opacity: 1;
    transform: rotate(180deg)
}

@media(max-width: 767px) {
    .footer-cat-items-wrapper {
        padding: 0 1.0714285714rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .footer-cat-items-wrapper {
        padding: 0 1.0714285714rem
    }
}

.footer-cat-items {
    display: flex;
    display: -ms-flexbox
}

@media(max-width: 767px) {
    .footer-cat-items {
        overflow-x: scroll
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .footer-cat-items {
        overflow-x: scroll
    }
}

.footer-cat-items-title {
    padding: 2.1428571429rem 0
}

.footer-cat-item {
    display: inline-block;
    margin-right: 1.8571428571rem
}

.footer-cat-item:last-child {
    margin-right: 0
}

.footer-cat-link {
    font-size: 1rem;
    color: #022032;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 1.0714285714rem;
    border-bottom: .3571428571rem solid rgba(0, 0, 0, 0)
}

.footer-cat-link:hover,
.footer-cat-link.active {
    border-bottom: .3571428571rem solid #022032
}

.footer-row {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between
}

.footer-row--align-center {
    align-items: center
}

.footer-cat-content {
    background-color: #fff;
    padding: 1.1428571429rem 0
}

.footer-cat-content .container {
    display: none
}

.footer-cat-content .container.active {
    display: block
}

.footer-cat-content-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.footer-cat-content-item {
    padding: .5714285714rem 0;
    border-bottom: .0714285714rem solid #e1e1e1;
    width: 30%;
    flex: 1 1 auto;
    margin-right: .7142857143rem
}

@media(max-width: 767px) {
    .footer-cat-content-item {
        width: 100%;
        margin-right: 0
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .footer-cat-content-item {
        width: 48%
    }
}

@media(max-width: 767px) {
    .footer-cat-content-item:last-child {
        border-bottom: 0
    }
}

.footer-cat-content-link {
    color: #022032;
    font-size: 1rem;
    line-height: 1.4285714286rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.footer-cat-content-link--photo:before {
    display: none;
    content: "";
    font-family: "icomoon";
    font-size: 1.4285714286rem;
    margin-right: .9285714286rem
}

.footer-cat-content-link--video:before {
    display: none;
    content: "";
    font-family: "icomoon";
    font-size: 1.4285714286rem;
    margin-right: .9285714286rem
}

.footer-copyright {
    background-color: #022032;
    padding: .7142857143rem 0
}

.footer-copyright .footer-row {
    display: flex;
    justify-content: space-between
}

.footer-copyright-items {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.footer-copyright-item {
    color: rgba(255, 255, 255, .5);
    font-size: .9285714286rem
}

.footer-copyright-item:first-child {
    margin-right: 1.4285714286rem
}

.footer-copyright-item span.copyright:before {
    content: "©"
}

.footer-copyright-item span.seperator {
    margin: 0 .7142857143rem
}

@media(max-width: 767px) {
    .footer-copyright-app-download-items {
        margin-top: .7142857143rem
    }
}

.footer-copyright-app-download-item {
    float: left;
    margin-right: 20px
}

.footer-copyright-app-download-item:last-child {
    margin-right: 0
}

.footer-copyright-app-download-link {
    color: rgba(255, 255, 255, .5)
}

.footer-copyright-app-download-link:hover {
    color: #fff
}

.footer-links {
    background-color: #022032;
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 9999
}

.footer-links.active {
    height: auto
}

.footer-links .footer-row {
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width: 767px) {
    .footer-links {
        padding: 0
    }
}

@media(max-width: 767px) {
    .footer-links .ntv-content-inner {
        padding: 0
    }
}

.footer-links-item.mobile-show {
    height: auto;
    opacity: 1
}

.footer-links-item.mobile-show .footer-about-link {
    pointer-events: auto
}

.footer-links-link {
    font-size: .9285714286rem;
    color: #fff;
    line-height: 2.1428571429rem
}

@media(max-width: 767px) {
    .footer-links-link {
        font-size: 1.1785714286rem;
        line-height: 2.5rem
    }
}

.footer-links-link:hover {
    color: #fff;
    font-weight: 700
}

.footer-links-items-wrapper {
    min-width: 160px;
    padding: .7142857143rem 0
}

@media(max-width: 767px) {
    .footer-links-items-wrapper {
        width: 50%;
        padding: .7142857143rem 2.1428571429rem
    }

    .footer-links-items-wrapper:last-child {
        border-bottom: 0
    }
}

.footer-links-item.mobile-show {
    height: auto;
    opacity: 1
}

.footer-links-item.mobile-show .footer-about-link {
    pointer-events: auto
}

.footer-links-link {
    font-size: .9285714286rem;
    color: #fff;
    line-height: 2.1428571429rem
}

@media(max-width: 767px) {
    .footer-links-link {
        font-size: 1.1785714286rem;
        line-height: 2.5rem
    }
}

.footer-links-link:hover {
    color: #fff;
    font-weight: 700
}

.footer-links-title {
    font-size: .9285714286rem;
    color: #fff;
    font-weight: 900;
    line-height: 2.2857142857rem;
    text-transform: uppercase;
    margin-top: 20px
}

@media(max-width: 767px) {
    .footer-links-title {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: space-between;
        font-size: 1.1785714286rem;
        padding: 5px 0
    }
}

.footer-links-title a {
    color: #fff
}

.footer-about {
    background-color: #022032;
    padding: .7142857143rem 0;
    border-top: .0714285714rem solid rgba(255, 255, 255, .1);
    border-bottom: .0714285714rem solid rgba(255, 255, 255, .1)
}

@media(max-width: 767px) {
    .footer-about .footer-row {
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .footer-about {
        padding: 0
    }
}

@media(max-width: 767px) {
    .footer-about .ntv-content-inner {
        padding: 0
    }
}

.footer-about-title {
    font-size: .9285714286rem;
    color: rgba(255, 255, 255, .5);
    font-weight: 900;
    line-height: 3rem
}

@media(max-width: 767px) {
    .footer-about-title {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: space-between;
        font-size: 1.1785714286rem;
        padding: 5px 0
    }
}

.footer-about-title:after {
    font-family: "icomoon";
    font-size: .5714285714rem;
    content: "";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none
}

@media(max-width: 767px) {
    .footer-about-title:after {
        display: block
    }
}

.footer-about-title.open-title:after {
    transform: rotate(180deg)
}

@media(max-width: 767px) {
    .footer-about-items {
        display: flex;
        flex-wrap: wrap
    }
}

.footer-about-items--category {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-wrap: wrap;
    height: 17.1428571429rem;
    margin-right: 2.5714285714rem
}

.footer-about-items--category li.footer-about-item:nth-child(n+9) {
    margin-left: 1.0714285714rem
}

.footer-about-item {
    width: 100%
}

@media(max-width: 767px) {
    .footer-about-item {
        width: 50%;
        height: 0;
        opacity: 0
    }
}

.footer-about-item.mobile-show {
    height: auto;
    opacity: 1
}

.footer-about-item.mobile-show .footer-about-link {
    pointer-events: auto
}

.footer-about-link {
    font-size: .9285714286rem;
    color: #a1b1ba;
    line-height: 2.1428571429rem
}

@media(max-width: 767px) {
    .footer-about-link {
        font-size: 1.1785714286rem;
        line-height: 2.5rem;
        pointer-events: none
    }
}

.footer-about-link:hover {
    color: #fff
}

.footer-about-items-wrapper {
    min-width: 160px
}

@media(max-width: 767px) {
    .footer-about-items-wrapper {
        width: 100%;
        border-bottom: .0714285714rem solid rgba(255, 255, 255, .1);
        padding: 0 14px;
        padding-bottom: 2px
    }

    .footer-about-items-wrapper:last-child {
        border-bottom: 0
    }
}

.footer-icons {
    background-color: #022032;
    padding: 1.4285714286rem 0;
    position: relative
}

@media(max-width: 767px) {
    .footer-icons .footer-row {
        flex-direction: column
    }
}

.footer-icons-items {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin: 1.0714285714rem 0
}

@media(max-width: 767px) {
    .footer-icons-items {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer-icons-store-items {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.4285714286rem
}

@media(max-width: 767px) {
    .footer-icons-store-items {
        flex-direction: column
    }
}

.footer-icons-store-item {
    margin-right: 10px
}

@media(max-width: 767px) {
    .footer-icons-store-item {
        margin-right: 0;
        margin-bottom: 10px
    }

    .footer-icons-store-item:last-child {
        margin-bottom: 0
    }
}

.footer-icons-store-item:last-child {
    margin-right: 0
}

.footer-icons-item {
    font-size: .9285714286rem;
    color: #909090;
    font-weight: 900;
    margin-right: 1.8571428571rem
}

.footer-icons-item:last-child {
    margin-right: 0
}

.footer-icons-item--title {
    margin-right: 2.3571428571rem
}

@media(max-width: 767px) {
    .footer-icons-item--title {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center
    }
}

.footer-icons-link {
    font-family: "icomoon";
    font-size: 1.5714285714rem;
    color: rgba(255, 255, 255, .5)
}

.footer-icons-link:hover {
    color: #fff
}

.footer-icons-link--twitter:before {
    content: ""
}

.footer-icons-link--facebook:before {
    content: ""
}

.footer-icons-link--instagram:before {
    content: ""
}

.footer-icons-link--youtube:before {
    content: "";
    font-size: 2.5rem;
    vertical-align: middle
}

.footer-icons-link--whatsapp:before {
    content: ""
}

.footer-icons-link--pinterest:before {
    content: ""
}

.footer-icons-link--flipboard:before {
    content: ""
}

.footer-icons-link--linkedin:before {
    content: ""
}

.footer-icons-link--tumblr:before {
    content: ""
}

.footer-icons-link--appstore:before {
    content: ""
}

.footer-icons-link--playstore:before {
    content: ""
}

.footer-icons-link--rss:before {
    content: ""
}

.footer-icons-link--sms:before {
    content: ""
}

@media(max-width: 767px) {
    .news-detail .gallery-page-video-list-item .card--md {
        display: flex
    }
}

@media(max-width: 767px) {
    .news-detail .gallery-page-video-list-item .card--md .card-img-wrapper {
        width: 42.37%
    }
}

@media(max-width: 767px) {
    .news-detail .gallery-page-video-list-item .card--md .card-text-wrapper {
        width: 57.63%
    }
}

.news-detail .category-detail-suggest .ntv-content {
    padding: 2.1428571429rem 0
}

.news-detail .engageya-wrapper-content {
    padding-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem
}

@media(max-width: 767px) {
    .news-detail .alternative-engageya .gallery-page-video-list-item .card--md .card-img-wrapper {
        min-height: 8.6642857143rem
    }
}

@media(max-width: 767px) {
    .news-detail .alternative-engageya .gallery-page-video-list-item .card--md .card-text-wrapper {
        display: flex;
        align-items: center
    }
}

.news-detail .category-detail-content .related-news .card--xxs .card-text {
    height: 3.5714285714rem
}

@media(max-width: 767px) {
    .news-detail .category-detail-content .related-news .card--xxs .card-text {
        height: 60px
    }
}

.news-detail .category-detail-inner {
    position: relative;
    display: flex
}

@media(max-width: 767px) {
    .news-detail .category-detail-inner {
        display: inline-block
    }
}

@media(max-width: 767px) {
    .news-detail .category-detail-left {
        padding-bottom: 0 !important
    }
}

.news-detail .category-detail-right {
    position: sticky;
    top: 20px
}

.news-detail .gallery-page-content {
    margin: 0
}

.news-detail .hava-durumu--detail-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 20px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-content {
        margin-bottom: 20px
    }
}

.news-detail .hava-durumu--detail-content-head {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 25px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-content-head {
        font-size: 18px;
        line-height: 21px
    }
}

.news-detail .hava-durumu--detail-content-head .pageLink {
    font-weight: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    padding: inherit !important;
    line-height: inherit !important;
    margin-right: inherit !important
}

.news-detail .hava-durumu--detail-content-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px
}

@media(min-width: 768px)and (max-width: 991px) {
    .news-detail .hava-durumu--detail-content-text {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-content-text {
        font-size: 14px;
        line-height: 26px
    }
}

.news-detail .hava-durumu--detail-content .pageLink {
    color: #00b4db;
    position: relative;
    margin-right: 5px
}

.news-detail .hava-durumu--detail-data {
    display: flex;
    height: 285px;
    justify-content: center;
    align-items: center;
    flex: 1 auto;
    gap: 10px;
    margin: 15px 0
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data {
        height: auto;
        display: flex;
        flex-direction: column
    }
}

.news-detail .hava-durumu--detail-data-item {
    position: relative;
    height: 100%;
    margin: 0 auto;
    margin-left: 0;
    width: 100%;
    max-width: 192px;
    background-color: #153652;
    color: #fff
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item {
        display: flex;
        width: 100%;
        max-width: inherit;
        justify-content: space-between
    }
}

.news-detail .hava-durumu--detail-data-item-img-wrapper {
    display: flex;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    flex-direction: column;
    justify-content: center
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-img-wrapper {
        justify-content: center
    }
}

.news-detail .hava-durumu--detail-data-item-img-wrapper>img {
    position: relative
}

.news-detail .hava-durumu--detail-data-item-top {
    background-color: #153652;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 131px;
    justify-content: space-evenly
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-top {
        height: 100px;
        width: 140px;
        margin: 0
    }
}

.news-detail .hava-durumu--detail-data-item-top-text {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-top-text {
        font-size: 1.3571428571rem;
        margin-top: 15px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .news-detail .hava-durumu--detail-data-item-top-text {
        margin-top: 15px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .news-detail .hava-durumu--detail-data-item-top-text {
        position: relative;
        top: 5px
    }
}

@media(min-width: 1025px) {
    .news-detail .hava-durumu--detail-data-item-top-text {
        position: relative;
        top: 5px
    }
}

.news-detail .hava-durumu--detail-data-item-top-img {
    width: 70px;
    max-height: 55px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-top-img {
        width: 50px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .news-detail .hava-durumu--detail-data-item-top-img {
        width: 50px
    }
}

.news-detail .hava-durumu--detail-data-item-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 131px);
    justify-content: space-evenly
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom {
        height: 100px;
        justify-content: space-evenly;
        margin: 0;
        width: calc(100% - 140px);
        text-align: left;
        align-items: flex-start
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-desc {
    max-width: 61px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-desc {
        font-size: 1.2857142857rem;
        line-height: 1.4285714286rem;
        width: 100%;
        text-align: left;
        margin: 0;
        display: block;
        margin-left: 30px;
        position: relative;
        max-width: calc(100% - 40px)
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-temp {
    font-size: 1.7142857143rem
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp {
        justify-content: flex-start;
        width: 100%;
        text-align: left;
        margin: 0;
        display: block
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-temp>div:first-child {
    display: flex;
    justify-content: center
}

.news-detail .hava-durumu--detail-data-item-bottom-temp>div:first-child>div {
    display: inherit
}

.news-detail .hava-durumu--detail-data-item-bottom-temp>div:first-child>div>span {
    margin-left: -4px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp>div:first-child {
        height: 36px;
        justify-content: flex-end;
        align-items: center;
        margin-left: 30px
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-temp>div:first-child>span {
    margin: 0 3px 0 -2px
}

.news-detail .hava-durumu--detail-data-item-bottom-temp-max {
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    margin-top: -1px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp-max {
        font-size: 42px;
        margin-top: -3px
    }
}

@media(min-width: 300px)and (max-width: 330px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp-max {
        font-size: 30px
    }
}

@media(min-width: 331px)and (max-width: 390px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp-max {
        font-size: 34px
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-temp-min {
    font-size: 26px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp-min {
        font-size: 20px
    }
}

@media(min-width: 300px)and (max-width: 390px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp-min {
        font-size: 16px
    }
}

.news-detail .hava-durumu--detail-data-item-bottom-temp-min:after,
.news-detail .hava-durumu--detail-data-item-bottom-temp-max:after {
    content: "°";
    display: inline-block
}

.news-detail .hava-durumu--detail-data-item-bottom-temp-min span,
.news-detail .hava-durumu--detail-data-item-bottom-temp-max span {
    margin: 0 5px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item {
        padding: 10px 0
    }
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-top {
        margin-top: -2px
    }
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-top-text {
        margin-top: 0;
        margin-bottom: -2px
    }
}

.news-detail .hava-durumu--detail-data-item-img-wrapper {
    width: 90px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-img-wrapper {
        width: 70px;
        height: 58px;
        min-height: 58px
    }

    .news-detail .hava-durumu--detail-data-item-img-wrapper>img {
        width: 50px;
        max-height: 35px
    }
}

.news-detail .hava-durumu--detail-data-item-bottom {
    margin-top: -10px
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom {
        left: -15px;
        padding-top: 10px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0
    }

    .news-detail .hava-durumu--detail-data-item-bottom-desc {
        max-width: 120px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: left
    }
}

@media(min-width: 300px)and (max-width: 390px) {
    .news-detail .hava-durumu--detail-data-item-bottom-desc {
        max-width: 70px;
        margin-left: -10px
    }
}

@media(max-width: 767px) {
    .news-detail .hava-durumu--detail-data-item-bottom-temp div:first-child {
        width: 100%;
        margin-left: -10px
    }
}

.news-detail .detail-video-widget {
    padding: 12px 0;
    position: relative;
    margin: 16px 0;
    border-top: 1px solid #e4e4e4
}

.news-detail .detail-video-widget .category-detail-large-card {
    margin-top: 10px
}

.news-detail .detail-video-widget .card-text-wrapper {
    background-color: #fff;
    padding-top: .7142857143rem;
    padding-bottom: .7142857143rem
}

.news-detail .detail-video-widget .card-text-wrapper .card-text {
    color: #fff;
    font-size: 2.5714285714rem;
    font-weight: 900;
    line-height: 3rem;
    height: 6.0714285714rem
}

@media(max-width: 767px) {
    .news-detail .detail-video-widget .card-text-wrapper .card-text {
        font-size: 20px;
        line-height: 26px
    }
}

.hm-page {
    border: solid 1px #0f3d7a;
    padding: 45px 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .hm-page {
        padding: 30px 45px
    }
}

.hm-page_title {
    font-size: 44px !important;
    line-height: 44px !important;
    font-weight: bold !important;
    color: #212121
}

@media(max-width: 767px) {
    .hm-page_title {
        font-size: 26px !important;
        line-height: 26px !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hm-page_title {
        font-size: 36px !important;
        line-height: 36px !important
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .hm-page_title {
        font-size: 36px !important;
        line-height: 36px !important
    }
}

.hm-page_logo-wrapper {
    margin-bottom: 18px;
    width: 80px;
    height: 80px;
    background: #0f3d7a;
    border-radius: 50%
}

@media(max-width: 767px) {
    .hm-page_logo-wrapper {
        width: 60px;
        height: 60px
    }
}

.hm-page_logo {
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 10px
}

@media(max-width: 767px) {
    .hm-page_logo {
        max-width: 40px;
        max-height: 40px
    }
}

.hm-page_text-wrapper {
    margin-bottom: 40px
}

.hm-page_text {
    font-size: 16px;
    color: #0f3d7a
}

@media(max-width: 767px) {
    .hm-page_text {
        font-size: 14px
    }
}

.hm-page_text .bold {
    font-weight: bold
}

@media(min-width: 1025px) {
    .hm-page_input-wrapper {
        margin-left: 80px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .hm-page_input-wrapper {
        margin-left: 80px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hm-page_input-wrapper {
        margin-left: 80px
    }
}

.hm-page_input {
    border: 2px solid #0f3d7a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #002555;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .hm-page_input {
        font-size: 28px
    }
}

.hm-page_input-text {
    margin-left: 13px;
    color: #212121;
    font-size: 32px !important;
    line-height: 50px !important;
    font-weight: bold !important;
    padding: 0 !important
}

@media(max-width: 767px) {
    .hm-page_input-text {
        display: block;
        text-align: center;
        font-size: 18px !important;
        line-height: 18px !important;
        margin: 0 0 10px 0
    }
}

.hm-page_input-btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0f3d7a;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00fff6;
    font-weight: bold;
    margin-bottom: 37px
}

.hm-page_input-total {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #212121;
    width: 300px;
    padding: 0 !important;
    text-align: center
}

@media(max-width: 767px) {
    .hm-page_input-total {
        font-size: 28px
    }
}

.hm-page_input-total span {
    font-size: 32px !important;
    font-weight: bold !important;
    padding: 0 !important
}

.hm-page_sub-content {
    margin-top: 35px
}

@media(max-width: 767px) {
    .hm-page_sub-content {
        margin-top: 20px
    }
}

.hm-page_sub-title {
    font-size: 32px !important;
    line-height: 32px !important;
    font-weight: bold !important;
    color: #212121
}

@media(max-width: 767px) {
    .hm-page_sub-title {
        font-size: 22px !important;
        line-height: 22px !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hm-page_sub-title {
        font-size: 28px !important;
        line-height: 28px !important
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .hm-page_sub-title {
        font-size: 28px !important;
        line-height: 28px !important
    }
}

.hm-page_sub-desc {
    font-size: 13px !important;
    line-height: 20px;
    color: #212121
}

.hm-page_sub-desc span {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #212121 !important
}

.hm-page_sub-desc a {
    color: #0f3d7a !important;
    text-decoration: underline
}

.hm-page_sub-logo-wrapper {
    margin-top: 35px
}

@media(max-width: 767px) {
    .hm-page_sub-logo-wrapper {
        margin-top: 20px
    }
}

.hm-page_sub-logo-items {
    *zoom: 1
}

.hm-page_sub-logo-items:before,
.hm-page_sub-logo-items:after {
    display: table;
    content: ""
}

.hm-page_sub-logo-items:after {
    clear: both
}

@media(min-width: 768px) {
    .hm-page_sub-logo-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.hm-page_sub-logo-items .row {
    margin-left: -10px;
    margin-right: -10px
}

.hm-page_sub-logo-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px
}

@media(min-width: 250px) {
    .hm-page_sub-logo-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .hm-page_sub-logo-item {
        float: left;
        width: 50%
    }
}

@media(min-width: 992px) {
    .hm-page_sub-logo-item {
        float: left;
        width: 50%
    }
}

@media(min-width: 1025px) {
    .hm-page_sub-logo-item {
        float: left;
        width: 50%
    }
}

.hm-page_sub-logo-item:nth-child(2n) {
    margin-right: 0
}

.hm-page_sub-logo-item-inner {
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    padding-bottom: 15px !important
}

.hm-page_sub-logo-frame {
    border-radius: 50%;
    position: relative;
    width: 52px;
    height: 52px;
    margin-bottom: 10px
}

.hm-page_sub-logo {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.hm-page_sub-logo.jpy {
    border: 1px solid #dcd9d9
}

.hm-page_sub-logo-currency-name {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #212121 !important;
    margin-bottom: 10px
}

@media(min-width: 1024px)and (max-width: 1024px) {
    .hm-page_sub-logo-currency-name {
        min-height: 40px;
        text-align: center;
        line-height: 20px
    }
}

.hm-page_sub-logo-desc {
    font-size: 14px !important;
    color: #212121 !important;
    margin-bottom: 10px
}

@media(min-width: 768px)and (max-width: 991px) {
    .hm-page_sub-logo-desc {
        min-height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 20px
    }
}

@media(min-width: 1024px)and (max-width: 1024px) {
    .hm-page_sub-logo-desc {
        min-height: 40px;
        text-align: center
    }
}

.hm-page_sub-logo-desc span {
    font-size: 14px !important;
    color: #212121 !important
}

.hm-page_sub-logo-total {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #212121 !important;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap
}

@media(max-width: 767px) {
    .hm-page_sub-logo-total {
        font-size: 24px !important;
        line-height: 24px !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .hm-page_sub-logo-total {
        font-size: 24px !important;
        line-height: 24px !important;
        min-height: 40px;
        text-align: center
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .hm-page_sub-logo-total {
        font-size: 24px !important;
        line-height: 24px !important
    }
}

@media(min-width: 1024px)and (max-width: 1024px) {
    .hm-page_sub-logo-total {
        min-height: 40px;
        text-align: center
    }
}

.hm-page_sub-logo-total>span {
    margin-right: 5px
}

.hm-page_footer {
    *zoom: 1;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.hm-page_footer:before,
.hm-page_footer:after {
    display: table;
    content: ""
}

.hm-page_footer:after {
    clear: both
}

@media(min-width: 768px) {
    .hm-page_footer {
        margin-left: -10px;
        margin-right: -10px
    }
}

.hm-page_footer .row {
    margin-left: -10px;
    margin-right: -10px
}

@media(max-width: 767px) {
    .hm-page_footer {
        margin-top: 30px
    }
}

.hm-page_footer-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px
}

@media(min-width: 250px) {
    .hm-page_footer-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .hm-page_footer-item {
        float: left;
        width: 50%
    }
}

@media(min-width: 992px) {
    .hm-page_footer-item {
        float: left;
        width: 50%
    }
}

@media(min-width: 1025px) {
    .hm-page_footer-item {
        float: left;
        width: 50%
    }
}

.hm-page_footer-item-inner {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #eaebec;
    padding: 10px
}

.hm-page_footer-item-inner:hover {
    background-color: #c2c5c8
}

.hm-page_footer-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #212121;
    line-height: 20px
}

.video-play-icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3.2142857143rem;
    margin-top: -3.2142857143rem;
    width: 6.4285714286rem;
    height: 6.4285714286rem;
    background: rgba(0, 0, 0, .5);
    border: 1.5px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .2s ease-out, background-color .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.video-play-icon:before {
    font-family: icomoon;
    content: "";
    color: #fff;
    position: relative;
    line-height: 2rem;
    font-size: 2rem;
    height: 2rem;
    margin-left: .3571428571rem
}

.video-play-icon:focus,
.video-play-icon:hover {
    background-color: #000;
    border-color: #fff;
    transition: transform .3s ease-out .2s, background-color .3s linear .2s, border-color .3s linear .2s;
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #08c
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7)
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-selectbox__select:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794bf
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: none
}

.jq-selectbox li.optgroup {
    font-weight: bold
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.optgroup {
    font-weight: bold
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #ccc;
    color: #fff
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: none;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:not([disabled]):hover,
input[type=reset].styler:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

button.styler:active,
input[type=button].styler:active,
input[type=submit].styler:active,
input[type=reset].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.quote {
    position: relative
}

.quote:before {
    content: "";
    width: 8px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0
}

.quote-desc {
    font-size: 1.2857142857rem;
    line-height: 2rem;
    font-weight: 700;
    padding-left: 1.3571428571rem !important
}

.quote-name,
.quote-title {
    font-size: .8571428571rem;
    font-weight: 700;
    display: block
}

.quote--double {
    padding-left: 4.2857142857rem
}

.quote--double:before {
    content: "";
    font-family: "icomoon";
    font-size: 2.8571428571rem;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 1.4285714286rem
}

.quote--double .quote-desc {
    font-weight: 700 !important;
    font-style: italic
}

.card-list-xxs-has-3-items {
    *zoom: 1;
    margin-bottom: 1.4285714286rem
}

.card-list-xxs-has-3-items:before,
.card-list-xxs-has-3-items:after {
    display: table;
    content: ""
}

.card-list-xxs-has-3-items:after {
    clear: both
}

@media(min-width: 768px) {
    .card-list-xxs-has-3-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.card-list-xxs-has-3-items .row {
    margin-left: -10px;
    margin-right: -10px
}

@media(max-width: 767px) {
    .card-list-xxs-has-3-items {
        margin-bottom: .7142857143rem
    }
}

.card-list-xxs-has-3-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .card-list-xxs-has-3-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .card-list-xxs-has-3-item {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .card-list-xxs-has-3-item {
        margin-bottom: .7142857143rem
    }

    .card-list-xxs-has-3-item:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .card-list-xxs-has-3-item .card-img-wrapper {
        width: 100% !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .card-list-xxs-has-3-item .card-text-wrapper {
        width: 100% !important;
        padding-bottom: .7142857143rem !important
    }
}

.card-list-xs-has-6-items {
    *zoom: 1;
    margin-bottom: 1.4285714286rem
}

.card-list-xs-has-6-items:before,
.card-list-xs-has-6-items:after {
    display: table;
    content: ""
}

.card-list-xs-has-6-items:after {
    clear: both
}

@media(min-width: 768px) {
    .card-list-xs-has-6-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.card-list-xs-has-6-items .row {
    margin-left: -10px;
    margin-right: -10px
}

.card-list-xs-has-6-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .card-list-xs-has-6-item {
        float: left;
        width: 16.6666666667%
    }
}

.card-list-md-has-3-items {
    *zoom: 1;
    margin-bottom: 1.4285714286rem
}

.card-list-md-has-3-items:before,
.card-list-md-has-3-items:after {
    display: table;
    content: ""
}

.card-list-md-has-3-items:after {
    clear: both
}

@media(min-width: 768px) {
    .card-list-md-has-3-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.card-list-md-has-3-items .row {
    margin-left: -10px;
    margin-right: -10px
}

@media(max-width: 767px) {
    .card-list-md-has-3-items {
        margin-bottom: .7142857143rem
    }
}

.card-list-md-has-3-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .card-list-md-has-3-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .card-list-md-has-3-item {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .card-list-md-has-3-item {
        margin-bottom: .7142857143rem
    }

    .card-list-md-has-3-item:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .card-list-md-has-3-item .card--md {
        display: flex;
        display: -ms-flexbox
    }
}

@media(max-width: 767px) {
    .card-list-md-has-3-item .card-img-wrapper {
        width: 40% !important
    }
}

@media(max-width: 767px) {
    .card-list-md-has-3-item .card-text-wrapper {
        width: 60% !important;
        padding-bottom: .7142857143rem !important
    }
}

.live-blog-post {
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 0;
    background-color: #fff;
    margin: 32px auto 30px;
    position: relative;
    padding: 24px
}

.live-blog-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: calc(100% + 36px);
    background-color: #022032
}

.live-blog-post:last-child::before {
    height: 100%
}

.live-blog-post:not(:has(+.live-blog-post))::before {
    height: 100%
}

.live-blog-post .title {
    font-size: 24px;
    font-weight: bold;
    text-align: left !important;
    margin-bottom: 10px;
    border-bottom: 0;
    position: relative;
    color: #022032;
    line-height: 1.2
}

.live-blog-post .title::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -30px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #022032
}

.live-blog-post .text {
    text-align: left;
    line-height: 1.6;
    color: rgba(2, 32, 50, .8);
    font-size: 16px;
    margin-top: 16px
}

.live-blog-post .image {
    width: 100%
}

.category-detail {
    background-color: #fff
}

.category-detail-inner {
    *zoom: 1
}

.category-detail-inner:before,
.category-detail-inner:after {
    display: table;
    content: ""
}

.category-detail-inner:after {
    clear: both
}

@media(min-width: 768px) {
    .category-detail-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

.category-detail-inner .row {
    margin-left: -10px;
    margin-right: -10px
}

.category-detail-left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 992px) {
    .category-detail-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(min-width: 1025px) {
    .category-detail-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(max-width: 767px) {
    .category-detail-left {
        padding-left: 0;
        padding-right: 0
    }
}

.category-detail-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: .0714285714rem solid #e4e4e4;
    padding: 1.0714285714rem .7142857143rem
}

@media(min-width: 992px) {
    .category-detail-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(min-width: 1025px) {
    .category-detail-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .category-detail-right {
        display: none
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-right {
        display: none
    }
}

.category-detail-right-item {
    margin-bottom: .7142857143rem
}

.category-detail-right-item .card--xxs .card-text-wrapper {
    background-color: #f7f7f7
}

.category-detail-right-item:last-child {
    margin-bottom: 0
}

.category-detail-mini-title {
    padding: 1.0714285714rem 0
}

@media(max-width: 767px) {
    .category-detail-mini-title {
        font-size: 1.2857142857rem
    }
}

@media(max-width: 767px) {
    .category-detail-title {
        font-size: 3.2857142857rem;
        line-height: 3.4285714286rem
    }
}

.category-detail-sub-title {
    margin-top: 1.4285714286rem
}

.category-detail-sub-title a {
    text-decoration: underline
}

.category-detail-social-area {
    margin-top: 1.0714285714rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between
}

.category-detail-social-area .label-items {
    max-width: 80%
}

@media(max-width: 767px) {
    .category-detail-social-area .label-items {
        max-width: 100%;
        width: 100%
    }
}

@media(max-width: 767px) {
    .category-detail-social-area .social {
        clear: both;
        width: 100%;
        padding-top: .8571428571rem
    }
}

.category-detail-large-card {
    margin-top: 2.1428571429rem
}

@media(max-width: 767px) {
    .category-detail-large-card .card-img-wrapper {
        min-height: 225px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-large-card .card-img-wrapper {
        min-height: 423px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .category-detail-large-card .card-img-wrapper {
        min-height: 375px
    }
}

@media(min-width: 1025px) {
    .category-detail-large-card .card-img-wrapper {
        min-height: 375px
    }
}

@media(max-width: 767px) {
    .category-detail-large-card .card-img-wrapper.small-height {
        min-height: 190px
    }
}

.category-detail-large-card .card-img-wrapper img {
    width: 100%;
    height: auto
}

.category-detail-large-card .card-img-wrapper.aspect-ratio-4-3 {
    padding-top: 56.25%;
    position: relative
}

@media(max-width: 767px) {
    .category-detail-large-card .card-img-wrapper.aspect-ratio-4-3 {
        padding-top: 75%
    }
}

.category-detail-large-card .card-img-wrapper.aspect-ratio-4-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.category-detail-large-card.img-full-height-cover {
    overflow: hidden
}

.category-detail-large-card.img-full-height-cover .card-img-wrapper {
    border: 1px solid #000
}

@media(max-width: 767px) {
    .category-detail-large-card.img-full-height-cover .card-img-wrapper {
        height: 190px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-large-card.img-full-height-cover .card-img-wrapper {
        height: 480px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .category-detail-large-card.img-full-height-cover .card-img-wrapper {
        height: 375px
    }
}

@media(min-width: 1025px) {
    .category-detail-large-card.img-full-height-cover .card-img-wrapper {
        height: 375px
    }
}

.category-detail-large-card.img-full-height-cover img {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    max-width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px;
    object-fit: cover;
    object-position: center center
}

.category-detail-news-info {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-top: .7142857143rem
}

@media(max-width: 767px) {
    .category-detail-news-info {
        margin-top: 1.4285714286rem
    }
}

.category-detail-news-info-author {
    font-size: .8571428571rem
}

.category-detail-list-text {
    margin-top: 1.7857142857rem
}

.category-detail-content {
    margin-top: 2.1428571429rem
}

@media(max-width: 767px) {
    .category-detail-content {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column
    }
}

.category-detail-content .related-news {
    max-width: 22.1428571429rem;
    margin-right: 1.4285714286rem;
    float: left;
    padding-bottom: 2.1428571429rem;
    padding-top: 1.4285714286rem
}

@media(max-width: 767px) {
    .category-detail-content .related-news {
        max-width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: 1.4285714286rem;
        float: none
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-content .related-news .card--xxs {
        flex-direction: row
    }
}

.category-detail-content .related-news .card--xxs .card-img-wrapper {
    width: 42.275%
}

@media(max-width: 767px) {
    .category-detail-content .related-news .card--xxs .card-img-wrapper {
        min-height: 90px
    }
}

.category-detail-content .related-news .card--xxs .card-text-wrapper {
    background-color: #f3f3f3;
    width: 57.725%
}

.category-detail-content .related-news .card--xxs .card-text {
    height: 2.1428571429rem;
    font-size: 1rem
}

.category-detail-content-inner {
    *zoom: 1
}

.category-detail-content-inner:before,
.category-detail-content-inner:after {
    display: table;
    content: ""
}

.category-detail-content-inner:after {
    clear: both
}

.category-detail-content-inner .player_load {
    position: relative;
    margin: .7142857143rem 0 !important;
    clear: both;
    aspect-ratio: 16/9
}

.category-detail-content-inner .player_load .ntv-loading div {
    background: rgba(2, 32, 50, .1)
}

.category-detail-content-inner .img-wrapper {
    margin-bottom: .7142857143rem;
    padding-top: .7142857143rem
}

.category-detail-content-inner .img-wrapper--normal {
    float: left;
    margin-right: .7142857143rem;
    max-width: 50%
}

.category-detail-content-inner .img-wrapper--right {
    float: right;
    margin-left: .7142857143rem;
    max-width: 50%
}

.category-detail-content-inner .img-wrapper--wide {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: .7142857143rem 0
}

.category-detail-content-inner .img-wrapper-desc {
    font-size: 1rem;
    line-height: 1.1428571429rem;
    font-weight: 700;
    color: #fff;
    background-color: #021521;
    padding: 1.2142857143rem 2.8571428571rem 1.2142857143rem 1rem;
    width: 100%;
    display: inline-block;
    text-align: left
}

.category-detail-content-inner .instagram-media {
    margin: .7142857143rem 0 !important;
    clear: both
}

.category-detail-content-inner .twitter-tweet {
    margin: .7142857143rem 0 !important;
    clear: both
}

.category-detail-content-inner .quote {
    margin: .7142857143rem 0 1.4285714286rem 0;
    clear: both
}

.category-detail-content-inner .quote-desc {
    padding-bottom: 0;
    padding-top: 0
}

.category-detail-content-inner p {
    font-size: 1.2857142857rem;
    line-height: 2rem;
    font-weight: normal;
    padding: .7142857143rem 0
}

.category-detail-content-inner p strong {
    font-weight: 700;
    margin-top: .7142857143rem
}

.category-detail-content-inner p em {
    font-style: italic
}

.category-detail-content-inner p a {
    color: #0085be
}

.category-detail-content-inner span {
    font-size: 1.2857142857rem;
    line-height: 2.2142857143rem;
    font-weight: normal;
    padding: .7142857143rem 0
}

.category-detail-content-inner strong span {
    font-weight: bold
}

.category-detail-content-inner ul {
    margin: .7142857143rem 0 !important
}

.category-detail-content-inner ul li {
    list-style: disc inside;
    display: list-item;
    margin-bottom: .3571428571rem;
    font-size: 1.2857142857rem;
    font-weight: 700;
    line-height: 2rem
}

.category-detail-content-inner ul li:last-child {
    margin-bottom: 0
}

.category-detail-content-inner ol {
    margin: .7142857143rem 0 !important
}

.category-detail-content-inner ol li {
    font-size: 1.2857142857rem;
    font-weight: 700;
    display: list-item;
    list-style: decimal inside;
    margin-top: .4285714286rem;
    line-height: 2rem
}

.category-detail-content-inner h3 {
    margin: .7142857143rem 0 !important
}

.category-detail-content .live_player {
    margin-top: 1.4285714286rem;
    clear: both
}

.category-detail-content .afad-container {
    background-color: #e9e9e9
}

@media(max-width: 767px) {
    .category-detail-content .afad-container iframe {
        min-height: 600px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-content .afad-container iframe {
        min-height: 440px
    }
}

@media(min-width: 1025px) {
    .category-detail-content .afad-container iframe {
        min-height: 440px
    }
}

.category-detail-content iframe {
    margin: .7142857143rem 0;
    width: 100%;
    clear: both
}

.category-detail-content iframe:not(.instagram-media) {
    height: 28.5714285714rem
}

@media(max-width: 767px) {
    .category-detail-content iframe:not(.instagram-media) {
        height: 22.5rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-content iframe:not(.instagram-media) {
        height: 28.5714285714rem
    }
}

.category-detail-content .content-responsive-table {
    width: 100%;
    overflow-x: auto
}

.category-detail-content .content-responsive-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.4285714286rem;
    margin-bottom: 1.4285714286rem
}

.category-detail-content .content-responsive-table table th,
.category-detail-content .content-responsive-table table td {
    border: .0714285714rem solid #e9e9e9;
    padding: .7142857143rem;
    text-align: left
}

.category-detail-content .content-responsive-table table th {
    background-color: #f5f5f5
}

.category-detail-content .content-responsive-table table tr:nth-child(even) {
    background-color: #f5f5f5
}

.category-detail-content .content-responsive-table table tr:nth-child(odd) {
    background-color: #fff
}

.category-detail-content .content-responsive-table.earthquake table tr td:nth-child(2) {
    white-space: nowrap
}

.category-detail-quote {
    margin: .7142857143rem 0
}

.category-detail-quote--double {
    max-width: 36.4285714286rem;
    margin: 2.1428571429rem auto 0 auto
}

.category-detail-suggest {
    margin-top: 2.5rem;
    background-color: #f3f3f3
}

@media(max-width: 767px) {
    .category-detail-suggest .card--md .card-img-wrapper {
        min-height: 70px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .category-detail-suggest .card--md .card-img-wrapper {
        min-height: 11.1428571429rem
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .category-detail-suggest .card--md .card-img-wrapper {
        min-height: 11.1428571429rem
    }
}

@media only screen and (width: 1024px) {
    .category-detail-suggest .card--md .card-img-wrapper {
        height: 13rem
    }
}

@media(min-width: 1025px) {
    .category-detail-suggest .card--md .card-img-wrapper {
        height: 13rem
    }
}

.category-detail .card-text-link:after {
    display: none
}

.category-detail-lastNews.category-detail-left {
    padding: 2.5rem .7142857143rem 2.5rem .7142857143rem
}

.category-detail-lastNews.category-detail-right {
    margin-top: 2.5rem
}

.category-detail-lastSub {
    margin-top: 2.5rem
}

.category-detail .list-4-multiple-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 768px) {
    .category-detail .list-4-multiple-item {
        float: left;
        width: 33.3333333333%
    }
}

@media(min-width: 1025px) {
    .category-detail .list-4-multiple-item {
        float: left;
        width: 25%
    }
}

.category-detail .legal-information {
    padding: 0 0;
    margin-bottom: 1.4285714286rem;
    border: .1428571429rem solid #b5b5b5
}

.category-detail .legal-information-content {
    background-color: #fff;
    padding: .7142857143rem
}

.category-detail .legal-information span {
    color: #e61616;
    line-height: 1.4285714286rem;
    font-weight: 600;
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.category-detail .legal-information p {
    color: #022032;
    font-weight: normal;
    line-height: 1.2857142857rem;
    text-align: justify;
    font-size: 12px
}

.header-prayer-times {
    background-color: #008692
}

.prayer-times {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px
}

.prayer-times .head-text {
    color: #022032;
    margin-bottom: 30px
}

.prayer-times .head-text h2 {
    margin-bottom: 15px
}

.prayer-times .head-text h2 strong {
    color: #008692
}

.prayer-times .head-text p {
    margin-bottom: 20px
}

.prayer-times .main-cities {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap
}

.prayer-times .main-cities .city-item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    background-color: #fff;
    padding: 30px 40px;
    display: flex;
    flex-direction: column
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item {
        width: 100%;
        flex-direction: row;
        padding: 24px 30px;
        margin-bottom: 4px
    }
}

@media(max-width: 767px) {
    .prayer-times .main-cities .city-item {
        width: 100%;
        margin-bottom: 2px
    }
}

.prayer-times .main-cities .city-item__head {
    min-width: 190px
}

.prayer-times .main-cities .city-item__title {
    text-align: center;
    color: #153652;
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__title {
        text-align: left;
        font-size: 21px
    }
}

@media(max-width: 767px) {
    .prayer-times .main-cities .city-item__title {
        text-align: center
    }
}

.prayer-times .main-cities .city-item__date {
    text-align: center;
    color: #be9664;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__date {
        text-align: left
    }
}

.prayer-times .main-cities .city-item__link {
    display: none;
    text-decoration: underline;
    text-align: left
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__link {
        display: block
    }
}

@media(max-width: 767px) {
    .prayer-times .main-cities .city-item__link {
        display: none
    }
}

.prayer-times .main-cities .city-item__times {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__times {
        flex-wrap: nowrap
    }
}

.prayer-times .main-cities .city-item__times .time-item {
    width: 32.93%;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 .2%;
    margin-bottom: 15px
}

.prayer-times .main-cities .city-item__times .time-item.active {
    color: #fff
}

.prayer-times .main-cities .city-item__times .time-item.active h5 {
    background-color: #be9664;
    color: #fff
}

.prayer-times .main-cities .city-item__times .time-item.active span {
    background-color: #008692;
    color: #fff
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__times .time-item {
        width: auto;
        flex: 1;
        margin-bottom: 2px
    }
}

.prayer-times .main-cities .city-item__times .time-item h5 {
    color: #153652;
    width: 100%;
    height: 32px;
    padding: 10px 10px;
    font-weight: 400
}

.prayer-times .main-cities .city-item__times .time-item span {
    background-color: #eee;
    width: 100%;
    height: 32px;
    display: block;
    padding: 10px 10px;
    color: #008692
}

.prayer-times .main-cities .city-item__bottom {
    text-align: center;
    padding: 15px 0 0 0;
    display: block
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .main-cities .city-item__bottom {
        display: none
    }
}

@media(max-width: 767px) {
    .prayer-times .main-cities .city-item__bottom {
        display: block
    }
}

.prayer-times .main-cities .city-item__bottom a {
    text-decoration: underline
}

.prayer-times .city-times {
    width: 100%;
    padding: 40px;
    background-color: #fff
}

@media(max-width: 767px) {
    .prayer-times .city-times {
        padding: 20px
    }
}

.prayer-times .city-times__container {
    max-width: 500px;
    margin: 0 auto
}

.prayer-times .city-times__title {
    text-align: center;
    color: #153652;
    font-size: 24px;
    line-height: 1
}

@media(max-width: 767px) {
    .prayer-times .city-times__title {
        font-size: 21px
    }
}

.prayer-times .city-times__date {
    text-align: center;
    color: #be9664;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%
}

.prayer-times .city-times__districts {
    max-width: 320px;
    margin: 15px auto
}

.prayer-times .city-times__districts select {
    width: 100%;
    border: 1px solid #ccc;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    padding: 0 45px 0 10px;
    box-shadow: none !important;
    border-color: #ccc !important;
    background: #fff !important;
    height: 3.5714285714rem !important;
    line-height: 3.5714285714rem !important
}

.prayer-times .city-times__times {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px
}

.prayer-times .city-times__times .time-item {
    width: 16.26%;
    border: 1px solid #eee;
    text-align: center;
    margin: .2%;
    margin-bottom: 15px
}

.prayer-times .city-times__times .time-item.active {
    color: #fff
}

.prayer-times .city-times__times .time-item.active h5 {
    background-color: #be9664;
    color: #fff
}

.prayer-times .city-times__times .time-item.active span {
    background-color: #008692;
    color: #fff
}

@media(max-width: 767px) {
    .prayer-times .city-times__times .time-item {
        width: calc(33.33% - 2px);
        margin: 0 1px;
        margin-bottom: 15px
    }
}

.prayer-times .city-times__times .time-item h5 {
    color: #153652;
    width: 100%;
    height: 32px;
    padding: 8px 10px;
    font-weight: 400
}

.prayer-times .city-times__times .time-item span {
    background-color: #eee;
    width: 100%;
    height: 32px;
    display: block;
    padding: 8px 10px;
    color: #008692
}

.prayer-times .city-times__bottom {
    margin-top: 15px;
    text-align: center
}

.prayer-times .city-all-times {
    display: flex;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .city-all-times {
        flex-direction: column-reverse;
        margin: 0
    }
}

@media(max-width: 767px) {
    .prayer-times .city-all-times {
        flex-direction: column-reverse;
        margin: 0
    }
}

.prayer-times .city-all-times__title {
    font-size: 18px;
    margin-bottom: 30px
}

.prayer-times .city-all-times__dropdown {
    width: 100%;
    margin-bottom: 30px
}

.prayer-times .city-all-times__dropdown select {
    width: 100%
}

.prayer-times .city-all-times__dropdown .jq-selectbox__dropdown {
    width: 50%;
    margin-top: 0;
    border-radius: 0
}

@media(max-width: 767px) {
    .prayer-times .city-all-times__dropdown .jq-selectbox__dropdown {
        width: 100%
    }
}

.prayer-times .city-all-times__dropdown .jq-selectbox__search input {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.prayer-times .city-all-times__left {
    width: 66.66%;
    margin: 0 10px
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .city-all-times__left {
        width: 100%;
        margin: 0
    }
}

@media(max-width: 767px) {
    .prayer-times .city-all-times__left {
        width: 100%;
        margin: 0
    }
}

.prayer-times .city-all-times__right {
    width: 33.33%;
    margin: 0 10px
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .city-all-times__right {
        width: 100%;
        margin: 0;
        padding: 20px 10px
    }
}

@media(max-width: 767px) {
    .prayer-times .city-all-times__right {
        width: 100%;
        margin: 0;
        padding: 20px 10px
    }
}

.prayer-times .resonsive-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 668px
}

.prayer-times .resonsive-table::-webkit-scrollbar {
    width: 8px
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .resonsive-table::-webkit-scrollbar {
        width: 6px
    }
}

@media(max-width: 767px) {
    .prayer-times .resonsive-table::-webkit-scrollbar {
        width: 4px
    }
}

.prayer-times .resonsive-table::-webkit-scrollbar-track-piece {
    background: #fff
}

.prayer-times .resonsive-table::-webkit-scrollbar-thumb {
    background: #be9664;
    border-radius: 10px
}

.prayer-times .table {
    width: 100%;
    min-width: 600px
}

.prayer-times .table thead {
    background-color: #008692;
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif
}

.prayer-times .table thead tr th {
    font-weight: 600;
    text-align: left;
    padding: 12px 10px
}

.prayer-times .table tbody {
    font-size: 13px;
    color: #153652;
    font-family: "Roboto", Helvetica, Arial, sans-serif
}

.prayer-times .table tbody tr {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
    background-color: #fff
}

.prayer-times .table tbody tr:first-child td {
    color: #be9664
}

.prayer-times .table tbody tr td {
    padding: 12px 4px;
    line-height: 1;
    vertical-align: middle
}

.prayer-times .all-cities {
    display: flex;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px
}

.prayer-times .all-cities__left {
    width: 66.66%;
    margin: 0 10px
}

.prayer-times .all-cities__right {
    width: 33.33%;
    margin: 0 10px
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .all-cities__right {
        width: 100%;
        margin: 0;
        padding: 20px 10px
    }
}

@media(max-width: 767px) {
    .prayer-times .all-cities__right {
        width: 100%;
        margin: 0;
        padding: 20px 10px
    }
}

.prayer-times .location-list {
    max-width: 500px;
    column-count: 3
}

@media(min-width: 768px)and (max-width: 991px) {
    .prayer-times .location-list {
        column-count: 4
    }
}

@media(max-width: 767px) {
    .prayer-times .location-list {
        column-count: 2
    }
}

.prayer-times .location-list li {
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .prayer-times .location-list li {
        width: 40%
    }
}

.friday-pray-all-times-title {
    margin-top: 20px
}

.prayer-times h4.day-title {
    display: block;
    width: 100%;
    color: #be9664;
    text-align: center;
    padding-top: 10px
}

.friday-times-table-holder {
    width: 500px;
    margin: 10px auto 0 auto
}

@media(max-width: 767px) {
    .friday-times-table-holder {
        width: 100%
    }
}

.gallery-page-hero-card-text {
    font-size: 2.5714285714rem !important;
    line-height: 3rem !important;
    height: 6rem !important;
    margin-bottom: 2.1428571429rem;
    margin-top: 1.0714285714rem !important
}

@media(max-width: 767px) {
    .gallery-page-hero-card-text {
        font-size: 1.8571428571rem !important;
        height: 5.4285714286rem !important
    }
}

.gallery-page-hero {
    *zoom: 1;
    margin-top: 1.0714285714rem
}

.gallery-page-hero:before,
.gallery-page-hero:after {
    display: table;
    content: ""
}

.gallery-page-hero:after {
    clear: both
}

@media(min-width: 768px) {
    .gallery-page-hero {
        margin-left: -10px;
        margin-right: -10px
    }
}

.gallery-page-hero .row {
    margin-left: -10px;
    margin-right: -10px
}

.gallery-page-hero-card-text-wrapper {
    min-height: 13.2857142857rem
}

@media(max-width: 767px) {
    .gallery-page-hero-card-text-wrapper {
        min-height: 11.4285714286rem
    }
}

.gallery-page-hero .card--xxs .card-text {
    line-height: 1.5714285714rem
}

.gallery-page-hero-left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .gallery-page-hero-left {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .gallery-page-hero-left {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .gallery-page-hero-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(min-width: 1025px) {
    .gallery-page-hero-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-left {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-left .card--md .card-img-wrapper {
        min-height: 225px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-hero-left .card--md .card-img-wrapper {
        min-height: 421px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .gallery-page-hero-left .card--md .card-img-wrapper {
        min-height: 374px
    }
}

@media(min-width: 1025px) {
    .gallery-page-hero-left .card--md .card-img-wrapper {
        min-height: 374px
    }
}

.gallery-page-hero-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .gallery-page-hero-right {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .gallery-page-hero-right {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .gallery-page-hero-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(min-width: 1025px) {
    .gallery-page-hero-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-right {
        margin-top: .7142857143rem;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-hero-right {
        margin-top: 1.4285714286rem
    }
}

.gallery-page-hero-right-item h2.card-text {
    font-size: inherit
}

.gallery-page-hero-right-items {
    *zoom: 1
}

.gallery-page-hero-right-items:before,
.gallery-page-hero-right-items:after {
    display: table;
    content: ""
}

.gallery-page-hero-right-items:after {
    clear: both
}

@media(min-width: 768px) {
    .gallery-page-hero-right-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.gallery-page-hero-right-items .row {
    margin-left: -10px;
    margin-right: -10px
}

.gallery-page-hero-right-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: .7142857143rem
}

@media(min-width: 250px) {
    .gallery-page-hero-right-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .gallery-page-hero-right-item {
        float: left;
        width: 33.3333333333%
    }
}

@media(min-width: 992px) {
    .gallery-page-hero-right-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 1025px) {
    .gallery-page-hero-right-item {
        float: left;
        width: 100%
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-right-item {
        padding-left: 0;
        padding-right: 0
    }
}

.gallery-page-hero-right-item:last-child {
    margin-bottom: 0
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-hero-right-item .card--xxs {
        flex-direction: column
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-right-item .card-img-wrapper {
        min-height: 105px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-hero-right-item .card-img-wrapper {
        width: 100%;
        min-height: 134px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .gallery-page-hero-right-item .card-img-wrapper {
        min-height: 86px
    }
}

@media(min-width: 1025px) {
    .gallery-page-hero-right-item .card-img-wrapper {
        min-height: 86px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-hero-right-item .card-text-wrapper {
        width: 100%;
        height: 4.2857142857rem
    }
}

@media(max-width: 767px) {
    .gallery-page-hero-right-item .card--xxs .card-cat-link {
        position: absolute;
        bottom: .5rem;
        left: .5rem
    }
}

.gallery-page-content {
    margin-top: .7142857143rem;
    margin-bottom: 1.4285714286rem
}

.gallery-page-video-list-items {
    *zoom: 1;
    margin-top: 1.4285714286rem;
    margin-bottom: -1.4285714286rem
}

.gallery-page-video-list-items:before,
.gallery-page-video-list-items:after {
    display: table;
    content: ""
}

.gallery-page-video-list-items:after {
    clear: both
}

@media(min-width: 768px) {
    .gallery-page-video-list-items {
        margin-left: -10px;
        margin-right: -10px
    }
}

.gallery-page-video-list-items .row {
    margin-left: -10px;
    margin-right: -10px
}

.gallery-page-video-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1.4285714286rem
}

@media(min-width: 250px) {
    .gallery-page-video-list-item {
        float: left;
        width: 100%
    }
}

@media(min-width: 768px) {
    .gallery-page-video-list-item {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .gallery-page-video-list-item {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .gallery-page-video-list-item .card--md .card-img-wrapper {
        min-height: 20.4285714286rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .gallery-page-video-list-item .card--md .card-img-wrapper {
        min-height: 11.1428571429rem
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .gallery-page-video-list-item .card--md .card-img-wrapper {
        min-height: 11.1428571429rem
    }
}

@media only screen and (width: 1024px) {
    .gallery-page-video-list-item .card--md .card-img-wrapper {
        height: 13rem
    }
}

@media(min-width: 1025px) {
    .gallery-page-video-list-item .card--md .card-img-wrapper {
        height: 13rem
    }
}

.gallery-page-widget-quick-news {
    margin-top: 2.8571428571rem
}

.gallery-page-program-list {
    margin-top: 4.2857142857rem
}

.gallery-page-program-list-items {
    margin-bottom: -1.4285714286rem
}

.gallery-page-program-list-item {
    margin-bottom: 1.4285714286rem
}

@media(max-width: 767px) {
    .gallery-page-program-list-item {
        padding-left: 0;
        padding-right: 0
    }
}

.gallery-page-program-list-item .card {
    margin-top: 1.4285714286rem
}

.photo-gallery-category .gallery-page-content {
    margin-top: 0rem
}

.photo-gallery-subcategory .gallery-page-content {
    margin-top: 0rem
}

.video-gallery-category .gallery-page-content {
    margin-top: 0rem
}

@media(max-width: 767px) {
    .video-gallery-category .bc-item:last-child {
        width: auto
    }
}

.video-gallery-subcategory .gallery-page-content {
    margin-top: 0rem
}

.photo-gallery-detail .category-detail-left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .photo-gallery-detail .category-detail-left {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .photo-gallery-detail .category-detail-left {
        float: left;
        width: 100%
    }
}

@media(min-width: 1025px) {
    .photo-gallery-detail .category-detail-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(max-width: 767px) {
    .photo-gallery-detail .category-detail-left {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .photo-gallery-detail .category-detail-left .card--gallery .card-img-wrapper {
        min-height: 210px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .photo-gallery-detail .category-detail-left .card--gallery .card-img-wrapper {
        min-height: 393px
    }
}

@media(min-width: 1025px) {
    .photo-gallery-detail .category-detail-left .card--gallery .card-img-wrapper {
        min-height: 346px
    }
}

.photo-gallery-detail .category-detail-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .photo-gallery-detail .category-detail-right {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .photo-gallery-detail .category-detail-right {
        float: left;
        width: 100%
    }
}

@media(min-width: 1025px) {
    .photo-gallery-detail .category-detail-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(min-width: 1025px) {
    .photo-gallery-detail .category-detail-right .card--xxs .card-img-wrapper {
        min-height: 85px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .photo-gallery-detail .category-detail-right .card--xxs .card-img-wrapper {
        min-height: 85px
    }
}

@media(min-width: 1025px) {
    .photo-gallery-detail .category-detail-right .card--xxs .card-img-wrapper {
        min-height: 85px
    }
}

.photo-gallery-detail .card-link {
    background-color: #eceeef
}

.photo-gallery-detail .card-link img {
    margin: 0 auto
}

.photo-gallery-detail .card--gallery-icon-wrapper:after {
    display: none
}

.photo-gallery-detail .category-detail-large-card p,
.photo-gallery-detail .category-detail-large-card .card-text-wrapper {
    font-size: 1.2857142857rem;
    line-height: 2rem;
    font-weight: normal
}

.photo-gallery-detail .category-detail-large-card .sponsor-gallery a {
    color: #b82128;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2857142857rem
}

.photo-gallery-detail--more-data {
    padding-top: 3.5714285714rem
}

.photo-gallery-detail .card--gallery .card-text-wrapper ul li,
.photo-gallery-detail .card--gallery .card-text-wrapper ol li {
    font-size: 1.2857142857rem;
    line-height: 2rem;
    margin-left: 1.4285714286rem
}

.photo-gallery-detail .card--gallery .card-text-wrapper ul li {
    list-style: initial
}

.photo-gallery-detail .card--gallery .card-text-wrapper ol li {
    list-style: decimal
}

.photo-gallery-detail .photo-gallery-detail-separator {
    display: flex;
    position: relative;
    margin-bottom: 20px
}

.photo-gallery-detail .photo-gallery-detail-separator .category-detail-left div.category-detail-large-card:first-of-type {
    margin-top: 0
}

.photo-gallery-detail .photo-gallery-detail-separator .category-detail-right {
    position: relative
}

.photo-gallery-detail .photo-gallery-detail-separator .category-detail-right .dygtag-MPU1 {
    margin-top: 10px;
    position: sticky;
    top: 10px
}

@media(max-width: 767px) {
    .photo-gallery-detail .photo-gallery-detail-separator {
        display: block
    }
}

.imsakiye-table-oto-news-wrapper {
    width: 100%;
    overflow-x: auto
}

.imsakiye-table-oto-news {
    border-collapse: collapsee;
    width: 100%;
    text-align: center
}

.imsakiye-table-oto-news thead {
    background-color: #f2f2f2;
    font-weight: bold
}

.imsakiye-table-oto-news thead th {
    border: 1px solid #ddd;
    padding: 10px
}

.imsakiye-table-oto-news tbody tr.alternate-row {
    background-color: #f9f9f9
}

.imsakiye-table-oto-news tbody tr.normal-row {
    background-color: #fff
}

.imsakiye-table-oto-news tbody tr td {
    border: 1px solid #ddd;
    padding: 8px
}

.imsakiye-oto-news-text {
    font-weight: 900
}

.imsakiye-oto-news-container {
    display: flex;
    flex-wrap: wrap
}

.imsakiye-oto-news-item {
    width: 50%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box
}

.program-detail-hero-banner {
    margin-top: 1.4285714286rem
}

.program-detail-hero-inner {
    position: relative
}

.program-detail-hero-link {
    display: block
}

@media(max-width: 767px) {
    .program-detail-hero-link {
        min-height: 225px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .program-detail-hero-link {
        min-height: 424px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .program-detail-hero-link {
        min-height: 560px
    }
}

@media(min-width: 1025px) {
    .program-detail-hero-link {
        min-height: 560px
    }
}

.program-detail-hero-img {
    display: block
}

.program-detail-hero-text-wrapper {
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10.8571428571rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column
}

@media(max-width: 767px) {
    .program-detail-hero-text-wrapper {
        height: 5.5714285714rem;
        top: .7142857143rem;
        bottom: inherit;
        margin: inherit
    }
}

.program-detail-hero-title {
    font-weight: 900;
    font-size: 4.5714285714rem;
    line-height: 5.1428571429rem
}

@media(max-width: 767px) {
    .program-detail-hero-title {
        font-size: 2.2857142857rem;
        line-height: 2.4285714286rem
    }
}

.program-detail-hero-name {
    font-size: 1.7142857143rem;
    line-height: 2.2857142857rem
}

@media(max-width: 767px) {
    .program-detail-hero-name {
        font-size: 1rem;
        line-height: 2.2857142857rem
    }
}

.program-detail-hero-social {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 2
}

@media(max-width: 767px) {
    .program-detail-hero-social {
        right: 7%
    }
}

.program-detail-hero-social .social-link {
    color: #fff
}

.program-detail-hero-desc {
    margin-top: 1.4285714286rem
}

@media(max-width: 767px) {
    .program-detail-hero-desc {
        margin-top: .7142857143rem
    }
}

.program-detail-gallery-hero {
    margin-top: 2.1428571429rem
}

.program-detail-gallery-content {
    margin-top: 1.4285714286rem
}

@media(max-width: 767px) {
    .program-detail-gallery-content {
        margin-top: 2.8571428571rem
    }
}

.writers-page {
    padding-bottom: 2.1428571429rem
}

.writers-page-item {
    margin-bottom: 1.4285714286rem
}

@media(max-width: 767px) {
    .writers-page-item {
        margin-bottom: .7142857143rem;
        padding-left: 0;
        padding-right: 0
    }
}

.writers-page-img-wrapper-link {
    display: block
}

@media(max-width: 767px) {
    .writers-page-img-wrapper-link {
        min-height: 225px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .writers-page-img-wrapper-link {
        min-height: 133px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .writers-page-img-wrapper-link {
        min-height: 180px
    }
}

@media(min-width: 1025px) {
    .writers-page-img-wrapper-link {
        min-height: 180px
    }
}

.writers-page-img-wrapper-link-img {
    display: block
}

.writers-page-info-box {
    background-color: #fff;
    padding: 1.1428571429rem 1.4285714286rem;
    height: 11.0714285714rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 767px) {
    .writers-page-info-box {
        height: auto;
        padding: 1.4285714286rem;
        flex-direction: column;
        justify-content: flex-start
    }
}

.writers-page-title {
    color: #0085be;
    font-size: 1.1428571429rem;
    font-weight: 700;
    line-height: 1.5714285714rem
}

.writers-page-title a {
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.writers-page-date {
    font-size: .8571428571rem;
    margin-top: 1rem;
    color: #909090
}

@media(max-width: 767px) {
    .writers-page-date {
        font-size: 1rem
    }
}

.writers-page-article-preview {
    font-size: 1.1428571429rem;
    color: #022032;
    line-height: 1.5714285714rem;
    overflow: hidden;
    font-weight: 700;
    padding-top: .3571428571rem
}

@media(max-width: 767px) {
    .writers-page-article-preview {
        font-size: 1.2857142857rem
    }
}

.writers-page-name {
    color: #022032;
    font-size: 1.2857142857rem;
    font-weight: 700;
    display: block
}

@media(max-width: 767px) {
    .writers-page-name {
        font-size: 1.4285714286rem
    }
}

.writers-page-link {
    color: #022032;
    padding-top: .8571428571rem;
    font-weight: 700;
    display: block;
    margin-top: auto
}

.writers-page-link:after {
    font-family: "icomoon";
    font-size: .7142857143rem;
    content: "";
    margin-left: .3571428571rem
}

@media(max-width: 767px) {
    .writers-page-link {
        font-size: 1.1428571429rem
    }
}

.writers-page .bc-item-link.active {
    color: #0085be
}

.writers-page-detail-row {
    *zoom: 1
}

.writers-page-detail-row:before,
.writers-page-detail-row:after {
    display: table;
    content: ""
}

.writers-page-detail-row:after {
    clear: both
}

@media(min-width: 768px) {
    .writers-page-detail-row {
        margin-left: -10px;
        margin-right: -10px
    }
}

.writers-page-detail-row .row {
    margin-left: -10px;
    margin-right: -10px
}

.writers-page-detail-left {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .writers-page-detail-left {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .writers-page-detail-left {
        float: left;
        width: 66.6666666667%
    }
}

@media(max-width: 767px) {
    .writers-page-detail-left {
        padding-left: 0;
        padding-right: 0
    }
}

.writers-page-detail-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 250px) {
    .writers-page-detail-right {
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .writers-page-detail-right {
        float: left;
        width: 33.3333333333%
    }
}

@media(max-width: 767px) {
    .writers-page-detail-right {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.4285714286rem
    }
}

.writers-page-detail-right-inner {
    background-color: #fff;
    padding: 1.4285714286rem
}

.writers-page-detail-hero {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.4285714286rem
}

@media(max-width: 767px) {
    .writers-page-detail-hero {
        flex-direction: column
    }
}

.writers-page-detail-hero-img-wrapper {
    width: 48%
}

@media(max-width: 767px) {
    .writers-page-detail-hero-img-wrapper {
        width: 100%;
        min-height: 225px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .writers-page-detail-hero-img-wrapper {
        min-height: 204px
    }
}

@media(min-width: 992px)and (max-width: 1025px) {
    .writers-page-detail-hero-img-wrapper {
        min-height: 180px
    }
}

@media(min-width: 1025px) {
    .writers-page-detail-hero-img-wrapper {
        min-height: 180px
    }
}

.writers-page-detail-hero-info {
    width: 52%;
    background-color: #fff;
    padding: 3.2142857143rem 1.4285714286rem 0 1.4285714286rem;
    position: relative
}

@media(max-width: 767px) {
    .writers-page-detail-hero-info {
        width: 100%;
        padding: 1.4285714286rem
    }
}

.writers-page-detail-hero-info-title {
    font-weight: 700;
    color: #0085be;
    margin-bottom: .9285714286rem
}

.writers-page-detail-hero-info-email {
    font-weight: 700;
    margin-bottom: 2.1428571429rem;
    display: block
}

.writers-page-detail-hero-info-email:hover {
    color: #909090
}

@media(max-width: 767px) {
    .writers-page-detail-hero-info .social {
        position: absolute;
        right: 1.4285714286rem;
        top: 3.5714285714rem
    }
}

.writers-page-detail-item {
    background-color: #fff;
    padding: 1.4285714286rem 2.5rem 1.4285714286rem 1.4285714286rem;
    margin-bottom: 1.4285714286rem;
    position: relative
}

.writers-page-detail-item-title {
    font-weight: 900;
    font-size: 1.2857142857rem;
    line-height: 2rem;
    margin-bottom: .7142857143rem;
    position: relative
}

.writers-page-detail-item-title:before {
    content: "";
    width: .3571428571rem;
    height: 1.0714285714rem;
    position: absolute;
    top: .3571428571rem;
    left: -1.4285714286rem;
    display: block;
    background-color: #0085be
}

.writers-page-detail-item-desc {
    margin-bottom: 1.0714285714rem;
    font-size: 1.2857142857rem
}

.writers-page-detail-sidebar-title {
    font-weight: 900;
    margin-bottom: 1.4285714286rem
}

.writers-page-detail-sidebar-item {
    padding: 1rem 0;
    border-bottom: .0714285714rem solid #d8d8d8
}

.writers-page-detail-sidebar-item:last-child {
    border-bottom: 0
}

.writers-page-detail-sidebar-item-link {
    font-size: 1.1428571429rem;
    font-weight: 700;
    color: #0085be;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: .3571428571rem
}

.writers-page-detail-sidebar-item-link:after {
    content: "";
    font-family: "icomoon";
    font-size: .7857142857rem;
    color: #231f20;
    margin-left: auto
}

.writers-page-detail-sidebar-item-link:hover {
    color: #022032
}

.writers-page-detail-only-mobile {
    margin-bottom: 1.4285714286rem
}

@media(min-width: 992px)and (max-width: 1025px) {
    .writers-page-detail-only-mobile {
        display: none
    }
}

@media(min-width: 1025px) {
    .writers-page-detail-only-mobile {
        display: none
    }
}

.writers-page-detail-only-mobile .jq-selectbox__select {
    border: 0;
    border-color: rgba(0, 0, 0, 0)
}

.writers-page-detail-only-mobile .form-group {
    margin: 0
}

.writers-page-detail-only-mobile .form-is-margin {
    margin: 0
}

.writers-page-article-detail .writers-page-detail-right-inner {
    border: .0714285714rem solid #e4e4e4
}

.writers-page-article-detail .label-item-link:hover {
    color: #0085be
}

.writers-page-article-detail .author-name,
.writers-page-article-detail .quote a {
    color: #0085be
}

.writers-page-article-detail .quote:before {
    background-color: #0085be
}

.writers-page-article-detail .quote--double:before {
    background-color: rgba(0, 0, 0, 0);
    color: #0085be
}

.writers-page-article-detail .quote-name {
    color: #0085be
}

.writers-page-article-detail .category-detail-content div {
    font-size: 1.28571rem;
    line-height: 2rem;
    font-weight: normal
}

@media(min-width: 992px)and (max-width: 1025px) {
    .writers-page-article-detail .category-detail-large-card .card-img-wrapper {
        min-height: 374px
    }
}

@media(min-width: 1025px) {
    .writers-page-article-detail .category-detail-large-card .card-img-wrapper {
        min-height: 374px
    }
}

.doviz-tab-items {
    width: auto;
    margin-bottom: 1.7857142857rem;
    display: inline-block;
    float: left
}

@media(max-width: 767px) {
    .doviz-tab-items {
        float: none;
        display: block;
        margin-bottom: .7142857143rem
    }
}

.doviz-tab-item {
    display: inline-block;
    border: 1px solid #dcdcdc
}

.doviz-tab-item.active {
    background-color: #c59527;
    border-color: #c59527;
    border-left: 0;
    border-right: 0
}

.doviz-tab-item.active .doviz-tab-text {
    color: #fff
}

.doviz-tab-text {
    display: block;
    padding: 1.5714285714rem 1.7857142857rem;
    font-weight: 700
}

@media(max-width: 767px) {
    .doviz-tab-text {
        padding: .7142857143rem
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .doviz-tab-text {
        padding: 1.5714285714rem 1.0714285714rem
    }
}

.doviz-tab-time {
    width: auto;
    display: inline-block;
    float: right
}

@media(max-width: 767px) {
    .doviz-tab-time {
        float: none
    }
}

.doviz-tab-time .doviz-tab-item {
    margin-right: 0;
    float: left
}

.doviz-tabs {
    width: 100%;
    display: inline-block
}

.doviz-widget {
    padding: .7142857143rem;
    background-color: #fff
}

.chartWidget {
    width: 100%;
    height: 21.4285714286rem;
    background-color: #fff !important
}

.table-ekonomi {
    background-color: #fff;
    padding: 15px 10px
}

.table-ekonomi-title {
    font-size: 1.2857142857rem;
    color: #c59527
}

.table-ekonomi-scroll {
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
    margin-top: 1.7142857143rem
}

.table-ekonomi-area {
    width: 100%;
    border: 1px solid #eceeef
}

.table-ekonomi-theads {
    font-weight: 700;
    color: #c59527;
    padding: .8571428571rem;
    border-bottom: 1px solid #eceeef
}

.table-ekonomi-text {
    color: #022032;
    padding: .8571428571rem;
    border-bottom: 1px solid #eceeef;
    border-right: 1px solid #eceeef
}

.table-ekonomi-text:last-child {
    border-right: 0
}

.table-ekonomi-text.dusuk {
    color: #008431
}

.table-ekonomi-text.yuksek {
    color: #bb1919
}

.table-ekonomi-text.orta {
    color: #007cff
}

.table-ekonomi-bg:nth-child(even) {
    background-color: #f3f3f3
}

.infinite {
    width: 100%;
    min-height: 7.1428571429rem;
    display: inline-block;
    position: relative
}

.infinite-loader {
    content: "";
    position: absolute;
    width: 2.1428571429rem;
    height: 2.1428571429rem;
    background-color: #f9b320;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    bottom: 0;
    left: 50%;
    top: 50%;
    margin-left: -1.0714285714rem;
    margin-top: .6428571429rem;
    display: none
}

.infinite-loader.active {
    display: block;
    top: 0
}

.infinite-loader.news_loader {
    top: 2.1428571429rem;
    left: 1.0714285714rem
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.infinite-more {
    padding: 3.5714285714rem 0 2.1428571429rem 0;
    display: none
}

.infinite-more.active {
    display: block
}

.infinite-link {
    display: block;
    text-align: center;
    border: .0714285714rem solid #e6dcdc;
    padding: 1.4285714286rem 0;
    background: #fff;
    font-size: 1.2142857143rem
}

.new_loader {
    display: none;
    padding: 20px 0
}

.new_loader p {
    padding-left: 35px;
    padding-bottom: 30px;
    font-weight: bold
}

.new_loader .animated {
    background-color: #f3f3f3;
    background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
    animation: placeholderShimmer 2s linear 0s infinite normal forwards
}

.new_loader .padding {
    height: 16px;
    background: #fff
}

.new_loader .parent {
    position: relative;
    height: 13px
}

.new_loader .parent:after {
    position: absolute;
    right: 0;
    content: "";
    background: #fff;
    height: 14px;
    width: 70%
}

.new_loader .followers {
    position: relative;
    height: 14px
}

.new_loader .followers:after {
    position: absolute;
    right: 0;
    content: "";
    background: #fff;
    height: 14px;
    width: 80%
}

.new_loader .description {
    position: relative;
    height: 14px
}

.new_loader .description:after {
    position: absolute;
    right: 0;
    content: "";
    background: #fff;
    height: 14px;
    width: 0%
}

@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

.new_loader.active {
    display: block
}

@media(max-width: 767px) {
    .video-detail-right {
        display: block
    }
}

.video-detail .category-detail-content {
    margin-bottom: 2.1428571429rem
}

.video-detail .category-detail-content p {
    padding: .7142857143rem 0
}

.video-detail .label-items {
    margin-top: .7142857143rem
}

.explore-title {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #021521;
    margin-top: 3rem;
    margin-bottom: 1rem
}

.explore-hr {
    background: #dadada;
    margin-top: 3rem
}

.explore-card {
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    min-height: 157px;
    margin-bottom: 1rem
}

.explore-card-col {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
    width: 100%;
    min-height: 157px;
    min-width: 0;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

@media(max-width: 767px) {
    .explore-card-col {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .explore-card-col {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important
    }
}

.explore-card-col--semi {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.explore-card-label {
    font-size: 18px;
    color: #021521;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 1rem
}

.explore-cards {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: 1rem
}

@media(max-width: 767px) {
    .explore-card--googleplay {
        width: 90%
    }
}