@font-face {
    font-family: 'HelveticaNeueLTArabic-Bold';
    src: url("../fonts/HelveticaNeueLTArabic-BolddA.ttf") format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTArabic-Roman';
    src: url("../fonts/HelveticaNeueLTArabic-RomanA.ttf") format('truetype');
}

@font-face {
    font-family: 'NotoNaskhArabic-Regular';
    src: url("../fonts/NotoNaskhArabic-Regular.ttf") format('truetype');
}

html,
body {
    height: 100%;
    /*background-color: #333;*/
}
body {
    color: #444;
    font-family: "HelveticaNeueLTArabic-Roman";
    overflow-y: scroll !important;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    /*background:  url(../../img/splash-bg.png);*/
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Custom Styles */
.inner {
    padding-top: 50px;
}

#nb-time-span {
    float: left;
    text-align: left;
    opacity: 0.6;
    margin-top: 5px;
}
#nb-pub-details {
    direction: rtl;
}
.nb-pub-name {
    color: #3483bd;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 5px;
}
#nb-pub-details a {
    display: table;
}
#nb-pub-details img , #nb-pub-details span {
    display: table-cell;
    vertical-align: middle;
}
#nb-pub-details img {
    height: 42px;
    width: 42px;
}
.nb-article-container {
    padding-top: 2%;
    float: right;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.nb-title {
    font-family: "HelveticaNeueLTArabic-Bold";
    color: inherit;
    font-size: 24px;
}
.nb-subtitle-div {
    padding-top: 2%;
    opacity: 0.6;
}
.nb-banner-title {
    font-family: "HelveticaNeueLTArabic-Bold";
    font-size: 16px;
    color: #333;
}
.nb-download-text-div {
    text-align: center;
    margin-bottom: 12px;
    color: white;
    margin-top: 5px;
}
.nb-download-text-div .btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
}
.modal-dialog .nb-download-text-div .btn {
    padding: 10px 20px;
}
header .nb-download-text-div .btn {
    width: 92% !important;
    padding: 10px 20px;
}
table {
    background-color: #f2f2f2;
    width: 92%;
    margin-left: 4%;
    margin-top: 5px;
    direction: rtl;
    min-height: 75px;
}
.nb-no-link, .nb-no-link:focus, .nb-no-link:visited, .nb-no-link:hover, .nb-no-link:link {
    text-decoration: none;
    color: inherit;
}
#nb-success-message{
    border: 1px solid lightgrey;
    background: none;
    color: #555;
    padding-top: 30px;
}
#nb-option-div button,  #nb-option-div button:visited  {
    background-color: transparent;
}

#nb-option-div button:active {
    background-color: #dce9f2;
}
.selected_bg {
    background-color: #dce9f2 !important;
}
.nb-download-link-div {
    /*background: #0088cc;*/
    text-align: center;
    color: #444;
    padding-bottom: 10px;
    font-size: 17px;
    font-family: "HelveticaNeueLTArabic-Bold";
    width: 100% !important;
}
.nb-download-link-div p {
    margin: 0px;
}
.nb-mobile-page-icons {
    width: 190px;
    background: none;
    border: none;
}
.nb-about-div {
    /*background-color: #f2f2f2;*/
    padding-top: 15px;
    width: 100% !important;
}
.menu-category {
    margin: 0 0px 15px;
    font-size: 14px;
}
.nb-about-div ul {
    list-style: none;
    padding-right: 0px;
}
footer .socials li {
    float: left;
    text-align: center;
}
.nb-copyright-text, .nb-apple-trademark {
    padding-top: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    direction: ltr;
    font-size: 13px;
}
.nb-apple-trademark {
    padding-top: 5px;
    font-size: 12px;
}
.mastfoot {
    margin-top: 5%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .nb-mobile-page-icons {
        width: 50%;
        float: left;
    }
}

/* iPad Pro */

/* Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .nb-mobile-page-icons {
        width: 23%;
        float: none !important;
    }
    .container {
        width: 680px;
    }
    /*.nb-about-div {*/
    /*width: 680px !important;*/
    /*}*/
    .nb-about-div {
        width: 100% !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .nb-mobile-page-icons {
        width: 30%;
        float: none !important;
    }
    .nb-download-text-div {
        margin-top: 8px;
    }
    header {
        width: 100%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .nb-mobile-page-icons {
        width: 23%;
        float: none !important;
    }
    .container {
        width: 680px;
    }
    .nb-about-div {
        width: 680px !important;
    }
    .nb-download-text-div {
        margin-top: 8px;
    }
    header {
        width: 100%;
        margin-right: 190px;
    }
    .nb-about-div {
        width: 100% !important;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .nb-mobile-page-icons {
        width: 25%;
        float: none !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .nb-mobile-page-icons {
        width: 49%;
        float: none !important;
    }
}

/* iPhone 6+ ----------- */
/* Landscape */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 3) {
    .nb-mobile-page-icons {
        width: 28%;
        float: none !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (device-width : 414px)
and (device-height : 736px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 3)
and (-webkit-device-pixel-ratio : 3) {
    .nb-mobile-page-icons {
        width: 48%;
        float: none !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .nb-mobile-page-icons {
        width: 190px;
        float: none !important;
    }
    .container {
        width: 920px;
    }
    ul.socials{
        width: 50%;
        margin-left: 41%;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .nb-mobile-page-icons {
        width: 190px;
        float: none !important;
    }
    ul.socials{
        width: 50%;
        margin-left: 41%;
    }
}

.nb-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.nb-info-div {
    padding-bottom: 10px;
}
.nb-store-icons {
    padding-top: 12px;
}
.nb-separator {
    text-align: center;
    color: gray;
    font-size: 16px;
}
.nb-title-description {
    font-size:15px;
    text-align:right;
}

/*    iPhone 5    */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .nb-mobile-page-icons {
        width: 30%;
        float: none !important;
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .nb-mobile-page-icons {
        width: 56%;
        float: none !important;
    }
}

.nb-article-content {
    font-size: 21px;
    margin-bottom: 35px;
}
.nb-multimedia-content {
    padding-top: 20px;
    padding-bottom: 25px;
}
.bx-wrapper .bx-controls-direction a {
    color: transparent;
}
ul.socials,.nb-info-div {
    direction: rtl;
}
#html5-watermark {
    display: none !important;
}
.play{
    display: block !important;
    position: absolute;
    width: 100%;
    height: 330px;
    background: url(../images/promo_ad_play_btn.png) 50% 54% no-repeat;
    opacity: 1;
    color: #FFF;
}
.nb-download-btns {
    text-align: center;
    margin-top: 20px;
}
.nb-download-btns a {
    padding: 10px;
}
.android_link {
    margin-bottom: 20px;
}
/*.nb-view-full-story {*/
/*background: #0088cc;*/
/*color: white;*/
/*border-color: #0088BA;*/
/*padding: 15px;*/
/*}*/
/*.nb-view-full-story:focus, .nb-view-full-story:hover {*/
/*background-color: #0088cc !important;*/
/*color: white !important;*/
/*border-color: #0088BA !important;*/
/*}*/
.top-banner {
    font-family: 'HelveticaNeueLTArabic-Bold';
    background-color: #0088cc;
    width: 92%;
    margin-left: 4%;
    border-radius: 6px;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    word-spacing: 2px;
}
.ios-container .android-footer-link, .android-container .ios-footer-link{
    display: none;
}
.modal-dialog {
    position: absolute;
    top: 42%;
    left: 50%;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    width: 300px;
    margin-left: -150px;
    margin-top: -150px;
    text-align: center;
    border-radius: 8px;
}
#pop_up_button {
    display: none;
}
.modal-header {
    border: none;
}
.modal-header .close {
    opacity: 0.6 !important;
}
.nb-article-content {
    font-family: "NotoNaskhArabic-Regular";
}
.bx-has-controls-direction {
    display: none;
}
.bxslider .img-thumbnail{
    border: none !important;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-table;
    padding: 2px !important;
    height: 100%;
    cursor: pointer;
}
#bxslider.img-thumbnail {
    cursor: pointer;
}
.custom-download {
    background: none !important;
    color: white;
}
.share_article_bar {
    text-align: center;
}
.social_share_icons {
    width: 58px !important;
    height: 58px !important;
    margin-right: 0px;
}
.share_article_bar a {
    text-decoration: none;
}
.bx-wrapper .bx-pager {
    opacity: 0.4;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px !important;
    height: 6px !important;
}
.bxslider li {
    height: 380px !important;
    line-height: 380px !important;
}
.ios-container .bxslider li, .android-container .bxslider li {
    height: 220px !important;
    line-height: 220px !important;
}
.nb-view-full-story {
    padding: 10px !important;
    background: #e0e0e0;
    border-color: #a9a9a9;
    color: #333;
}
.btn {
    font-size: 18px;
    font-family: 'HelveticaNeueLTArabic-Bold';
    word-spacing: 2px;
}
iframe {
    padding-bottom: 20px;
}
.bx-wrapper{
    margin-bottom: 25px !important;
}
.btn-success {
    background-color: #4fb94f !important;
}
.google-share {
    width: 53px !important;
    height: 53px !important;
}
.web-download-buttons:hover {
    background-color: #51a351 !important;
}
.web-container .mastfoot {
    margin-top: 10px !important;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, 50%) rotate(0deg) !important;
    -ms-transform: translate(0, 50%) rotate(0deg) !important;
    -o-transform: translate(0, 50%) rotate(0deg) !important;
    transform: translate(0, 50%) rotate(0deg) !important;
    /*opacity: 0.6 !important;*/
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0%) rotate(360deg) scale(1, 1) !important;
    -ms-transform: translate(0, 0%)  rotate(360deg) scale(1, 1) !important;
    -o-transform: translate(0, 0%)  rotate(360deg) scale(1, 1) !important;
    transform: translate(0, 0%)  rotate(360deg) scale(1, 1) !important;
    opacity: 1 !important;
}

#nb-time-span, .nb-pub-name, .nb-title, .nb-subtitle, .nb-article-content p {
    direction: rtl;
}

.promo_ad_container {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}
.promo_ad_container img {
    max-width: 500px;
    height: auto;
}
.promo_ad_container .img-thumbnail{
    margin-top: 8px;
    padding: 0px !important;
}
.promo_ad_container .attribution {
    background-color: rgba(236, 182, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 15px;
    display: table;
    margin: 4px 0px 0px 4px;
    padding: 0 3px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

.promo_ad_container .image {
    text-align: center;
}

.promo_ad_container .image img,
.promo_ad_containe .image-link {
    width: 100%;
}

.promo_ad_container .title {
    padding: 10px;
    direction: rtl;
    float: right;
    width: 100%;
    text-align: right;
}

.promo_ad_container .title a {
    color: #444;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'HelveticaNeueLTArabic-Bold';
}

.promo_ad_container .logo {
    padding: 0 8px 0px 8px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: right;
}

.promo_ad_container .logo img {
    width: 35px;
    height: 35px;
}

.promo_ad_container .advertiser {
    width: 89%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height:17px;
}

.promo_ad_container .advertiser a {
    color: rgb(129, 129, 129);
    text-decoration: none;
    font-size: 14px;
}

.promo_ad_container .call-to-action {
    display: table-cell;
    vertical-align: middle;
    width: 40%
}

.promo_ad_container .call-to-action a {
    text-decoration: none;
    color: #ffffff;
    font-family: "HelveticaNeueLTArabic-Bold";
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: 0px 0px 0px 8px;
    white-space: nowrap;
    background-color: #4CAF50;
    padding: 7px 9px 7px 9px;
    border-radius: 3px 3px 3px 3px;
    display: table-cell;
    vertical-align: middle;
}
#adunit {
    cursor: pointer;
}
.promoted_ad_video_play_btn {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 164px;
    background: url(../images/promo_ad_play_btn.png) 50% 54% no-repeat;
    opacity: 1;
    color: #FFF;
    left: 0%;
    right: 0%;
    background-size: 90px 90px;
}
.promoted_advertiser_div {
    display: table;
    height: 60px;
    direction: rtl;
    width: 100%;
}
.adv_info {
    width: 50%;
    display: table-cell;
}
