body {
    padding-top: 70px;
    font-family: 'ArabiaWeatherReg';
    /*	background: #020b40;*/
    background: #f5f5f5;
}

/* lazy load images not visible by default https://github.com/verlok/vanilla-lazyload#-getting-started---script */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1 !important;
}

img:not([src]) {
    visibility: hidden;
}

.gray {
    color: #656565;
}

.flex-column {
    flex-direction: column;
}

.relative {
    position: relative;
}

.pre-line {
    white-space: pre-line;
}

.absolute-center {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.justify-center {
    justify-content: center;
}

.font-11 {
    font-size: 11px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.grey {
    color: #645858;
}


.pb-25 {
    padding-bottom: 25px;
}

.w-100 {
    width: 100% !important;
}

.w-100-i {
    width: 100% !important;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.swipe-list {
    display: flex;
}

.swipe-list > * {
    display: inline-block;
}

.lang-fr .no-french {
    display: none;
}

.ads {
    width: 1px;
}

body.anonymous-user .loggedin-user-only {
    display: none;
}

body.loggedin-user .anonymous-user-only {
    display: none;
}

body.homepage {
    padding-top: 50px;
}

body:not(.lang-ar) .ar-only {
    display: none !important;
}

body:not(.lang-en) .en-only {
    display: none !important;
}

body.weather-page {
    background-color: #e0dede;
}

body.homepage {
    background-color: #127a9c;
}

body.node-type-documents .node-date {
    display: none;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #717171;
}

.flex-center-mo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.bold {
    font-family: 'ArabiaWeatherReg';
    font-weight: bold;
}

a {
    color: #2374b9;
}

.fw {
    width: 100%;
    float: left;
}

.np {
    padding: 0 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.text-muted {
    color: #757575;
}

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

.text-start {
    text-align: start;
}

body.dir-rtl .ltr.text-start {
    text-align: right;
}

pre,
.ltr,
[ltr] {
    direction: ltr;
}

.rtl,
[rtl] {
    direction: rtl;
}

.h1,
h1 {
    font-size: 22px;
}

.h2,
h2 {
    font-size: 22px;
}

.h3,
h3 {
    font-size: 18px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid rgba(219, 219, 219, 0.51);
    width: 100%;
    clear: both;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 7px;
    border-radius: 0;
}

.btn-primary {
    background-color: #068ABA;
    border-color: #057198;
}

.btn-primary:hover {
    background-color: #057198;
}

.btn-danger {
    color: #fff;
    background-color: #c81800;
    border-color: #981908;
}

.btn-success {
    background-color: #2bc0cc;
    border-color: #2bc0cc;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #0995a0;
    border-color: #0995a0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.m-0 {
    margin: 0 !important;
}

.d-none {
    display: none;
}

.p-relative {
    position: relative;
}

.btn-default {
    background-color: #fff;
    border-color: #5f8fbf;
    color: #3e6fa0;
    padding-top: 10px;
    padding-bottom: 8px;
}

.btn-default.focus,
.btn-default:focus {
    background-color: #fff;
    border-color: #5f8fbf;
    color: #3e6fa0;
}


.btn-night:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background: #ffffff;
    height: 30px;
    width: 61px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 20px;
    z-index: -1;
}

.btn-night.active:after {
    right: 0;
}

.btn.text-start {
    text-align: start;
}

.red-text {
    color: #F40230;
}

.blue-text {
    color: #39a1d8;
}

.aw-arrow-back.flipped {
    position: relative;
    top: 3px;
}

.hourly-item.step-20 .tooltip {
    max-width: 100px;
}

.hourly-item.step-20 .tooltip-inner {
    margin-left: 15px;
}


.tendays-forecast-row-header-container .night-status-icon .tooltip {
    /*	max-width: 100px;*/
}

.tendays-forecast-row-header-container .night-status-icon .tooltip-inner {
    margin-left: 15px;
}

.tooltip-inner {
    font-family: 'ArabiaWeatherReg';
    font-size: 14px;
    background-color: #4acdd8;
    border-radius: 2px;
}

.tooltip-inner .share-btn {
    padding-bottom: 0;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: -2px;
}

.tooltip-inner .share-btn [class^="aw-"] {
    /*	color: #fff;*/
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4acdd8;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4acdd8;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #4acdd8;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4acdd8;
}

.tooltip.in {
    opacity: 1;
}

.panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.panel-body > .row {
    margin-right: -10px;
    margin-left: -10px;
    /*    margin-top: -10px;*/
}

.panel-heading {
    padding: 5px 10px;
    border-radius: 0;
}

.panel-heading [class^="aw-"] {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-top: -2px;
}

.panel-heading .aw-arrow-left {
    font-size: 18px;
    top: 8px;
    margin-top: -2px;
    left: -4px;
}

.panel-heading a {
    color: inherit;
}

.panel-primary {
    border: 0;
}

.panel-primary .panel-heading {
    background-color: #0089bc;
}

.panel-default:not(.panel-accordion) > .panel-heading {
    background-color: #fff;
    box-shadow: 0 3px 2px -2px #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.panel-heading h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.panel-body {
    padding: 10px;
}

.card {
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.navy-pills {
    background: #068aba;
}

.navy-pills .nav-pills > li > a {
    border-radius: 0;
    padding: 2px 10px;
    margin: 10px 0;
    border-right: 1px solid rgba(255, 255, 255, .6);
    font-size: 14px;
    color: #fff;
}

.navy-pills .nav-pills > li:last-child > a {
    border-right: 0;
    border-left: 0;
}

.navy-pills .nav-pills > li > a:hover,
.navy-pills .nav-pills > li > a:focus {
    background: transparent;
}

.navy-pills .nav-pills > li.active > a,
.navy-pills .nav-pills > li.active > a:focus,
.navy-pills .nav-pills > li.active > a:hover {
    background: transparent;
}

.navy-pills .nav-pills > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fff;
}

.nav-pills-inline {
    white-space: nowrap;
    overflow-x: auto;
}

.nav-pills-inline > li {
    float: none;
    display: inline-block;
}

.contact-send-btn {
    margin-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
}

.modal {
    z-index: 99999;
}

.modal-header {
    padding: 10px 15px 8px 15px;
}

.modal-header .close {
    margin-top: 0;
    padding: 2px;
}

.modal-body {
    padding: 10px 15px;
}

.modal-backdrop.in {
    opacity: 0.7;
}

.weather-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: -20vh;
    left: -20vw;
    height: 140vh;
    width: 140vw;
    opacity: 0;
    transition: 3s opacity ease, 0.5s width ease, 0.5s height ease;
    z-index: -9999;
}

body:not(.weather-page) .weather-bg {
    display: none;
}

.mb {
    margin-bottom: 20px;
}

.hmb {
    margin-bottom: 10px;
}

.ml-8 {
    margin-left: 8px;
}

.mr-8 {
    margin-right: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.mt {
    margin-top: 20px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mt-14 {
    margin-top: 14px;
}

.mb-14 {
    margin-bottom: 14px;
}

.pt-25 {
    padding-top: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pt-14 {
    padding-top: 14px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inline-block {
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

[onclick] {
    cursor: pointer;
}

.number {
    font-family: sans-serif;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #13587d;
    border-color: #02496b;
}

.pagination > li > a,
.pagination > li > span {
    color: #13587d;
    padding-top: 7px;
}

/* owl carousel theme */
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #808080;
}

.owl-next,
.owl-prev {
    font-size: 22px !important;
    line-height: 20px !important;
    transition: 0.2s ease;
    outline: 0 !important;
}

.owl-next:hover,
.owl-prev:hover {
    background: transparent !important;
    color: #808080 !important;
}

.owl-carousel .owl-item img.author-img {
    width: 36px;
    height: 36px;
}

.owl-carousel .owl-item .crwd-card-weather img {
    width: 60px;
}

.owl-crowd-posts-carousel .author {
    margin-top: 0;
    margin-bottom: 8px;
}

.carousel-more-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 240px;
    font-size: 18px;
    width: 100%;
    padding-top: 75%;
}

.carousel-more-item-btn {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fafafa;
    color: #676763;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -90px;
}

#crowd-posts-carousel .carousel-more-item-btn {
    margin-top: -23px;
}

.carousel-separated-item > .item {
    position: relative;
    float: right;
    width: 100%;
}

.select-country-list {
    padding: 0;
}

.select-country-list li {
    list-style: none;
}

.select-country-list li a {
    color: inherit;
    padding: 8px 0 7px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    float: right;
    width: 100%;
}

.select-country-list li a img {
    margin-right: 8px;
}

.select-country-list li:last-child a {
    border-bottom: 0;
}

.select-country-list li .aw-check {
    position: relative;
    top: 7px;
    right: 8px;
    color: rgb(70, 145, 216);
}

footer {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    background: #f5f5f5;
}

.footer-top {
    background: #f6f4f4;
    color: #646768;
}

.footer-bottom {
    color: #5f5959;
    padding-bottom: 51px;
}

.breadcrumb {
    margin-bottom: 0;
    border-bottom: 1px solid #e3e1e1;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb > li {
    display: inline;
    text-transform: capitalize;
}

.breadcrumb > li + li:before {
    content: ">";
}

.breadcrumb .aw-home {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.breadcrumb > .active {
    color: #6d6c6c;
}

.aw-dbl-arrow-left {
    position: relative;
    top: 3px;
}

.aw-dbl-arrow-right {
    position: relative;
    top: 3px;
}

.footer-menu {
    margin: 0 0 10px 0;
}



.footer-menu li a {
    color: #646768;
}

.copyrights {
    padding: 8px 0 5px 0;
    opacity: 0.9;
}

.footer-links {
    background-image: linear-gradient(90deg, #407b98, #095e7d);
    color: #fff;
    padding: 10px;
}

.footer-links a {
    display: inline-block;
    width: 35px;
    font-size: 20px;
}

.footer-links .separator {
    border-left: 1px solid #fff;
    position: relative;
    top: -4px;
    margin: 0 4px;
}

.footer-links [class^="aw-"] {
    color: #fff !important;
    font-size: 14px;
}

h1.page-title {
    margin-top: 0;
    text-transform: capitalize;
}

h1.page-title .subtitle {
    font-size: 12px !important;
    clear: both;
    display: inline-block;
}

.panel-heading h1.page-title {
    margin-top: 0;
    margin-bottom: 0;
}

.aw-location {
    position: relative;
    top: 3px;
    left: 2px;
    z-index: -1;
}

.node-share-container .share-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    color: #fff;
    padding: 0;
    margin: 5px 8px 0 0;
}

.node-share-container .share-btn [class^="aw-"] {
    position: relative;
    top: 9px;
}

.node-share-title {
    line-height: 35px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.node-share-title .aw-share {
    position: relative;
    top: 3px;
}

.btn-share-toggle .share-btn.btn-facebook,
.node-share-container .share-btn.btn-facebook {
    background: #2078bb;
}

.btn-share-toggle .share-btn.btn-twitter,
.node-share-container .share-btn.btn-twitter {
    background: #1ba5d4;
}

.btn-share-toggle .share-btn.btn-whatsapp,
.node-share-container .share-btn.btn-whatsapp {
    background: #0b8f21;
}

.btn-share-toggle .share-btn.btn-email,
.node-share-container .share-btn.btn-email {
    background: #727272;
    font-size: 17px;
}

.btn-share-toggle .share-btn.btn-share-all,
.node-share-container .share-btn.btn-share-all {
    color: #5f584d;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
}

.btn-share-toggle {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.btn-share-toggle.card-btn-share-toggle {
    bottom: 0;
}

.btn-share-toggle > [class^="aw-"] {
    position: absolute;
    bottom: -5px;
    width: 40px;
    right: 0;
    text-align: center;
}

.btn-share-toggle-icons {
    position: absolute;
    bottom: 45px;
    left: -5px;
    width: 60px;
}

.btn-share-toggle-icons .share-btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-share-toggle .btn-share-toggle-icons {
    overflow: hidden;
    transition: 0.4s ease;
    max-height: 0;
    opacity: 0;
}

.btn-share-toggle.shown .btn-share-toggle-icons {
    max-height: 130px;
    opacity: 1;
}

.btn-share-toggle .btn-share-toggle-icons .share-btn {
    transition: 0.4s ease;
}

.btn-share-toggle.shown .btn-share-toggle-icons .share-btn {
    /*    box-shadow: 1px 2px 2px -1px #000;*/
}

.btn-share-toggle-icons .share-btn [class^="aw-"] {
    position: relative;
    top: 5px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 999;
}

.navbar-inverse {
    border-radius: 0;
    background-color: #426981;
    border-color: #015f7f;
    user-select: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent;
}

.navbar-brand {
    padding: 6px;
}

.navbar-brand > img {
    float: left;
}

.navbar-brand ~ .slogan {
    float: left;
    color: #6bc9fc;
    font-size: 14px;
    line-height: 28px;
    margin-left: 3px;
    padding-left: 12px;
    border-left: 1px solid rgba(138, 143, 149, 0.50);
    margin-top: 13px;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.navbar-toggle {
    float: right;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 48px;
    height: 48px;
    position: relative;
}

.navbar-toggle .icon-bar {
    width: 17px;
    height: 1px;
    position: absolute;
    right: 16px;
}

.navbar-toggle.collapsed .first {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .second {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transform: translateY(5px);
}

.navbar-toggle .first {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0 !important;
}

.navbar-toggle .second {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0 !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: calc(100vh - 50px);
    padding-bottom: 5px;
}

.en-site-btn {
    color: #8bd7ff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding-top: 15px;
}

.en-site-btn:hover {
    color: #8bd7ff;
}

.en-site-btn [class^="aw-"] {
    color: #fff;
    position: relative;
    top: 2px;
}

#main-menu a[disabled],
.user-menu a[disabled] {
    opacity: 0.6;
    pointer-events: none;
    display: none;
}

#main-menu .content-search-box-container {
    border: 0 !important;
    margin: 25px 0 20px 0;
}

#main-menu .content-search-box-container #menu-content-search-box {
    border-radius: 0;
    border: 0 !important;
    height: 40px;
    font-size: 16px;
    padding-left: 35px;
}

#main-menu .content-search-box-container .input-group-addon {
    border-radius: 0;
    border: 0;
    height: 40px;
    background: #fff;
    color: #9c9c9c;
    line-height: 0.7;
    padding: 5px 10px;
    border: 0;
}

.content-search-clear {
    position: absolute;
    top: 0;
    left: 0;
    color: #9c9c9c;
    z-index: 9;
    font-size: 14px;
    padding: 12px;
    line-height: 14px;
    display: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

/* menu */

#main-menu .navbar-nav {
    min-height: calc(100vh - 249px);
    transition: 0.29s margin ease;
    transition-delay: 80ms;
}

.main-menu-container {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100vh - 199px);
    overflow: hidden;
    margin-bottom: 40px;
    overflow-y: scroll;
}

.main-menu-container .aw-chevron-right {
    opacity: 0.6;
    transition: 0.5s opacity ease;
}

.level-1-menu {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.level-1-menu > li > a > i:not(.aw-chevron-right):not(.aw-globe),
.main-menu-sticky-items > li > a > i:not(.aw-chevron-right):not(.aw-globe) {
    font-size: 24px;
    position: absolute;
    top: 9px;
    left: 0;
}

.navbar-inverse .navbar-nav.level-1-menu > li > a,
.navbar-inverse .navbar-nav.main-menu-sticky-items > li > a {
    padding-left: 32px;
}

#main-menu .main-menu-sticky-items {
    opacity: 0;
    transition: 0.5s opacity ease;
    pointer-events: none;
}

#main-menu.in .main-menu-sticky-items {
    opacity: 1;
    pointer-events: auto;
    background: #27394e;
}

.level-2-menu {
    position: absolute !important;
    top: 0;
    left: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.level-3-menu {
    position: absolute !important;
    top: 0;
    left: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    padding-bottom: 12px;
}

.nav > li {
    position: static;
}

.navbar-nav .dropdown-menu {
    height: calc(100vh - 149px);
    max-height: calc(100vh - 149px);
    visibility: visible;
    overflow: visible;
    box-shadow: none;
    border: 0;
    background: transparent;
    display: none;
}

.navbar-nav .dropdown-menu > li {
    position: static;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: transparent !important;
    color: #e0e0e0 !important;
}

.navbar-inverse .navbar-nav li > a {
    color: #e0e0e0;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 0;
    border-top: 1px solid rgba(223, 223, 223, 0.2);
}

.navbar-inverse .navbar-nav li:first-child > a {
    border-top: 0;
}

.dropdown-menu > li.main-menu-back-btn {}

.dropdown-menu > li.main-menu-back-btn a {
    color: rgba(121, 190, 255, 1) !important;
    border-top: 0 !important;
    font-size: 17px !important;
}

.dropdown-menu > li.main-menu-back-btn a:focus,
.dropdown-menu > li.main-menu-back-btn a:hover {
    color: rgba(121, 190, 255, 1) !important;
}

.main-menu-sticky-items {
    position: fixed;
    bottom: 0;
    padding-bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
    margin-right: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9999;
}

.mobile-os-ios .main-menu-sticky-items {
    padding-bottom: 40px;
}

#alerts-container {
    max-height: 0;
    overflow: hidden;
    transition: 0.8s max-height ease;
}

#alerts-container.shown {
    max-height: 46px;
}

.alert-item {
    padding: 6px 10px 4px 10px;
    background: #fff;
    display: block;
    color: inherit;
    height: 46px;
    float: right;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: 1s ease;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 47px;
}

.alert-item .aw-alert {
    color: #e91d27;
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 10px;
}

/* homepage weather widget */

.popover[class*="tour-"] {
    min-width: 320px;
    font-family: inherit;
}

.popover[class*="tour-"] .popover-navigation {
    float: right;
    padding: 0 !important;
}

.popover[class*="tour-"] .btn {
    margin: 5px 10px 10px 0;
    padding: 5px 15px;
    border: 0;
}

.popover[class*="tour-"] .btn.btn-default {
    background: transparent;
}

.popover[class*="tour-"] .btn.pull-left {
    margin-left: 10px;
}

.popover[class*=tour-] .popover-navigation [data-role=end].disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled,
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled {
    display: none;
}

.tour-backdrop {
    opacity: .74;
    filter: alpha(opacity=74);
    z-index: 9999 !important;
}

.popover[class*=tour-] {
    z-index: 99999 !important;
}

/*.tour#step-0 {
    top: 60px !important;
    left: 50% !important;
    margin-left: 0;
    transform: translateX(-50%);
}*/

/*.tour#step-0 .arrow,
.tour#step-0 button[data-role="prev"] {
    display: none;
}*/

.tour#step-9 .arrow {
    margin-right: 85px;
}

.tour#step-10 .arrow {
    margin-right: 89px;
}

.tour#step-12 .arrow {
    margin-right: -111px;
}

.tour#step-13 {
    margin-top: 27px;
    z-index: 9999;
    position: fixed;
    top: 40px !important;
}

/*
.tour .popover-title {
    display: none;
}
*/


/*.tour-backdrop.left:after {
    display: block;
    content: attr(current);
    position: absolute;
    top: -12px;
    right: -12px;
    background: #d0002a;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-indent: -1px;
}*/

.tour-backdrop.left[current="0"]:after {
    display: none;
}

.tour-backdrop {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.8) !important;
}

.tour-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 4px 10px 4px;
    background: #ccc;
    display: inline-block;
    font-size: 0;
}

.tour-dot.active {
    background: #444;
}

#homepage-weather-widget {
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
    position: relative;
}

#homepage-weather-widget .search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.6s max-height ease;
    transition-delay: 250ms;
    max-height: 0;
    overflow: hidden;
}

#daily-weather-widget .search-box-flag {
    left: 20px;
}

#daily-weather-widget .search-box-inner {
    margin-bottom: 0;
    background: transparent;
}

#hourly-weather-widget .search-box {
    top: -46px;
}

#daily-weather-widget .search-box {
    top: 51px;
}

body.daily-page #daily-weather-widget .search-box .form-control,
body.hourly-page #hourly-weather-widget .search-box .form-control {
    border: 1px solid #d6d6d6;
}

#homepage-weather-widget .search-box.shown,
#hourly-weather-widget .search-box.shown,
#daily-weather-widget .search-box.shown {
    max-height: 300px;
    overflow: visible;
}

#homepage-weather-widget .search-box .form-control,
#hourly-weather-widget .search-box .form-control,
#daily-weather-widget .search-box .form-control {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    background-color: #f6f5f5;
    margin-bottom: 0;
    border-bottom: 0;
    background-repeat: no-repeat;
    background-position: 40px 50%;
}

#homepage-weather-widget .input-group-addon,
#hourly-weather-widget .input-group-addon,
#daily-weather-widget .input-group-addon {
    background: transparent;
    color: #fff;
    border: 0;
    border-radius: 0;
}

#homepage-weather-widget .input-group-addon.cancel-btn,
#hourly-weather-widget .input-group-addon.cancel-btn,
#daily-weather-widget .input-group-addon.cancel-btn {
    padding: 8px 20px 4px 6px;
}

#homepage-weather-widget .input-group-addon.search-btn,
#hourly-weather-widget .input-group-addon.search-btn,
#daily-weather-widget .input-group-addon.search-btn {
    background: #e8e7e7;
    color: #9c9c9c;
    text-shadow: none;
    font-size: 20px;
    line-height: 10px;
    padding: 10px 10px !important;
}

#hourly-weather-widget .hourly-location-name,
#daily-weather-widget .hourly-location-name {
    float: right;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 5px;
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hourly-weather-widget .loc-search,
#daily-weather-widget .loc-search {
    float: left;
    width: 53px;
    height: 22px;
    margin-top: -22px;
    color: #fff;
    font-size: 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#hourly-weather-widget .loc-search [class^="aw-"],
#daily-weather-widget .loc-search [class^="aw-"] {
    position: relative;
    top: -11px;
}

#hourly-forecast-menu-and-content {
    position: relative;
}

#hourly-weather-widget #prayer-times-content {
    margin-bottom: 5px;
}

#hourly-weather-widget #prayer-times-content .prayer-times-footer {
    border-top: 1px solid rgba(224, 222, 222, 0.2);
}

/*
#hourly-forecast-menu-and-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 40px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
*/

#hourly-forecast-menu-and-content #hourly-forecast-content {
    margin-bottom: 0;
    position: relative;
}

#hourly-forecast-menu-and-content #hourly-forecast-content > .tooltip {
    top: auto !important;
    bottom: 80px;
}

[data-toggle="svg-tooltip"] {
    cursor: pointer;
}

#hourly-forecast-menu-fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    background: #fff;
    color: #4e4e4e;
    max-height: 0;
    transition: 1s all ease;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.8;
}

#hourly-forecast-menu-fixed.shown {
    box-shadow: 0px 11px 11px -7px rgba(0, 0, 0, 0.44);
    max-height: 100px;
    display: block;
    pointer-events: auto;
    opacity: 1;
}

.hourly-forecast-menu-fixed-content {
    padding-left: 15px;
    padding-right: 15px;
}

.hourly-forecast-menu-fixed-content .hourly-forecast-btn {
    margin: 10px 0;
}

.hourly-forecast-menu-fixed-content .hourly-forecast-btn.active {
    color: #4acdd8;
}

#hourly-forecast-menu-fixed.light-black-box-menu a.active:after {
    border-bottom: 3px solid #4acdd8;
}

.daily-more-link {
    margin-top: 20px;
    margin-bottom: 20px;
}

.daily-more-link a {
    color: #4acdd8;
    text-decoration: underline;
    text-underline-position: under;
}

.search-box-inner {
    padding: 10px;
    background: #095e7d;
    color: #fff;
    margin-bottom: 10px;
    z-index: 9;
}

.legends-chevron {
    float: right;
    margin-right: 5px;
    transition: 0.28s ease;
    transform: rotate(180deg);
}

.accordion-shown .legends-chevron {
    transform: rotate(0deg);
}

body.weather-page .search-box-inner {
    position: relative;
    width: 100%;
}

body.weather-page .search-box-inner .form-control {
    height: 40px;
}

body.weather-page .input-group-addon.search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
}

body.weather-page .input-group-addon.cancel-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    color: #231f20 !important;
    transform: rotate(180deg);
    padding: 7px 0 3px 0 !important;
    text-shadow: none;
    font-weight: bold;
    font-size: 22px;
}

.input-group-addon.search-btn + .form-control {
    padding-right: 50px;
    padding-left: 50px;
}

#homepage-weather-widget .upper-part {
    padding-top: 20px;
    float: right;
    width: 100%;
}

#homepage-weather-widget .middle-part {
    float: right;
    width: 100%;
}

#homepage-weather-widget .last-update {
    float: left;
    width: 25%;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
}

#homepage-weather-widget .upper-part .btn {
    padding: 7px 20px 3px 20px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    border: 0px solid rgba(255, 255, 255, .6);
    display: inline-block;
    outline: 0;
    transition: .4s;
}

#homepage-weather-widget .upper-part .btn.active {
    color: #10243f;
    border-radius: 20px;
    background-color: #ffffff;
}

#homepage-weather-widget .upper-part .btn:first-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#homepage-weather-widget .upper-part .btn:last-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.day-night-toggle-container {
    border: 1px solid;
    border-radius: 20px;
}

#homepage-weather-widget .loc-day-night-toggle {
    float: left;
    width: 50%;
    padding: 0 8px;
    line-height: 25px;
}

#homepage-weather-widget .loc-name {
    width: 100%;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    z-index: 1;
    position: relative;
}

#homepage-weather-widget .loc-search {
    float: left;
    width: 25%;
    font-size: 49px;
    margin-top: -7px;
    height: 40px;
    text-align: end;
}

#homepage-weather-widget .temp {
    float: right;
    width: 100%;
    padding: 0 10px;
    font-size: 64px;
    line-height: 64px;
    margin-top: 15px;
    margin-bottom: 4px;
}

#homepage-weather-widget .status-icon {
    float: right;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 5px;
}

#homepage-weather-widget .status-text {
    float: right;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
}

#homepage-weather-widget.now .night,
#homepage-weather-widget.now .day {
    display: none;
}

#homepage-weather-widget.day .now,
#homepage-weather-widget.day .night {
    display: none;
}

#homepage-weather-widget.night .now,
#homepage-weather-widget.night .day {
    display: none;
}

#weather-video-carousel .carousel-control,
#weather-video-carousel .carousel-indicators,
#weather-video-carousel .author {
    display: none;
}

#weather-video-carousel .btn-share-toggle {
    bottom: -10px;
}

#card-weather-video-carousel .aw-video:before {
    transform: scale(1.4);
    display: inline-block;
    margin-left: 5px;
    top: 4px;
    position: relative;
}

/* gauges */

.gauges-part {
    float: right;
    width: 100%;
}

.single-chart {
    position: relative;
    display: inline-block;
    width: 90px;
}

.single-chart i[class^="aw-"] {
    position: absolute;
    text-align: center;
    top: 25px;
    left: 0;
    right: 0;
    font-size: 22px;
}

.single-chart .percentage {
    position: absolute;
    text-align: center;
    top: 51px;
    left: 0;
    right: 0;
    font-size: 13px;
}

.single-chart .percentage small {
    font-size: 70%;
}

.single-chart h4 {
    margin-top: 0;
    font-size: 14px;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: rgba(242, 242, 242, 0.5);
    stroke-width: 2;
}

.circle {
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart .circle {
    stroke: #f2f2f2;
}

#homepage-weathertext-card .panel-body {
    position: relative;
    padding: 15px 15px 50px 15px;
}

#homepage-weathertext-card .gradient-mask {
    position: absolute;
    top: 80%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
}

#homepage-weathertext-card .gradient-mask .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.text-forecast {
    float: right;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: 14px;
    text-align: start;
    margin-top: 5px;
    padding-right: 16px;
}

.text-forecast > div {
    overflow: hidden;
}

.text-forecast.shown {
    padding-left: 5px;
    white-space: normal;
}

.text-forecast:not(.shown):after {
    content: '...';
    position: absolute;
    top: 4px;
    right: 0;
}

.light-black-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 0;
    color: #f1f2f2;
    float: right;
    width: 100%;
}

.light-black-box.inner-pages-widget {
    background: #236C93;
    color: #fff;
}

.listing-page #todays-forecast-title-w-location {
    display: none;
}

body.listing-page h1,
body.listing-page h2.title {
    font-weight: bold;
}

body.node-page h1 {
    font-weight: bold;
}

#todays-forecast-title-w-location a.fw {
    width: 100%;
}

.error-page #todays-forecast-title,
.error-page .todays-forecast-other-location,
.error-page #weather-widget-container .transparent-bordered-box,
.error-page .todays-forecast-row:after,
.listing-page .todays-forecast-other-location {
    display: none;
}

.todays-forecast-other-location {
    position: absolute;
    top: 74px;
    left: 17px;
    font-size: 12px;
}

.todays-forecast-other-location a {
    color: inherit;
}

.todays-forecast-other-location .aw-search {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.light-black-box-menu.inner-pages-widget a {
    font-size: 12px;
}

.light-black-box-menu.inner-pages-widget span:not(.pull-right) {
    position: relative;
    right: -16px;
}

.light-black-box-menu {
    text-align: start;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

.light-black-box-menu a {
    display: inline-block;
    padding: 0px 8px;
    margin: 5px 0 0 0;
    border-right: 1px solid rgba(255, 255, 255, .6);
    font-size: 14px;
    color: inherit;
    position: relative;
}

.light-black-box-menu a.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #4acdd8;
}

.light-black-box-menu a:last-child {
    border-left: 0;
    border-right: 0;
}

.light-black-box-menu [class^="aw-"]:before {
    font-size: 22px;
    line-height: 0.4;
    position: relative;
    top: 4px;
    margin-left: 2px;
    margin-right: 3px;
}

.hourly-forecast-items.light-black-box-title {
    margin-bottom: 2px;
    text-align: center;
    padding-top: 4px;
}

.light-black-box-title h2 {
    color: #fff !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.light-black-box-title [class^="aw-"] {
    font-size: 20px;
    position: relative;
    top: 6px;
}

#tendays-forecast-title {
    padding: 11px 5px 8px 5px;
}

#tendays-forecast-title > a {
    padding: 0;
    margin: 0;
    color: inherit;
}

.hourly-forecast-content {
    overflow-x: scroll;
    overflow-y: hidden;
}

.hourly-forecast-items {
    padding-top: 10px;
    white-space: nowrap;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    user-select: none;
    overflow-x: auto;
}

.hourly-forecast-items:not(.light-black-box-title) {
    padding-bottom: 0;
    padding-top: 0;
}

.hourly-forecast-items svg.chart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

body.homepage .hourly-forecast-items svg.chart {
    width: 200%;
}

/*

body:not(.lang-ar) .hourly-forecast-items svg.chart {
    transform: scaleX(-1);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp {
    transform-origin: center;
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-0 {
    transform: scaleX(-1) translateX(92.2%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-1 {
    transform: scaleX(-1) translateX(75.2%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-2 {
    transform: scaleX(-1) translateX(58.5%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-3 {
    transform: scaleX(-1) translateX(41.9%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-4 {
    transform: scaleX(-1) translateX(25.4%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-5 {
    transform: scaleX(-1) translateX(8.4%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-6 {
    transform: scaleX(-1) translateX(-8%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-7 {
    transform: scaleX(-1) translateX(-24.7%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-8 {
    transform: scaleX(-1) translateX(-41.5%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-9 {
    transform: scaleX(-1) translateX(-58%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-10 {
    transform: scaleX(-1) translateX(-74.8%);
}

body:not(.lang-ar) .hourly-forecast-items svg.chart text.svg-temp.temp-11 {
    transform: scaleX(-1) translateX(-91.5%);
}
*/

.hourly-forecast-items .svg-temp {
    font-family: 'ArabiaWeatherReg';
    font-size: 15px;
    fill: #f1f2f2;
    alignment-baseline: central;
    text-anchor: middle;
}

.hourly-item .status-icon-container {
    position: relative;
    top: 0;
}

.hourly-forecast-items .tooltip {
    z-index: 0;
}

.hourly-forecast-header {
    position: absolute;
    top: 5px;
    left: 0;
    width: 200%;
    font-size: 12px;
}

body.homepage #hourly-forecast-content .hourly-item {
    margin-top: 28px;
    padding-top: 12px;
}

body.dir-rtl #hourly-forecast-content .hourly-item.hourly-item-0 .tooltip,
body.dir-rtl #tendays-forecast-content .hourly-item.hourly-item-0 .tooltip {
    left: auto;
    right: 5px;
}

body.dir-rtl #hourly-forecast-content .hourly-item.hourly-item-0 .tooltip-arrow,
body.dir-rtl #tendays-forecast-content .hourly-item.hourly-item-0 .tooltip-arrow {
    left: auto;
    right: 15px;
}

body.dir-rtl #hourly-forecast-content .hourly-item.hourly-item-11 .tooltip,
body.dir-rtl #tendays-forecast-content .hourly-item.hourly-item-5 .tooltip {
    left: 5px !important;
}

body.dir-rtl #hourly-forecast-content .hourly-item.hourly-item-11 .tooltip-arrow,
body.dir-rtl #tendays-forecast-content .hourly-item.hourly-item-5 .tooltip-arrow {
    left: 20px !important;
}

body.dir-ltr #hourly-forecast-content .hourly-item.hourly-item-0 .tooltip,
body.dir-ltr #tendays-forecast-content .hourly-item.hourly-item-0 .tooltip {
    right: auto;
    left: 5px !important;
}

body.dir-ltr #hourly-forecast-content .hourly-item.hourly-item-0 .tooltip-arrow,
body.dir-ltr #tendays-forecast-content .hourly-item.hourly-item-0 .tooltip-arrow {
    right: auto;
    left: 15px !important;
}

body.dir-ltr #hourly-forecast-content .hourly-item.hourly-item-11 .tooltip,
body.dir-ltr #tendays-forecast-content .hourly-item.hourly-item-5 .tooltip {
    right: 5px !important;
    width: auto !important;
}

body.dir-ltr #hourly-forecast-content .hourly-item.hourly-item-11 .tooltip-arrow,
body.dir-ltr #tendays-forecast-content .hourly-item.hourly-item-5 .tooltip-arrow {
    right: 15px !important;
}

.hourly-forecast-header > div {
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 5px;
}

.hourly-forecast-header > .days-separator {
    position: absolute;
    left: 50%;
    top: 0;
    height: 170px;
    border-left: 1px dashed rgba(255, 255, 255, 0.28);
    width: 1px;
}

.hourly-forecast-btn {
    width: 20%;
    white-space: nowrap;
    text-align: center;
}

.hourly-page .light-black-box-menu {
    margin-bottom: 10px;
}

.daily-page h1,
.hourly-page h1 {
    color: #4e4e4e;
    margin-top: 22px;
    margin-bottom: 0;
    width: 100%;
}

.daily-page h2,
.hourly-page h2 {
    color: #4e4e4e;
    margin-top: 22px;
    margin-bottom: 0;
    width: 100%;
    font-size: 20px;
    margin-bottom: 26px;
}

.hourly-page h2 {
    margin-top: 10px;
}

.daily-page h1 [class^="aw-"],
.hourly-page h1 [class^="aw-"] {
    position: relative;
    top: 1px;
    font-size: 18px;
}

.hourly-page h1 small {
    color: rgba(78, 78, 78, 0.88);
}

.hourly-item {
    display: inline-block;
    min-width: 40px;
    width: 16.6666666667%;
    height: 155px;
    line-height: 12px;
    padding: 15px 2px;
    /*	overflow: hidden;*/
    text-align: center;
}

.hourly-forecast-items-prayer .hourly-item {
    height: 115px;
    margin-bottom: 44px;
}

body.hourly-page .hourly-forecast-items-prayer .hourly-item {
    margin-bottom: 50px;
}

.hourly-item .hour-time {
    font-size: 12px;
}

body:not(.lang-ar) .hourly-item .hour-time {
    letter-spacing: -0.5px;
}

.hourly-item.step-passed .hour-time,
.hourly-item.step-passed .salah,
.hourly-item.step-passed .salah-name,
.hourly-item.step-passed .salah-time,
.hourly-item.step-passed .salah-temperature,
.hourly-item.step-passed .salah-status img,
.hourly-item.step-passed [class^="aw-"],
.hourly-item.step-passed .icon-container + div,
.hourly-item.step-passed .icon-container + div + div,
.hourly-item.step-passed small,
.hourly-item.step-passed .weather-box-temp,
.hourly-item.step-passed .status-icon-container > *:not(.tooltip),
.hourly-item.step-passed .status-text-container,
.hourly-forecast-items .svg-temp-passed {
    opacity: 0.35;
}

.hourly-item.step-active {
    background: rgba(255, 255, 255, 0.1);
}

.hourly-item.step-active .hour-time {
    color: #00c6dd;
}

.hourly-item.step-coming {}

.tendays-forecast-row-details .daily-more-link {
    margin-top: 12px;
    position: relative;
}

.tendays-forecast-row-details .hourly-item {
    height: 110px;
}

.tendays-forecast-row-details .hourly-item .weather-box {
    overflow: visible;
}

.tendays-forecast-row-details .hourly-item .weather-box .tooltip {
    width: 100px;
}

.tendays-forecast-row-header-container .day-status-icon .tooltip,
.tendays-forecast-row-header-container .night-status-icon .tooltip {
    width: 120px;
}

body.hourly-page .hourly-forecast-items .hourly-item .weather-box,
body.homepage #hourly-forecast-content .hourly-item .weather-box {
    overflow: visible;
}

body.homepage #hourly-forecast-content .hourly-item .weather-box.collapsed {
    overflow: hidden;
}

body.hourly-page .hourly-forecast-items .hourly-item .weather-box .tooltip,
body.homepage #hourly-forecast-content .hourly-item .weather-box .tooltip {
    width: 100px;
}

.tendays-forecast-row-details .hourly-item .weather-box .tooltip-inner {
    font-size: 12px;
}

.weather-box-temp {
    font-size: 14px;
    margin-top: 10px;
    text-indent: -4px;
}

.hourly-item.current .hour-time {
    color: #4acdd8;
}

.hourly-item .icon-container {
    height: 50px;
    padding: 10px 0;
    position: relative;
    margin: 20px 0;
}

.hourly-item .icon-container + div {
    font-size: 14px;
}

.hourly-item .humidity-box .icon-container + div,
.hourly-item .rain-box .icon-container + div {
    margin-top: 8px;
}

.hourly-item .status-icon-container {
    height: 50px;
    padding: 8px 0;
}

.hourly-item [class^="aw-"] {
    display: inline-block;
    line-height: 28px;
    font-size: 28px;
    transition: 1s transform ease;
    position: relative;
}

.hourly-item .aw-wind-arrow {
    line-height: 22px;
    font-size: 22px;
}

.weather-box,
.wind-box,
.humidity-box,
.rain-box,
.prayer-box {
    height: 90px;
    max-height: 90px;
    transition: 0.2s max-height ease;
    height: 120px;
    max-height: 120px;
    transition: 0.15s max-height ease;
    overflow: hidden;
}

.custom-prayer-box {
    overflow: initial !important;
}

.tendays-forecast-row-details .weather-box {
    height: 80px;
}

.wind-box + .tooltip {
    margin-top: 12px;
}

.hourly-item .collapsed {
    max-height: 0;
}

.rain-box .rain-rate-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    transition: 1s height ease;
    transition-delay: 0.4s;
}

.rain-box .aw-rain-rate-fill {
    color: #4acdd8;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    left: 0;
    right: 0;
}


/* homepage tendays */

#tendays-forecast-content .tendays-forecast-rows {
    position: relative;
    padding-top: 0;
}

#tendays-forecast-content.collapsed .tendays-forecast-rows {
    /*	max-height: 164px;*/
    overflow: hidden;
}

/*
#tendays-forecast-content.collapsed .tendays-forecast-rows:before {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(18, 94, 135) 100%);
    pointer-events: none;
    z-index: 5;
}*/

body.homepage #tendays-forecast-content.collapsed .tendays-forecast-rows:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.tendays-forecast-row-more-btn {
    height: 60px;
    position: relative;
    margin-top: -80px;
    z-index: 6;
}

.tendays-forecast-row-more-btn:after {
    border-radius: 20px;
    background: #fff;
    font-family: "arabiaweather" !important;
    content: "\e030";
    display: block;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: rotate(180deg);
    color: #989a9a;
    text-shadow: none;
    font-size: 12px;
    transition: 0.4s transform ease;
    text-align: center;
}

.tendays-forecast-row-more-btn.shown:after {
    transform: rotate(0deg);
}

.install-app-tooltip-container {
    transition: 1s ease;
    max-height: 0;
    overflow: hidden;
}

.install-app-tooltip-container.shown {
    max-height: 200px;
}

.install-app-tooltip-container .btn {
    min-width: 100px;
}

#tendays-forecast-content.collapsed .install-app-tooltip,
.hourly-page .install-app-tooltip {
    position: relative;
    float: right;
    width: 100%;
    background: #fff;
    text-shadow: none;
    color: #171c27;
    padding: 15px 2px;
    margin-top: 10px;
}

#tendays-forecast-content.collapsed .install-app-tooltip:after,
.hourly-page .install-app-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    right: 50%;
    margin-right: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.install-app-tooltip .install-app-tooltip__first-title {
    font-size: 14px;
    color: #3E3E3E;
}

.install-app-tooltip .install-app-tooltip__second-title {
    font-size: 16px;
    color: #3E3E3E;
}

.btn-subscribe {
    width: 214px;
    font-size: 14px;
    color: #ffffff;
    background-color: #A8D932;
    border-radius: 4px;
}

.premium-icon {
    width: 21px;
    height: 19px;
    margin-top: -2px;
    margin-left: 2px;
}

.badge-new {
    color: #F25454;
}

.tendays-forecast-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tendays-forecast-row:last-child {
    border-bottom: 0;
}

.tendays-forecast-row {
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 22px;
}

.tendays-forecast-row-header-container > div {
    float: left;
    padding: 16px 2px 12px 2px;
    /*    overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 12.5%;
}

.tendays-forecast-row > div > div.day-status-icon,
.tendays-forecast-row > div > div.night-status-icon {
    padding: 8px 0;
    position: relative;
}

.tendays-forecast-row > div > div.day-status-icon .dark-icon,
.tendays-forecast-row > div > div.night-status-icon .dark-icon {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
}

.tendays-forecast-row:after {
    position: absolute;
    top: 15px;
    right: 9px;
    content: "\e069";
    font-family: "arabiaweather" !important;
    font-size: 9px;
    line-height: 20px;
    transform: rotate(180deg);
    transition: 0.4s transform ease;
    pointer-events: none;
}

.tendays-forecast-row.shown:after {
    transform: rotate(0deg);
}


.tendays-forecast-row-header-container > div.day-title,
.tendays-forecast-row-header-container > div.night-title {
    width: 11%;
}

.tendays-forecast-row .dayname {
    width: 22%;
    font-weight: bold;
}

.tendays-forecast-row > div:not(.night-temp) {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: 0.4s border ease;
    height: 50px;
}

.tendays-forecast-row.shown > div:not(.night-temp) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tendays-forecast-row .day-title,
.tendays-forecast-row .night-title {
    font-size: 12px;
    line-height: 20px;
}

.tendays-forecast-row .day-temp {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.tendays-forecast-row .night-temp {
    /*    color: #bdbdbd;*/
    font-size: 16px;
    letter-spacing: -0.5px;
}

.tendays-forecast-row > div.tendays-forecast-row-details-container {
    width: 100%;
    padding: 0;
    transition: 0.4s max-height ease;
    max-height: 0;
    height: auto;
    overflow: hidden;
}

.tendays-forecast-row.shown > div.tendays-forecast-row-details-container {
    max-height: 600px;
}

.tendays-forecast-row-details {
    padding: 0 10px;
}

.tendays-forecast-row-details-container .day-night-name {
    text-align: start;
    font-size: 12px;
    margin: 4px 0 8px 0;
}

.tendays-forecast-row-details-container .day-night-name.day {
    color: #ff9800;
}

.tendays-forecast-row-details-container .day-night-name.night {
    color: #97c3e9;
    margin-top: 15px;
}

.tendays-forecast-row-details-container .value-box {
    float: right;
    width: 21%;
    font-size: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.tendays-forecast-row-details-container .value-box.realfeel {
    width: 25%;
}

.tendays-forecast-row-details-container .value-box.wind {
    width: 22%;
}

.tendays-forecast-row-details-container .value-box.rain {
    border-left: 0;
}

.tendays-forecast-row-details-container .value-box [class^="aw-"] {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.tendays-forecast-row-details-container .value-box.rain {
    width: 32%;
}

.tendays-forecast-row-details-container .value-box.rain [class^="aw-"] {
    margin-right: 2px;
}

.tendays-forecast-row-details-container .value-box.realfeel img {
    margin-top: 2px;
}

.tendays-forecast-row-details-container .value-box.realfeel span {
    position: relative;
    top: 2px;
}

.tendays-forecast-row-details-container .value-box .title {
    margin-bottom: 4px;
}

.tendays-forecast-row-details-container [detailsrotateto] {
    display: inline-block;
    transition: 1s transform ease;
    font-size: 20px;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.tendays-forecast-row-details-container [detailsrotateto] + span {
    display: inline-block;
    line-height: 11px;
    margin-top: 5px;
}

.tendays-forecast-row-details-container [detailsrotateto] + span small {
    font-size: 10px;
    opacity: 0.8;
}

.tendays-forecast-row-details-container [detailsrotateto] icon {
    top: 3px;
}

#tendays-forecast-content .tendays-forecast-row[alerts]:before {
    content: attr(alerts);
    position: absolute;
    top: 7px;
    left: 4px;
    color: #fff;
    background: url(../images/alert-triangle.svg) no-repeat bottom left;
    background-size: 16px;
    width: 18px;
    height: 14px;
    line-height: 1px;
    text-align: right;
    font-size: 8px;
    display: block;
}

#tendays-forecast-content .tendays-forecast-row[alerts="0"]:before {
    content: "";
}

#tendays-forecast-content .tendays-forecast-row[alerts][alert-level="none"]:before {
    background: url(../images/alert-none.svg) no-repeat bottom left;
}

#tendays-forecast-content .tendays-forecast-row[alerts][alert-level="medium"]:before {
    background: url(../images/alert-medium.svg) no-repeat bottom left;
}

#tendays-forecast-content .tendays-forecast-row[alerts][alert-level="high"]:before {
    background: url(../images/alert-high.svg) no-repeat bottom left;
}

#tendays-forecast-content.domain-sa .tendays-forecast-row[alerts]:before {
    content: '';
    display: none !important;
}

.tendays-forecast-row .dayname.text-start {
    text-align: start;
    padding-left: 24px;
    font-size: 12px;
}

.weather-alert-container {
    float: right;
    width: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.4);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.weather-alert-container:last-child {
    margin-bottom: 15px;
}

.weather-alert-container + .weather-alert-container {
    /*    margin-top: 18px;*/
}

.weather-alert-title {
    float: left;
    border-bottom: 1px solid rgba(229, 229, 229, 0.25);
    margin-bottom: 14px;
    font-size: 12px;
}

.weather-alert-text {
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    text-align: start;
    font-size: 14px;
    white-space: pre-line;
}

.weather-alert-text + .weather-alert-text {
    margin-top: 10px;
}

.weather-alert-text .alert-icon {
    position: absolute;
    left: 0;
    top: 0;
}

/*
.alert-level-none {
    background: rgba(65, 152, 44, 0.1);
    border: 1px solid rgba(65, 152, 44, 0.2);
}

.alert-level-medium {
    background: rgba(255, 206, 0, 0.1);
    border: 1px solid rgba(255, 206, 0, 0.2);
}

.alert-level-high {
    background: rgba(199, 0, 16, 0.1);
    border: 1px solid rgba(199, 0, 16, 0.2);
}
*/

.todays-forecast-row {
    position: relative;
}

.todays-forecast-row:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #5a6777;
    margin-right: -12px;
}

.todays-forecast-row .day-half {
    float: left;
    width: 50%;
    padding: 10px;
    position: relative;
    font-size: 12px;
}

.todays-forecast-row .day-half.day:after {
    display: block;
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 20%;
    background: #868f9a;
}

.transparent-bordered-box {
    border: 1px solid #cfcfcf;
    padding: 10px 5px;
    margin-top: 10px;
}

.transparent-bordered-box-title {
    color: #5b6878;
    background: #ebe9e9;
    display: inline-block;
    position: relative;
    top: -20px;
    padding: 0 15px;
}

.todays-forecast-more-box-title + .fw {
    margin-top: -5px;
}

.transparent-bordered-box .btn {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 130px;
    margin-bottom: 5px;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.todays-forecast-row .temp {
    font-size: 36px;
    line-height: 54px;
    position: relative;
    top: 8px;
}

#hourly-forecast-content .next-btn:after {
    border-radius: 20px;
    background: #fff;
    font-family: "arabiaweather" !important;
    content: "\e030";
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: rotate(90deg);
    color: #000;
    text-shadow: none;
    font-size: 12px;
    transition: 0.4s transform ease;
    text-align: center;
    cursor: pointer;
    transition: 0.4s ease;
}

#hourly-forecast-content .prev-btn:after {
    border-radius: 20px;
    background: #fff;
    font-family: "arabiaweather" !important;
    content: "\e030";
    display: block;
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: rotate(-90deg);
    color: #000;
    text-shadow: none;
    font-size: 12px;
    transition: 0.4s transform ease;
    text-align: center;
    cursor: pointer;
    transition: 0.4s ease;
}

#hourly-forecast-content .next-btn.inactive:after,
#hourly-forecast-content .prev-btn.inactive:after {
    background: #e1e1e1;
    color: rgba(152, 154, 154, 0.3);
    cursor: not-allowed;
}

.panel-footer a {
    color: inherit;
}

.panel-default .carousel {
    margin-bottom: 20px;
}

.panel-default .carousel-indicators {
    padding-right: 0;
    bottom: -40px;
}

.panel-default .carousel-indicators li {
    border: 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
    margin: 3px;
}

.panel-default .carousel-indicators .active {
    box-shadow: none;
    background-color: #464646;
    width: 10px;
    height: 10px;
}

.panel-default .carousel-caption {
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #242323;
    text-shadow: none;
}

.panel-default .carousel-caption .title {
    display: table-cell;
    vertical-align: middle;
    text-align: start;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.panel-default .carousel-caption .title > a {
    display: inline-block;
    max-height: 40px;
    overflow: hidden;
}

.panel-default .carousel-inner > .item > a > img,
.panel-default .carousel-inner > .item > img {
    width: 100%;
}

.author {
    float: left;
    width: 100%;
    text-align: start;
    margin-top: 8px;
}

.carousel-caption .author {
    border-bottom: 1px solid #c3c3c4;
    height: 48px;
    padding-bottom: 10px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.listing-carousel-img-container {
    display: block;
    position: relative;
}

.carousel-control {
    opacity: 0.8;
    width: 20%;
}

.carousel-control .aw-chevron-left,
.carousel-control .aw-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0.2) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control .icon-next,
.carousel-control .aw-chevron-right {
    margin-right: -15px;
}

.carousel-control .icon-prev,
.carousel-control .aw-chevron-left {
    margin-left: -15px;
}

.add-cs-btn [class^="aw-"] {
    color: #333;
    font-size: 18px;
    display: inline-block;
}

.author-img {
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

img.author-img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/default-user-image.jpg);
    background-size: cover;
}

.author-name {
    color: #535353;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 45px);
}

[class*="user-classification-"] .user-name:after,
[class*="user-classification-"] .author-name:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    background-size: cover;
    position: relative;
    top: 6px;
    right: 4px;
}

.user-classification-official .user-name:after,
.user-classification-official .author-name:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/verified.webp);
    background-size: cover;
    position: relative;
    top: 6px;
    left: 4px;
}

.user-social-container a {
    font-size: 22px;
    margin: 0 10px;
}

.author-title {
    color: #757575;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 45px);
}

h2.title {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.title a {
    color: inherit;
}

.listing.card .node-date {
    margin-top: 10px;
}

.card-date-share-container {
    margin-bottom: -2px;
    margin-top: 5px;
    position: relative;
}

.author-container {
    margin-bottom: -5px;
}

.node-body {
    font-size: 15px;
    overflow-x: auto;
    position: relative;
}

.node-body img {
    max-width: 100% !important;
    height: auto !important;
}

.node-body iframe {
    max-width: 100% !important;
}

*::selection {
    background: rgba(4, 120, 184, 0.7);
    color: #fff;
}

body img::selection,
.panel-body img::selection {
    background: rgba(4, 120, 184, 0.4);
}

/* user page */

.user-page .card-date-share-container {
    margin-top: 12px;
}

.user-page .card-date-share-container .btn-share-toggle > [class^="aw-"] {
    bottom: -8px;
}

.user-picture-container {
    border-radius: 50%;
    border: 3px solid #84cce1;
    width: 161px;
    height: 161px;
    overflow: hidden;
    display: inline-block;
}

.user-data-container .user-name {
    color: #565656;
    font-size: 20px;
    margin: 5px 0;
}

.user-data-container .user-title {
    color: #1b92f3;
    font-size: 16px;
    margin: 5px 0;
}

.user-data-container .user-bio {
    color: #3b3939;
}

body.users-page .user-name {
    height: 28px;
    font-size: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.users-page .user-title {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.users-page .user-bio {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* autocomplete */

.autocomplete-suggestions {
    background: #FFF;
    color: #333;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: none !important;
    top: 54px !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    text-align: start;
}

.autocomplete-suggestion {
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    background-size: 28px;
    background-position: calc(100% - 5px) 50% !important;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-selected {
    /*    background-color: #f0f0f0;*/
}

/*
.autocomplete-suggestion.odd {
    background-color: #fff;
}

.autocomplete-suggestion.even {
    background-color: #e0e3e6;
    box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.24), inset 0px -4px 6px -4px rgba(0, 0, 0, 0.24);
}

.autocomplete-suggestion.even:last-child {
    box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.24);
}
*/

.autocomplete-suggestion:nth-child(n+8) {
    display: none;
}

#autocomplete-ajax {
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    max-width: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.lang-ar #autocomplete-ajax {
    background-position: left;
}

.autocomplete-gps-btn.loading {
    pointer-events: none;
    cursor: not-allowed;
}

.autocomplete-gps-btn .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s opacity ease;
    pointer-events: none;
    z-index: 9;
    color: #fff;
    text-align: center;
    background: url(../images/loader.svg) no-repeat center;
    background-size: 45px;
    direction: ltr;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px #1a365b;
    background-position: 50% 50%;
    filter: brightness(0.4);
}

.autocomplete-gps-btn.loading .aw-gps {
    opacity: 0;
}

.autocomplete-gps-btn.loading .loader {
    display: block;
    opacity: 1;
}

.search-box-flag {
    position: absolute;
    top: 16px;
    right: 49px;
    z-index: 2;
    border: 1px solid #ebebeb;
    border-radius: 13px;
}

.video-image-container {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -11px;
}

.video-image-container > .img-responsive {
    margin: 0 auto;
    width: 100%;
}

.video-image-container .carousel-caption {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 51%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 51%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 51%, rgba(0, 0, 0, 1) 100%);
}

.video-image-container .carousel-indicators {
    /*    white-space: nowrap;*/
    line-height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

#node-carousel {
    margin-bottom: 35px;
}

.node-page .card h1 {
    font-size: 20px;
    margin: 10px 0;
    line-height: 26px;
}

.node-page .author-container {
    margin-bottom: 5px;
    margin-top: 5px;
}

.node-page .author-container .author {
    margin-top: -5px;
}

.node-date {
    font-size: 12px;
}

.node-date > [class^="aw-"] {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

body.node-page .node-date {
    margin-top: 18px;
    color: #848484;
    font-size: 14px;
}

.node-section-container {
    margin-bottom: 10px;
}

body.node-page .node-section-container {
    margin-top: 17px;
    margin-bottom: 17px;
}

body.node-page .node-related-container {
    display: none;
}

.node-section-container .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px;
    border-radius: 2px;
    text-transform: capitalize;
}

.btn-section {
    background: #679AD3;
    color: #fff;
}

.btn-section:hover {
    color: #fff;
}

.btn-section-35,
.btn-section-8213 {
    background: #89AB46;
}

.btn-section-8211,
.btn-section-8212,
.btn-section-8216 {
    background: #61A8D5;
}

.btn-section-33 {
    background: #367733;
}

.btn-section-3408,
.btn-section-51,
.btn-section-39 {
    background: #4C515C;
}

.btn-section-27,
.btn-section-28,
.btn-section-29 {
    background: #5177A1;
}

.btn-section-23,
.btn-section-24,
.btn-section-25,
.btn-section-10958,
.btn-section-14108,
.btn-section-12403,
.btn-section-10959,
.btn-section-26 {
    background: #44A9BE;
}

.btn-section-32,
.btn-section-37 {
    background: #46546D;
}

.btn-section-11214,
.btn-section-11096 {
    background: #647C8A;
}

.btn-section-12598,
.btn-section-11889 {
    background: #BF4031;
}

.btn-section-34 {
    background: #D8612A;
}

.btn-section-8219 {
    background: #3C5D96;
}

body.node-page .node-share-container {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.share-btn {
    border: 0;
    padding: 6px 6px 4px 6px;
    font-size: 20px;
}

.share-btn i:before {
    position: relative;
    top: -1px;
}

.node-tags {
    font-size: 14px;
}

.node-tags > a {
    display: inline-block;
    margin: 4px;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid #61A8D5;
    font-size: 12px;
    color: #61A8D5;
    background: #fff;
    transition: 0.4s ease;
}

.node-tags > a:hover {
    background: #61A8D5;
    color: #fff;
}

.related-title {
    color: #ce4209;
    font-size: 18px;
    position: relative;
    margin: 10px 0;
}

.related-title span {
    background: #fff;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.related-title:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 0;
}

.node-related-item {
    color: inherit;
}

.node-related-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.node-related-item .node-related-image {
    width: 30%;
    float: right;
}

.node-related-item .node-related-title {
    width: 70%;
    float: right;
    padding: 0 10px;
}

.content-search-box-container {
    border: 1px solid #bebdbd;
}

#content-search-box {
    border-radius: 0;
    border: 0;
    height: 35px;
    font-size: 16px;
}

#content-search-box + .input-group-addon {
    border-radius: 0;
    border: 0;
    height: 35px;
    background: #bebdbd;
    color: #fff;
    line-height: 0.7;
    padding: 5px 10px;
}

.no-results-text {
    font-size: 20px;
}

.search-page h1 {
    font-size: 20px;
}

.sat-dropdown {
    height: 46px;
    margin-bottom: -6px;
}

.sat-dropdown .dropdown-toggle.btn {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-top: 12px;
    position: relative;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sat-dropdown .caret {
    transition: 0.6s transform ease;
}

.sat-dropdown.open .caret {
    transform: rotate(-180deg);
}

.dropdown-toggle.btn {
    transition: 0.2s background-color ease;
}

#sat-region-menu {
    margin-top: -6px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease;
    pointer-events: none;
}

.sat-dropdown.open #sat-region-menu {
    max-height: 360px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    pointer-events: auto;
}

#sat-region-menu a {
    color: #333;
    padding: 10px 10px;
}

#sat-region-menu.dropdown-menu > .active > a {
    background-color: #e7e7e7;
    color: #333;
}

.sat-image-container {
    border-top: 4px solid #fff;
}

.sat-image-container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
}

.sat-image-container.fullscreen > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(2);
}

.sat-image-container.fullscreen .homepagemap-fullscreen-icon,
.sat-image-container.fullscreen .aw-share {
    position: fixed;
}

.sat-dropdown .dropdown-toggle.btn .caret {
    position: absolute;
    top: 17px;
    right: 11px;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.sat-dropdown-label {
    padding: 12px 5px 10px 5px;
    font-size: 13px;
    width: 75px;
    background: #e7e7e7;
    white-space: nowrap;
}

.sat-image-container {
    min-height: 180px;
    position: relative;
    display: block;
    border-radius: 4px;
    color: #000000;
}

.sat-image-container:hover {
    color: #000000;
}

.sat-image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    transition: 0.5s opacity ease;
    pointer-events: none;
    z-index: 9;
    text-align: center;
    background: rgba(0, 0, 0, 0.7) url(../images/loader.svg) no-repeat center;
    background-size: 85px;
    line-height: 175px;
    direction: ltr;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px #1a365b;
    background-position: 50% 0%;
}

.sat-image-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 9;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    line-height: 84px;
    direction: ltr;
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 1px 0px #1a365b;
    background-position: 50% 0%;
}

.sat-image-play:after {
    font-family: "arabiaweather" !important;
    content: "\e070";
}

.sat-image-container .aw-share {
    position: absolute;
    bottom: 1px;
    right: 12px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 1px 0px #1a365b;
}

.sat-image-container .aw-share + .tooltip {
    margin-top: -5px;
    margin-left: -1px;
}

.sat-image-container .aw-share + .tooltip .tooltip-inner {
    background-color: #fff;
}

.sat-image-container .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}

.sat-image-container .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.sat-image-container .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.sat-image-container .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.sat-image-loader.visible {
    opacity: 1;
}

.btn-sat-interval {
    font-size: 12px;
    background-color: #e7e7e7;
    color: #2c2a2a;
    float: left;
    width: 32.3333333333%;
    margin-right: 1.5%;
    border-radius: 0;
    padding: 7px 5px 3px 5px;
}

.btn-sat-interval:last-child {
    margin-left: 0;
    margin-right: 0;
}

.btn-sat-interval.active {
    background-color: #068ABA;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sat-thumb {
    float: right;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    background: #ccc center;
    background-size: cover;
}

.sat-page .panel-primary .panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.sat-page .panel-primary {
    box-shadow: none;
}

.sat-page .panel-primary .panel-body {
    border: 1px solid #e3dfdf;
}

.thumb-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 4px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    color: #fff;
}

.contact-row {
    padding: 10px 0 5px 0;
}

.contact-row.bordered {
    border-bottom: 1px solid #ccc;
}

#contact-form > div {
    margin: 10px 0;
}

.article-country-container {
    padding: 5px;
}

.article-country-container.has-error {
    border: 1px solid #a94442;
}

.g-recaptcha.form-control {
    height: auto !important;
    padding: 0 !important;
}

.g-recaptcha.form-control > div,
.g-recaptcha.form-control > div iframe {
    max-width: 100% !important;
    margin: 0 auto;
}

.g-recaptcha.form-control > div {
    margin-bottom: -2px;
}

.form-control {
    border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 0 0 4px;
}

ol,
ul {
    padding-right: 26px;
}

.contact-page .tab-pane [class^="aw-"] {
    float: right;
    margin-right: 5px;
    font-size: 16px;
}

.addnews-page h1 span {
    font-size: 17px;
}

.addnews-page h1 small {
    font-size: 12px;
    color: inherit;
}

.addnews-page .article-terms {
    font-size: 14px;
    color: #666;
}

.addnews-page .article-terms li {
    margin-bottom: 2px;
}

.locations-list-page .locations-list {
    padding: 0;
}

.locations-list-page .locations-list li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    white-space: nowrap;
}

.locations-list-page .locations-list li a {
    text-decoration: underline;
    text-underline-position: under;
    white-space: normal;
}

body.locations-list-page .btn-locations-more {
    display: none;
}

.locations-list-search-box {
    background: #095e7d;
    padding: 7px;
    padding-right: 55px;
    margin-bottom: 7px;
    position: relative;
}

.locations-list-filter-clear {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 55px;
    line-height: 49px;
}

.locations-list-filter-clear:hover,
.locations-list-filter-clear:focus {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    color: #fff;
}

.error-page:not(.error-page-404) .navbar-fixed-top,
.error-page:not(.error-page-404) footer {
    display: none;
}

.error-page .error-icon {
    margin-top: 10px;
    margin-bottom: 5px;
}

.error-page .error-code {
    font-size: 34px;
}

.error-page .error-text h1 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-gohome {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
}

.btn-gohome [class^="aw-"] {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.android-only,
.ios-only {
    display: none;
}

body.mobile-os-android .android-only {
    display: inline-block;
}

body.mobile-os-ios .ios-only {
    display: inline-block;
}

.hide-adv-btn {
    color: #9CA0A3;
    font-size: 12px;
    margin-bottom: 5px;
}

.mpu-adv {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    z-index: 0;
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
    clear: both;
    /*    overflow: hidden;*/
}

.outofpage-adv {
    position: fixed;
    z-index: 9999999;
}

.leaderboard-adv {
    min-width: 970px;
    min-height: 250px;
}

.mpu-adv {
    min-width: 300px;
    min-height: 250px;
}

.content-container {
    position: relative;
}

.skyscraper {
    position: absolute;
    top: 10px;
    display: none !important;
    width: 120px;
    height: 600px;
    transition: 0.2s ease;
}

.skyscraper.sticky {
    position: fixed;
    top: 60px;
}

body.not-front .skyscraper {
    top: 0;
}

body.not-front .skyscraper.sticky {
    top: 10px;
}

body.listing-page .skyscraper {
    top: 54px;
}

.skyscraper-right {
    right: 50%;
    margin-right: -702px;
}

.skyscraper-left {
    left: 50%;
    margin-left: -702px;
}

body > .container-fluid > .mpu-adv,
body > .container > .mpu-adv {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);

    /*
	margin-left: 0;
	margin-right: 0;
	max-width: calc(100% + 30px);
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
*/
}

.mpu-adv:before {
    color: rgba(255, 255, 255, 0.81);
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: -2px;
    content: 'advertisement';
    display: block;
}

body.lang-ar .mpu-adv:before {
    content: 'اعلان';
}

.mpu-card {
    background: #fff;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
}

.mpu-card .mpu-adv {
    margin-bottom: 0;
}

.mpu-card .mpu-adv:before {
    color: #989898;
}

/* crowd sourcing */

.crwd-card .user-image-container {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 10px;
}

.crwd-card .user-name {
    float: right;
    width: calc(100% - 60px);
    height: 22px;
    line-height: 22px;
    color: #009dff;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-top: 8px
}

.crwd-card .post-date {
    float: right;
    width: calc(100% - 60px);
    height: 20px;
    line-height: 20px;
    color: #757777;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}

.crwd-card .post-text {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    word-wrap: break-word;
}

.crwd-card-weather {
    line-height: 16px;
    margin-top: 8px;
}

.crwd-card-weather img {
    float: right;
    margin-right: 5px;
}

.crwd-card .post-temperature {
    float: right;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin-top: -65px;
    position: relative;
    color: #fff;
    font-size: 56px;
    padding: 0 10px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
}

.crwd-card .video-post-temperature {
    float: right;
    width: 100%;
    height: 120px;
    line-height: 60px;
    margin-top: -120px;
    position: relative;
    color: #fff;
    font-size: 56px;
    padding: 0 10px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
}

.crwd-status {
    color: #212121;
    font-size: 13px;
    margin-top: 11px;
    float: right;
    width: calc(100% - 75px)
}

.crwd-location {
    color: #929292;
    font-size: 12px;
    float: right;
    width: calc(100% - 75px)
}

.crwd-time {
    color: #929292;
    font-size: 11px;
    float: right;
    width: calc(100% - 75px)
}

.crwd-likes {
    margin-right: 4px
}

#card-crowd-posts-carousel .post-temperature {
    height: 65px;
    line-height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 56px;
    padding: 0 10px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
    pointer-events: none;
}

#card-crowd-posts-carousel .carousel-caption .title {
    position: absolute;
    top: 5px;
    right: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
    display: none;
}


#card-crowd-posts-carousel .crwd-card-weather img {
    position: relative;
    top: 3px;
}

/* Change the direction of the transition. */

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

/* live event */

body.live-page {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.live-page #open-in-app {
    display: none !important;
}

.events-container {
    float: right;
    width: 100%;
    background: #303030;
}

.event-title {
    background: #c61b01;
    color: #fff;
    float: right;
    width: 100%;
}

.event-title h2 {
    float: right;
    margin: 5px 15px 5px 32px;
}

.event-sub-title {
    float: right;
    width: 100%;
    background: #4d4d4d;
    color: #fff;
    padding: 5px 15px;
}

.events-desc-block {
    background: #303030;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.event-desc {
    float: right;
    padding: 20px 10px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    /*    max-height: 294px;*/
    max-height: 800px;
    transition: 0.8s ease;
    overflow: hidden;
    padding-bottom: 40px;
}

/*
.event-desc.open {
    max-height: 800px;
}
*/

.event-details-btn {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #c61b01;
    box-shadow: 0px -9px 31px 11px #303030;
    width: calc(100% - 20px);
    z-index: 99;
}

.event-image-container {
    float: right;
    width: 100%;
}

.event-image-container img {
    width: 94%;
    height: auto;
    float: right;
    border: 1px solid #a7a49d;
    margin: 10px 3% 0 3%;
}

.event-timeline-continer {
    float: right;
    width: 100%;
}

.timeline-title {
    background: #c61b01;
    color: #fff;
    float: right;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    margin-right: 10px;
}

.event-timeline-item {
    float: right;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.event-timeline-item .timeline {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    width: 50px;
}

.event-timeline-item .timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #d51c00;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 23px;
    z-index: 1;
}

.event-timeline-item .timeline-arrow {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #d51c00;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -14px;
}

.event-timeline-item .timeline-line {
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    background: #fff;
    padding-top: 20px;
    margin-top: -20px;
    z-index: 0;
}

.event-timeline-item:first-child .timeline-line {
    top: 50%;
    margin-top: -5px;
}

.event-timeline-item:first-child .timeline-dot {
    background: #d61d01 !important;
}

.event-timeline-item:first-child .timeline-dot:before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    top: -3px;
    left: -3px;
    border-radius: 19px;
    border: 2px solid #d61d01;
}

.event-timeline-item:last-child .timeline-line {
    bottom: 50%;
}

.event-timeline-item:first-child:last-child .timeline-line {
    display: none;
}

.event-timeline-item ul {
    list-style-type: disc;
    padding-right: 20px;
}

.event-timeline-item li {
    list-style-type: disc;
}

.event-timeline-item.live-adv .event-timeline-card {
    background: transparent;
    border-right: 0;
    text-align: center;
    padding: 0;
}

.event-timeline-item.live-adv .event-timeline-card .mpu-card {
    margin-bottom: 0;
}

.event-timeline-item.live-adv:not(:last-child) .timeline-dot {
    display: none;
}

.event-timeline-title {
    float: right;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}

.event-timeline-desc {
    float: right;
}

.event-timeline-desc img {
    max-width: 100% !important;
    height: auto !important;
}

.event-timeline-card {
    float: right;
    width: calc(100% - 50px);
    margin-right: 40px;
    background: #fff;
    padding: 15px;
    border-right: 4px solid #d51c00;
    box-sizing: border-box;
}

.event-timeline-card iframe,
.event-timeline-card image,
.event-timeline-card object {
    max-width: 100%;
}

.event-timeline-updated {
    float: right;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
}

.event-timeline-item .card-share-container {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
}

.event-timeline-item .node-share-container {
    position: relative;
    float: right;
    width: 100%;
    text-align: left;
}

.event-timeline-item .node-share-btn {
    float: left;
}

.event-timeline-item .card-share-toggle {
    float: right;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.event-timeline-item .card-share-buttons {
    position: absolute;
    top: -1px;
    left: -2px;
    background: #fff;
    width: 113px;
    height: 28px;
    display: none;
}

.share-btn.facebook {
    background-color: #24346d;
    background-position: -92px -100px;
}

.share-btn.twitter {
    background-color: #1981bf;
    background-position: -93px -132px;
}

.share-btn.facebook:hover {
    background-color: #2f5eae;
}

.share-btn.twitter:hover {
    background-color: #43afe2;
}


.event-timeline-item.navy .timeline-arrow {
    border-left-color: #005689;
}

.event-timeline-item.navy .event-timeline-card {
    border-color: #005689;
}

.event-timeline-item.navy .timeline-dot {
    background: #005689;
}

.event-timeline-item.blue .timeline-arrow {
    border-left-color: #12b3f7;
}

.event-timeline-item.blue .event-timeline-card {
    border-color: #12b3f7;
}

.event-timeline-item.blue .timeline-dot {
    background: #12b3f7;
}

.event-timeline-item.block-qoute .event-timeline-card {
    background-color: #005689;
    color: #fff;
}

.event-timeline-item.block-qoute .event-timeline-card {
    background-color: #005689;
    border-right: 4px solid #005689;
    color: #fff;
}

.event-timeline-item.block-qoute .timeline-arrow {
    border-left: 15px solid #005689;
}

.event-desc table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.event-desc table th {
    background: #5b5b5d;
}

.event-desc table th,
.event-desc table td {
    padding: 5px;
}

.event-desc table th:not(:last-child),
.event-desc table td:not(:last-child) {
    border-left: 1px solid #727274;
}

.event-time-title {
    float: right;
    margin: 26px 15px 0px 15px;
    width: 42%;
    text-align: left;
    line-height: 46px;
    color: #fff;
}

.event-days,
.event-hours,
.event-minutes {
    float: right;
    color: #fff;
    background: #d51c00;
    margin: 30px 5px 0px 5px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.event-days small,
.event-hours small,
.event-minutes small {
    position: absolute;
    top: -18px;
    left: 0;
    line-height: 14px;
    font-size: 14px;
    width: 40px;
}

#LiveEventModal .modal-body {
    padding: 0;
}

#LiveEventModal .close {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 9999;
    opacity: 0.8;
}

#live-event-mini-card {
    background: #e9ebee;
}

#live-event-mini-card .live-label {
    float: right;
    font-weight: bold;
}

#live-event-mini-card .pull-right {
    padding: 9px 10px 5px 10px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

#live-event-mini-card .live-label > div {
    background: #c61b01;
    color: #fff;
    float: right;
    padding: 7px 12px;
}

.live-event-mini-card-btn-more {
    float: left;
    color: #c61b01;
    background: transparent;
}

.live-event-mini-card-btn-more:hover,
.live-event-mini-card-btn-more:focus {
    color: #c61b01;
    background: transparent;
    outline: 0 !important;
}

#live-event-mini-card .fw {
    padding: 10px 10px 0 10px;
}

body.event-page h1 {
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
}

.event-card:not(.active-event-card) {
    opacity: 0.6;
}

.event-card a {
    color: inherit;
}

.live-blink {
    animation: blink 1s infinite;
    opacity: 1;
    font-size: 20px;
    line-height: 10px;
    position: relative;
    top: 4px;
    margin-left: 3px;
    right: -2px;
}

@keyframes blink {
    70% {
        opacity: 0;
    }
}

.sat-image_tools {
    position: absolute;
    z-index: 1;
    left: 10px;
    background: rgb(0 0 0 / .6);
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    top: 10px;
}

.sat-image_tools a {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    border-left: .1px solid rgb(255 255 255 / .2);
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;

}

.sat-image_tools .tools_details {
    padding: 5px 30px 5px 10px !important;
    top: 0px;
    cursor: default;
}

.tools_details:before {
    content: "";
    background-image: url(../images/download.svg);
    width: 10px;
    height: 15px;
    margin-left: 5px;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
}

@media (max-width: 667px) {

    .lang-fr .sat-thumb-apps .btn-play-store,
    .lang-fr .sat-thumb-apps .btn-app-store {
        margin-top: 5px !important;
    }
    .fixed-mobile-ad {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: rgba(255, 255, 255, .85);
        box-shadow: 0px -1px 2px #0000001c;
        transition: .3s;
        left: 0;
        display: flex!important;
        padding: 5px 0;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .close-ad-btn {
        position: absolute!important;
        left: -3px;
        bottom: calc(100% - 2px );
    }
}

.map-feed-container {
    padding: 0 10px 10px 10px;
}

#map-feed {
    transition: 1s ease;
    max-height: 200000px;
    margin-bottom: 0;
    position: relative;
}

#map-feed.collapsed {
    max-height: 180px;
}


#map-feed.collapsed:after {
    content: '';
    position: absolute;
    top: 57%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 62%);
}

/* homepage map */

#homepage-map-card .aw-location {
    z-index: 9;
}

#homepage-map-card .panel-body {
    position: relative;
}

#homepage-map-container {}

#homepage-map {
    height: 280px;
    float: right;
    width: 100%;
}

.status-temp-icon {
    background: transparent;
}

.status-temp-icon.with-icon {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 3px;
    box-sizing: border-box;
    border-radius: 25px;
}

.status-temp-icon .cityname {
    position: absolute;
    top: 19px;
    right: -20px;
    width: 80px;
    text-align: center;
    text-shadow: 0 1px 4px #fff,
        0 -1px 4px #FFF,
        1px 0 4px #fff,
        -1px 0 4px #fff;
}

.status-temp-icon.with-icon .cityname {
    right: 44px;
    text-align: right;
}

.status-temp-icon .temperature {
    position: absolute;
    top: -1px;
    right: 39px;
    width: 80px;
    text-shadow: 0 1px 4px #fff,
        0 -1px 4px #FFF,
        1px 0 4px #fff,
        -1px 0 4px #fff;
    font-size: 16px;
}

.status-temp-icon .temperature,
.status-temp-icon .rf {
    color: #c11313;
}

.status-temp-icon .temperature.n,
.status-temp-icon .rf.n {
    color: #1366c1;
}


.status-temp-icon .humidity,
.status-temp-icon .wind,
.status-temp-icon .rf {
    position: absolute;
    top: -1px;
    right: -20px;
    width: 80px;
    text-shadow: 0 1px 4px #fff,
        0 -1px 4px #FFF,
        1px 0 4px #fff,
        -1px 0 4px #fff;
    font-size: 18px;
    text-align: center;
}

.status-temp-icon .humidity {
    color: #169c0f;
}

.status-temp-icon .wind-dir {
    position: absolute;
    top: -26px;
    right: 0;
    width: 40px;
    height: 40px;
}

.status-temp-icon .wind-dir img {}

#homepage-map[zoom-level="0"] .status-temp-icon .cityname,
#homepage-map[zoom-level="1"] .status-temp-icon .cityname,
#homepage-map[zoom-level="2"] .status-temp-icon .cityname,
#homepage-map[zoom-level="3"] .status-temp-icon .cityname,
#homepage-map[zoom-level="4"] .status-temp-icon .cityname,
#homepage-map[zoom-level="5"] .status-temp-icon .cityname,
#homepage-map[zoom-level="6"] .status-temp-icon .cityname,
#homepage-map[zoom-level="7"] .status-temp-icon .cityname {
    display: none;
}

#homepage-map[zoom-level="0"] .status-temp-icon .temperature,
#homepage-map[zoom-level="1"] .status-temp-icon .temperature,
#homepage-map[zoom-level="2"] .status-temp-icon .temperature,
#homepage-map[zoom-level="3"] .status-temp-icon .temperature,
#homepage-map[zoom-level="4"] .status-temp-icon .temperature,
#homepage-map[zoom-level="5"] .status-temp-icon .temperature,
#homepage-map[zoom-level="6"] .status-temp-icon .temperature,
#homepage-map[zoom-level="7"] .status-temp-icon .temperature {
    display: none;
}

#homepage-map-navs-container {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    overflow: hidden;
}

#homepage-map-navs-container ul.nav {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    padding-right: 0;
}

#homepage-map-header li {
    padding-left: 5px;
    padding-right: 5px;
    width: 20% !important;
    margin: 0;
}

#homepage-map-header li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 0;
    color: inherit;
    padding-bottom: 4px;
    font-size: 13px;
}

#homepage-map-header li.active a,
#homepage-map-header li.active > a:focus,
#homepage-map-header li.active > a:hover {
    background: transparent;
    color: #0088be;
    border-bottom: 2px solid #0088be;
}

#homepage-map-header li a small {
    font-size: 12px;
}

.map-day-night-btn-group {
    margin-bottom: 10px;
    width: 100%;
}

.map-day-night-btn-group button,
.map-day-night-btn-group button:hover,
.map-day-night-btn-group button:active,
.map-day-night-btn-group button:focus,
.map-day-night-btn-group button.active:focus {
    width: 50%;
    color: inherit;
    border-radius: 0 !important;
    border: 1px solid #b7b7b7;
    background: #fff;
    box-shadow: none !important;
    outline: 0;
}

.map-day-night-btn-group button.active {
    background: #0089bc !important;
    border: 1px solid #0089bc !important;
    color: #fff !important;
}

.homepage-map-body {
    position: relative;
    float: right;
    width: 100%;
}

.homepage-map-body.fullscreen {
    position: fixed;
    top: 51px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 999;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
}

.homepage-map-body.fullscreen #homepage-map {
    height: 100%;
}

.homepagemap-layers-icon {
    position: absolute;
    bottom: 19px;
    right: 10px;
    background: #0089bc;
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 27px;
    text-align: center;
    line-height: 61px;
    font-size: 25px;
    z-index: 400;
    cursor: pointer;
}

.homepagemap-fullscreen-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 27px;
    text-align: center;
    line-height: 63px;
    font-size: 23px;
    z-index: 400;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.location-popup-content {
    min-width: 100px;
}

.location-popup-content > h4 {
    text-align: center;
}

#homepage-map-sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin-bottom: 0;
    right: 0;
    width: auto;
    transition: 0.8s all ease;
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
    direction: rtl;
}

#homepage-map-sidebar.shown {
    max-height: 100px;
}

#homepage-map-sidebar-now {
    position: absolute;
    top: 280px;
    left: 10px;
    width: 30px;
    z-index: 499;
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border-radius: 4px;
    display: none !important;
}

.map-sidebar-btn,
#map-sidebar-stations,
.map-sidebar-stations-btn {
    float: right;
    width: 25%;
    min-height: 60px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.map-sidebar-btn.active,
#map-sidebar-stations.active,
.map-sidebar-stations-btn.active {
    /*	background-color: #ccc;*/
    color: #0088be;
}

.map-sidebar-btn [class^="aw-"] {
    font-size: 26px;
    position: relative;
    top: 9px;
}

.leaflet-control-container .leaflet-bottom,
.leaflet-control-container .leaflet-top {
    z-index: 499;
}

.leaflet-control-attribution {
    font-size: 8px !important;
}

.leaflet-marker-icon {
    font-family: 'ArabiaWeatherReg';
}

#prayer-times-title .aw-arrow-up {
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 9px;
}

#prayer-times-title .aw-arrow-up:before {
    font-size: 16px;
}

#prayer-times-title.collapsed .aw-arrow-up {
    transform: rotate(180deg);
}

#prayer-times-title > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}

#prayer-times-title .location-name {
    color: #20d8dc;
}

#prayer-times-content,
.prayer-times-content {
    overflow: hidden;
    transition: 0.12s ease;
    max-height: 250px;
    white-space: normal;
    position: absolute;
    bottom: 0;
}

#prayer-times-content.collapsed,
.prayer-times-content.collapsed {
    padding: 0;
    max-height: 0;
}

#prayer-times-content .salah-col {
    float: right;
    width: 16.6666666667%;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prayer-box {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}

.prayer-box .salah,
.prayer-box .salah + br {
    display: none;
}

.prayer-box .salah-name {
    display: inline-block;
    margin-top: -2px;
}

.prayer-box .salah-time {
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
}

.prayer-box .salah-temperature {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
}

#prayer-times-content .salah-time {
    margin-top: 7px;
    margin-bottom: 1px;
    display: inline-block;
}

#prayer-times-content .salah-temperature {
    margin-top: 6px;
    font-size: 14px;
    display: inline-block;
}

.prayer-times-footer {
    border-top: 1px solid #59575b;
    padding: 7px 10px 4px 10px;
    font-size: 12px;
    max-height: 46px;
}

body.homepage .prayer-times-footer {
    background: #223848;
    border-top: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    max-height: 52px;
}

body.homepage #hourly-forecast-content {
    padding-bottom: 0;
}

.prayer-times-footer a {
    text-decoration: underline;
    text-underline-position: under;
    color: #64dfe2;
    white-space: nowrap;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
.overlay:after {
	content: 'X';
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	z-index: 99999999;
}
*/

.overlay > * {
    margin: 0 auto;
}


#open-in-app {
    position: fixed;
    white-space: nowrap;
    bottom: -1px;
    left: 0;
    height: 0;
    width: 100%;
    background: #095e7d;
    color: #fff;
    z-index: 689;
    font-size: 12px;
    text-align: right;
    line-height: 50px;
    z-index: 1101;
    display: none;
}

#open-in-app > a {
    display: inline-block;
    background: #1296a1;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

#open-in-app > a.dark {
    color: #fff;
    background: transparent;
}

#open-in-app > span {
    width: calc(100% - 232px);
    display: block;
    margin-right: 80px;
    white-space: normal;
    line-height: 15px;
    padding-top: 10px;
    max-width: 90px;
}

#open-in-app .open-in-app-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

#open-in-app .open-in-app-close:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 35px;
    width: 40px;
    height: 40px;
    background: url(../images/app-logo.svg);
    background-size: contain;
}

.panel-accordion .panel-heading {
    background-color: #236C93;
    color: #fff;
}

.panel-accordion.accordion-shown .panel-heading {
    background-color: #94a7b1;
}

.panel-accordion .panel-heading a {
    display: block;
    position: relative;
    padding: 10px;
}

.panel-accordion .panel-heading a:after {
    content: '\e069';
    font-family: "arabiaweather" !important;
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(180deg);
    transition: 0.29s ease;
}

.panel-accordion.accordion-shown .panel-heading a:after {
    transform: rotate(0deg);
}

.panel-accordion .day-title {
    font-size: 16px;
    line-height: 40px;
    color: #f59102;
}

.panel-accordion .night-title {
    font-size: 16px;
    line-height: 40px;
    color: #137dce;
}

.panel-accordion .warning-text {
    padding: 0 15px;
    border: 1px dashed #fc0000;
    margin-bottom: 14px;
}

.panel-accordion .warning-title {
    font-size: 14px;
    line-height: 40px;
}

.panel-accordion .warning-title [class^="aw-"] {
    color: #fc0000;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.panel-accordion .consumer-title {
    border: 1px dashed #002a55;
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    background: rgba(147, 167, 176, 0.1);
}

.homepage-map-body.fullscreen .aw-fullscreen:before,
.sat-image-container.fullscreen .aw-fullscreen:before {
    content: '\e05a';
}

.aw-fullscreen {
    font-size: 120%;
}

.tab-bar {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    height: 52px;
    background-color: #426981;
    z-index: 9999;
    transition: 0.4s ease;
    overflow: hidden;
    max-height: 0;
    border-bottom: 1px solid #015f7f;
}

.tab-bar.shown {
    max-height: 52px;
}

.tab-bar .col-md-12 {
    padding: 0 !important;
}

body.hourly-page .tab-bar {
    box-shadow: none;
}

/*

body.hourly-page .tab-bar.shown {
    border-bottom: 1px solid #e9ecef;
}
*/

.tab-bar a {
    float: left;
    width: 25%;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
    position: relative;
}

.tab-bar a.active {
    color: #8bd7ff;
    padding-bottom: 10px;
}

.tab-bar a span {
    text-align: center;
    font-size: 12px;
}

.tab-bar .tendays-weather-alerts-count {
    position: absolute;
    top: 4px;
    left: 50%;
    color: #fff;
    background: #cf0a30;
    width: 18px;
    height: 18px;
    line-height: 19.5px;
    text-align: center;
    font-size: 8px;
    border-radius: 9px;
    display: block;
    margin-right: -18px;
    font-weight: bold;
}

.weather-impact-legend-panel .panel-heading {
    padding-top: 14px;
    padding-bottom: 8px;
    font-size: 18px;
}

.weather-impact-legend-panel .panel-body {
    font-size: 15px;
    font-weight: bold;
}

.weather-impact-legend-panel .panel-body p {
    font-size: 13px;
    font-weight: normal;
    color: #9b9898;
    margin-top: 5px;
}

.weather-impact-legend-panel .legend-item {
    border-bottom: 1px solid #efefef;
    padding: 15px 0 15px 37px;
    position: relative;
}

.weather-impact-legend-panel .legend-item img {
    position: absolute;
    top: 10px;
    left: 5px;
}

.weather-impact-legend-panel .legend-item:nth-child(3) {
    border-bottom: 0;
}

.weather-impact-legend-panel .legend-note {
    background: #fcfcfc;
    border: 1px dashed #d6d6d6;
    color: #6a6868;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
    font-size: 13px;
}

.weather-impact-legend-more {
    margin-top: 20px;
    margin-bottom: 10px;
}

.weather-impact-legend-panel .panel-body {
    padding-top: 5px;
}

.product-item {
    display: block;
    float: right;
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    padding: 30px 20px;
    text-align: center;
    margin: 7px 0;
}

.product-item label {
    font-size: 20px;
    color: #616161;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.product-item .btn-play-store,
.product-item .btn-app-store {
    padding: 0;
    width: 47%;
    height: auto;
    margin-top: 20px;
    max-width: 200px;
}

.product-item .btn-play-store {
    margin-right: 4%;
}

.product-item .btn {
    margin-top: 20px;
    border-radius: 5px;
}

.product-item .btn-default {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    background: transparent;
}

.products-panel .btns-container {
    height: 60px;
}

.col-left .product-item-container {
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4)
}

.col-left .product-item {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}

.locations-list-weather-item {
    color: inherit;
    border: 1px solid #e8e8e8;
    padding: 12px;
    font-size: 16px;
    line-height: 40px;
}

.locations-list-weather-item .loc-label {
    float: right;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locations-list-weather-item .loc-temp {
    float: right;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    position: relative;
    top: 5px;
    text-align: center;
}

.locations-list-weather-item .loc-icon {
    float: right;
    width: 15%;
}

.locations-list-weather-panel .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.col-left .locations-list-container .panel-body {
    max-height: 200px;
    overflow-y: scroll;
}

.col-left .locations-list-container.expanded .panel-body {
    max-height: initial;
    overflow-y: auto;
}

.sat-thumb-apps {
    background: transparent;
    border: 1px solid #E0E0E0;
    padding: 22px;
}

.sat-thumb-apps img {
    float: left;
}

.sat-thumb-apps label {
    float: left;
    margin-left: 15px;
    font-size: 13px;
    margin-top: 17px;
    font-weight: normal;
}

.lang-fr .sat-thumb-apps label {
    margin-left: 5px;
}

.sat-thumb-apps h5 {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}

.lang-fr .sat-thumb-apps h5 {
    margin-left: 5px;
    margin-top: 10px;
}

.lang-fr .sat-thumb-apps .btn-play-store,
.lang-fr .sat-thumb-apps .btn-app-store {
    margin-top: -6px;
}

.sat-thumb-apps .btns-container {
    float: right;
    width: 100%;
}

.sat-thumb-apps .btn-play-store,
.sat-thumb-apps .btn-app-store {
    padding: 0;
    width: 48%;
    height: auto;
    margin-top: 22px;
    max-width: 200px;
}

.sat-thumb-apps .btn-play-store {
    margin-right: 2%;
}

.featured-item {
    position: relative;
    padding-bottom: 10px;
    color: inherit;
}

.featured-item + .featured-item {
    margin-top: 10px;
}

.featured-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #D6D6D6;
}

.featured-item .hovereffect {
    margin-bottom: 10px;
}

.featured-item:last-child:after {
    display: none;
}

body.node-page .most-read-panel {
    margin-bottom: 0;
}

.most-read-title {
    padding: 10px;
    color: #333;
}

.most-read-item {
    display: block;
}

.most-read-item-0 .most-read-title {
    background: #d0002a;
    color: #fff;
}

.most-read-item-1 + .most-read-item-2 {
    border-top: 1px solid #f2f1f2;
}

.light-black-box-menu a.active {
    color: #0089bc;
}

.light-black-box-menu a.active:after {
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #0089bc;
}

#hourly-weather-widget .light-black-box {
    background: #426981;
    color: #FEFEFE;
    overflow: initial;
}

#hourly-weather-widget .light-black-box-menu {
    background: #fff;
    color: #4e4e4e;
    box-shadow: -0.4px 0px 7px rgba(0, 0, 0, 0.2);
}

#hourly-weather-widget .hourly-item.step-active {
    background: rgba(255, 255, 255, 0.05);
}

#hourly-weather-widget .hourly-forecast-items .svg-temp {
    fill: #FEFEFE;
}

#hourly-weather-widget .highest-temp-label,
#hourly-weather-widget .lowest-temp-label {
    fill: #FEFEFE;
}

#hourly-weather-widget .hourly-item:not(:last-child):after {
    display: none;
}

#hourly-weather-widget .prayer-box .salah-temperature {
    margin-top: 18px;
}

.hourly-item .aw-rain-rate {
    color: #fefefe;
}

#hourly-weather-widget .hourly-item .status-icon-container {
    height: 120px;
    position: relative;
    overflow: hidden;
}

#hourly-weather-widget .hourly-item .status-icon-container .status-icon-text {
    white-space: normal;
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    height: 40px;
    line-height: 16px;
    font-size: 12px;
}

.hourly-forecast-menu-fixed-content .hourly-forecast-btn {
    margin: 0;
}

.hourly-forecast-menu-fixed-content .hourly-forecast-btn.active {
    color: #0089bc;
}

#hourly-forecast-menu-fixed.light-black-box-menu a.active:after {
    bottom: 0;
    border-bottom: 3px solid #0089bc;
}

#hourly-forecast-menu-fixed.shown {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44);
}

.most-read-container:empty {
    margin-top: 0 !important;
    display: none;
}

.nws-txt {
    color: inherit;
    font-size: 12px;
}

.pressure-index-panel .sub-title {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 6px;
    font-size: 13px;
}

.preassure-index-image-container {
    float: left;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-size: 30px;
    margin: -23px 15px 13px 15px;
}

.preassure-index-image-container span {
    position: relative;
    top: 4px;
}

.pressure-index-name {
    font-size: 13px;
    margin-top: 37px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 84px;
}

.pressure-index-desc {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #969696;
    margin-left: 84px;
}

.pressure-index-more-btn {
    float: right;
    text-align: right;
    display: block;
    width: calc(100% - 80px);
    border-top: 1px solid #eaeaea;
    margin-top: 4px;
    padding: 10px 0 7px 5px;
    font-size: 13px;
}

.pressure-index-0 .preassure-index-image-container,
.pressure-index-0 .pressure-index-name {
    color: #a1a1a1;
}

.pressure-index-1 .preassure-index-image-container,
.pressure-index-1 .pressure-index-name {
    color: #60c967;
}

.pressure-index-2 .preassure-index-image-container,
.pressure-index-2 .pressure-index-name {
    color: #a0c460;
}

.pressure-index-3 .preassure-index-image-container,
.pressure-index-3 .pressure-index-name {
    color: #ffc55e;
}

.pressure-index-4 .preassure-index-image-container,
.pressure-index-4 .pressure-index-name {
    color: #ffa35f;
}

.pressure-index-5 .preassure-index-image-container,
.pressure-index-5 .pressure-index-name {
    color: #eb445a;
}

.preassure-index-image-container img {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pressure-index-mobile-container .panel-default {
    background: transparent;
    color: #fff;
}

.pressure-index-mobile-container .panel-heading {
    background: rgba(0, 0, 0, 0.6) !important;
    box-shadow: none !important;
    border-bottom: 0;
    margin-bottom: 2px;
    color: #fff;
    padding: 8px 5px 11px 5px !important;
}

.pressure-index-mobile-container .panel-heading [class^="aw-"] {
    font-size: 18px;
    line-height: 14px;
    margin: 0 5px 0 4px;
    top: 4px;
}

.pressure-index-mobile-container .panel-heading h3 {
    font-size: 14px;
}

.pressure-index-mobile-container .panel-body {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 0;
    padding-bottom: 0;
}

.pressure-index-mobile-container .pressure-index-desc {
    color: #fff;
}

.pressure-index-mobile-container .pressure-index-name {
    font-size: 16px;
    margin-top: 28px;
}

.pressure-index-mobile-container .preassure-index-image-container {
    margin-right: 14px;
    font-size: 28px;
}

.pressure-index-mobile-container .pressure-index-panel .sub-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pressure-index-mobile-container .pressure-index-more-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #57d2ff;
}

.pressure-index-mobile-container .preassure-index-image-container,
.pressure-index-mobile-container .preassure-index-image-container img {
    width: 80px;
    height: 80px;
}

.pressure-index-mobile-container .pressure-index-more-btn {
    width: calc(100% - 90px);
}

.trophy {
    float: right;
    padding: 13px 12px 0 12px;
}

#trophy-overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#trophy-overlay a,
#trophy-overlay img {
    width: 300px;
    margin: 0 auto;
}

#first-time-alert {
    float: right;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7) url(../images/gps.svg) no-repeat top;
    background-size: contain;
    margin-top: 4px;
    position: absolute;
    z-index: 999;
    height: 346px;
    color: #fff;
    text-align: center;
}

#pushengine-notification {
    background: #FFD524;
    color: #1F1C1C;
    position: fixed;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 99999;
    line-height: 18px;
    transition: 1s bottom ease;
}

#pushengine-notification .now-title {
    float: right;
    background: #1F1C1C;
    color: #FFD524;
    padding: 15px 35px;
    font-size: 22px;
    font-weight: bold;
}

#pushengine-notification a {
    padding: 17px 15px 13px 15px;
    display: block;
    white-space: nowrap;
    float: right;
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1F1C1C;
    font-size: 15px;
}

#pushengine-notification .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    line-height: 45px;
    padding-top: 4px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

#live-video-widget {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 320px;
    z-index: 99999999;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: #000;
}

#live-video-widget .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
    text-align: right;
    padding-right: 5px;
    text-shadow: 0px 2px 4px #000;
}

.live-video-widget-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.stories-thumbs-container {
    background: #f8f8f8;
    overflow-x: scroll;
    float: right;
    width: 100%;
    white-space: nowrap;
}

.story-thumb {
    display: inline-block;
    width: 85px;
    padding: 10px;
    cursor: pointer;
}

/*
.story-thumb-image-container img {
    border: 1px solid white;
    border-radius: 50%;
    width: 63px;
    height: 63px;
}*/

.story-thumb-title-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #60676E;
    font-size: 10px;
    margin-top: 8px;
}


.story-thumb.visited {
    border-color: #CECECE;
}

/*
.story-thumb.visited .story-thumb-image-container:after {
    font-family: "arabiaweather";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    content: "\e075";
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 24px;
    color: #fff;
    background: rgba(62, 62, 62, 0.65);
    width: 61px;
    height: 61px;
    text-align: center;
    line-height: 63px;
    border-radius: 32px;
}*/

.stories-full-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    background: #000;
    color: #fff;
    white-space: nowrap;
    overflow-x: scroll;
}

.story-full {
    position: absolute;
    background: #292929;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.story-full-image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.stories-full-iframe-container {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding-top: 50px;
    transition: 0.4s ease;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 99999;
}

.stories-full-iframe-container iframe {
    width: 100%;
    height: calc(100vh - 60px);
    border: 0;
}

.stories-full-iframe-close {
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #3B2525;
    z-index: 99999;
    background: #fff;
}

.stories-full-iframe-close [class^="aw-"] {
    font-size: 20px;
    position: relative;
    top: 10px;
}

.story-full-title-container {
    position: absolute;
    top: 80px;
    left: 10px;
    right: 10px;
    white-space: normal;
    z-index: 99999;
}

.story-full-link-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 85%;
    text-align: center;
    padding-top: 20px;
    z-index: 9999;
}

.story-full-link-container a {
    color: #fff;
}

.stories-full-close {
    position: fixed;
    top: 30px;
    right: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.stories-next-btn {
    position: fixed;
    top: 80px;
    left: 0;
    right: 50%;
    bottom: 16%;
}

.stories-prev-btn {
    position: fixed;
    top: 80px;
    left: 50%;
    right: 0;
    bottom: 16%;
}

.stories-full-dots {
    position: fixed;
    top: 10px;
    left: 5px;
    right: 5px;
}

.stories-full-dot {
    float: right;
    width: 14.2857142857%;
    padding: 0 1px;
    opacity: 0.5;
    position: relative;
}

.stories-full-dot.passed {
    opacity: 1;
}

.stories-full-dot.running {
    opacity: 1;
}

.stories-full-dot.running:after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.stories-full-dot.running > div {
    background: #fff;
}

.stories-full-dot > div {
    float: right;
    width: 100%;
    height: 4px;
    background: #fff;
}

.stories-gradient-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.stories-gradient-bottom {
    position: fixed;
    bottom: -5%;
    left: 0;
    right: 0;
    height: 25%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.user-menu {
    float: right;
    height: 50px;
    padding: 5px;
}

.user-menu .login-btn {
    color: #fff;
    font-size: 22px;
    line-height: 55px;
}

.main-menu-container .user-image,
.user-menu .user-image {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 16px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
}

.panel-full-user-profile .user-image:before,
.main-menu-container .user-image:before,
.user-menu .user-image:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/default-user-image.jpg);
    background-size: cover;
}

.panel-full-user-profile {
    position: relative;
}

.panel-full-user-profile .user-image-container {
    position: relative;
}

.panel-full-user-profile .user-image-edit-icon {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 24px;
    width: 20px;
    height: 20px;
    color: #21A1DE;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 27px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    text-indent: -1px;
    pointer-events: none;
    z-index: 11;
}

.panel-full-user-profile .user-image {
    border-radius: 40px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: inline-block;
    margin-top: 18px;
    position: relative;
    border: 1px solid #d1d1d1;
}

.panel-full-user-profile .user-profile-country {
    color: #bcbcbc;
    margin-top: 15px;
    text-indent: -3px;
    font-size: 14px;
}

.panel-full-user-profile .edit-my-profile-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.panel-full-user-profile .edit-my-profile-btn .aw-edit {
    position: relative;
    top: 2px;
}

.panel-full-user-profile .save-my-profile-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.panel-full-user-profile .cancel-save-my-profile-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}

.panel-full-user-profile .user-profile-user-fullname {
    padding: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit-user-profile-row {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #F2F2F2;
}

.edit-user-profile-row .input-group .input-group-addon {
    border: 0;
    background: #fff;
    min-width: 38px;
    padding: 11px 15px;
}

.edit-user-profile-row [class^="aw-"] {
    font-size: 16px;
    line-height: 14px;
}

.edit-user-profile-row .input-group .form-control {
    box-shadow: none;
    border: 0;
    padding: 11px 0px 11px 10px;
    height: 40px;
}

.edit-user-profile-row .input-group .form-control[disabled] {
    background: #fff;
    opacity: 0.5;
}

.edit-user-profile-row .select-my-country-container {
    padding: 11px 15px;
}

.edit-user-profile-row .select-my-country-container a {
    color: #555555;
}

.edit-user-profile-row select,
body.mobile-os-ios .edit-user-profile-row input[type="date"] {
    -webkit-appearance: none;
}

.panel-edit-user-profile .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

body.edit-my-profile-page h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

body.edit-my-profile-page .leaderboard-container {
    display: none;
}

.trc_related_container {
    clear: both;
    float: right;
    width: 100%;
}

.panel-default.pushengine-notification > .panel-heading {
    padding: 5px 10px;
}

.panel-default.pushengine-notification > .panel-heading [class^="aw-"] {
    font-size: 15px;
}

.panel-default.pushengine-notification > .panel-heading .pull-right.flip[class^="aw-"] {
    font-size: 13px;
    color: #8c8c8c;
}

.panel-default.pushengine-notification > .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-default.pushengine-notification > .panel-body a {
    color: inherit;
}

.panel-default.pushengine-notification:not(.visited) {
    background: #f7faff;
}

.panel-default.pushengine-notification:not(.visited) .panel-heading {
    background: #f7faff;
    border-right: 2px solid #F40230;
    box-shadow: none;
}

.mark-all-as-read {
    color: #50B1DF;
}

body.anonymous-user .mark-all-as-read {
    display: none;
}

body.pushengine-page .page-title {
    font-size: 16px;
    margin-top: 10px;
}

.unread-notifications-count {
    background: #F40230;
    width: 21px;
    height: 21px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.unread-notifications-count:empty {
    display: none;
}

#main-menu .unread-notifications-count {
    margin-right: 10px;
}

#pushengine-notification-container {
    min-height: 200px;
}

.user-image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.5s opacity ease;
    pointer-events: none;
    z-index: 7;
    color: #fff;
    text-align: center;
    background: url(../images/loader.svg) no-repeat center;
    background-size: 111px;
    direction: ltr;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px #1a365b;
    background-position: 50% 50%;
    width: 155px;
    height: 155px;
    border-radius: 100px;
    background-color: #00000047;
    margin-left: -78px;
    margin-top: -69px;
}

.user-image-loader.shown {
    opacity: 1;
}

#livechat-compact-container {
    bottom: 50px !important;
    left: 15px !important;
    right: auto !important;
}

#livechat-full {
    bottom: 50px !important;
    left: 15px !important;
    right: auto !important;
}

.discovery-page #map {
    width: 100%;
    min-height: 300px;
}

.discovery-marker-icon {
    display: block;
    position: relative;
    background: #fff;
    padding: 3px;
    width: 63px;
    height: 46px;
    position: relative;
    margin-left: -26px;
    margin-top: -46px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}


.discovery-marker-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -12px;
    left: 27px;
}

.discovery-marker-icon > img {
    background: #ccc;
}

.discovery-marker-icon .images-count {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.discovery-image-container {
    position: relative;
    background: #eee;
}

.discovery-image-container .rating {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    border: 1px solid #fff;
    background: #fcc000;
    padding: 4px 7px 0 7px;
    border-radius: 2px;
    line-height: 20px;
}

.discovery-image-container .discovery-date {
    position: absolute;
    bottom: 5px;
    right: 8px;
    color: #fff;
    text-shadow: 1px 1px 1px #00000080;
}

.discovery-title {
    margin: 0;
    padding: 8px;
    background: #eee;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discovery-title a {
    color: #686565;
    font-size: 14px;
}

.discovery-btns-row .col-md-5 {
    padding-left: 0;
}

.discovery-btns-row .col-md-7 .btn {
    border-color: #979797;
    color: #979797;
}

.discovery-btns-row .btn {
    border-radius: 3px;
}

.author-rating {
    padding-bottom: 10px;
}

.author-rating > div {
    display: inline-block;
}

.author-rating .title {
    margin-right: 10px;
}

.author-rating .aw-star {
    color: #ccc;
}

.author-rating .aw-star.colored {
    color: #fcc000;
}

.author-rating .rating-number {
    margin-right: 10px;
}

.author-rating .author-rating-stars {
    margin-right: 10px;
}

.btn-show-map {
    margin-top: 15px;
    margin-bottom: 15px;
    min-width: 200px;
    border-radius: 3px;
}

.node-bloggers-note {
    background: #FAF2F2;
    border: 1px solid #B2B2B2;
    color: #C81B0F;
    padding: 15px;
}

.node-translations-note {
    background: #d9edf7;
    border: 1px solid #B2B2B2;
    color: #000;
    padding: 15px;
}

.btn-product-bader {
    min-width: 180px;
}

.emsakiyeh-table th,
.emsakiyeh-table td {
    font-size: 13px;
    padding: 12px 2px !important;
}

.emsakiyeh-table th {
    border: 1px solid #E4E4E4;
    border-bottom: 0px;
    border-right: 0px;
}

.emsakiyeh-table {
    margin-bottom: 0px;
}

.emsakiyeh-title {
    font-size: 15px;
}

.panel-heading-emsakiyeh {
    background-image: url(../images/emsakiyeh-pattern.png) !important;
    border: 0px !important;
    background-repeat: no-repeat;
    background-position: left;
    box-shadow: 0 0px 2px -2px #dedede !important;
}

.emsakiyeh-helal {
    width: 43px;
    float: left;
    position: relative;
    top: -8px;
}

.emsakiyeh-table thead tr:first-child th {
    border-bottom: 0px;
}

.container.work-area,
.pdf-buttons {
    display: none;
}


.ramadan-section-row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.ramadan-section-button {
    font-size: 16px;
    color: #BEECFF;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 3px;
    background-image: url(../images/ramadan-row-patter.svg) !important;
    background-repeat: repeat;
    background-color: #264067;
}

.ramadan-section-button:hover,
.ramadan-section-button:focus {
    color: #BEECFF;
}

.ramadan-section-modal .modal-header {
    background-image: url(../images/header-ramadan-section.png) !important;
}

.ramadan-section-modal .close {
    color: #eeeeee;
    opacity: 1 !important;
}

.ramadan-section-modal .modal-header span {
    line-height: 2;
}


.ramadan-section-modal .modal-header > span {
    font-size: 20px;
    color: #FFFFFF;
}

.ramadan-section-modal .panel-heading-emsakiyeh {
    display: none;
}

.ramadan-section-modal .panel-heading {
    background-image: url(../images/emsakiyeh-pattern.png) !important;
    background-repeat: no-repeat;
}

.ramadan-section-toggles {
    width: 50%;
    border: 0px;
    height: 51px;
}

.ramadan-section-toggles a {
    margin-right: 0px !important;
    border: 0 !important;
}

.modal-body .nav-tabs {
    border: 0 !important;
}

.ramadan-toggle-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 4px;
    margin: auto;
    background: 0 0;
    transition: .3s;
    border-radius: 30px 30px 0 0;
    background: #426980;
}

.ramadan-section-toggles {
    position: relative !important;
}

#ramadan-section-tab {
    margin-top: 2px !important;
}

.ramadan-tabs-container {
    margin-top: -1px;
}

.ramadan-section-toggles a {
    color: #555;
    padding: 14px !important;
}

.emsakiyeh-panel-body {
    padding: 7px 0;
}

.emaskiyeh-page-container {
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.emsakiyeh-panel-body-page {
    padding: 0;
    margin-top: 5px;
    box-shadow: none !important;
}

.emsakiyeh-panel-body #emsakiyeh-tab {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, .21);
}

.show-emsakiyeh-button {
    margin-bottom: 15px;
    margin-top: 15px;
}

#emsakiyeh-tab .table-responsive,
#emsakiyeh-tab .panel {
    margin-bottom: 0;
}

.ramadan-current-day {
    display: inline-flex;
    float: left;
    color: #303030;
}

#prayer-times-tab {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.21);
}

#prayer-times-tab .step-active {
    background-color: #F8F8F8;
}

#prayer-times-tab .light-black-box {
    background-color: #FFFFFF;
    color: #303030;
    padding-top: 0;
    padding-bottom: 0;
}

#prayer-times-tab .hourly-item {
    width: 20%;
    overflow: hidden;
    white-space: normal !important;
    line-height: 20px;
    height: 222px;
    margin-bottom: -7px;
    float: right;
}

#prayer-times-tab .hourly-item-1 {
    display: none;
}

#prayer-times-tab .ramadan-daily-description {
    padding: 10px;
    font-size: 12px;
    clear: both;
}

.prayer-time-splitter {
    padding: 0;
    border: 1px solid #F3F3F3;
    margin: 0;
}

.doa-container {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.21);
    margin: 14px 0;
}

.doa-text-container {
    padding: 5px 10px;
    display: inline-flex;
}

.doa-text {
    padding: 15px;
    width: 80%;
    font-size: 12px;
}

.doa-image-container {
    line-height: 1;
    padding-top: 5px;
}

.doa-image-container img {
    padding: 12px 29px;
    background: #F1F1F1;
    border-radius: 25px;
}

.ramadan-articles-container .heading-arrow-right,
.ramadan-videos-container .heading-arrow-right {
    display: none;
}

.ramadan-section-modal .ramadan-articles-container .panel-heading,
.ramadan-section-modal .ramadan-videos-container .panel-heading {
    background-image: none !important;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.21);
    padding: 15px 5px;
}

.ramadan-articles-container .panel {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.21);
}

.ramadan-section-modal .owl-nav {
    bottom: 33%;
}

.maghrib-countdown-container {
    background-color: #33306A;
    color: white;
    z-index: 999;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 61px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.countdown-img {
    position: absolute;
    bottom: 16px;
    right: 17px;
}

.maghrib-countdown-container button {
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: white;
    opacity: 1;
    font-weight: 100;
    display: block;
    top: 14px;
}

.maghrib-countdown-container .countdown-location-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.maghrib-countdown-container .maghrib-time-info {
    width: 155px;
}

.maghrib-countdown-container #time-remaining,
.maghrib-countdown-container #time-remaining-do {
    position: absolute;
    left: 55px;
    bottom: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 21px;
    padding: 14px 25px 10px 25px;
    font-size: 16px;
}

.home-page-emsakiyeh-title {
    color: #303030;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.ramadan-section-modal .modal-body {
    padding: 0 15px 0 15px;
}

.ramadan-section-modal #export,
.ramadan-section-modal .text-center.mt.mb {
    display: none;
}

.ramadan-section-modal .modal-header {
    padding-top: 15px;
}

.ramadan-section-modal .hourly-forecast-items {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.ramadan-daily-description-splitter {
    display: none;
}

.ramadan-section-panel-heading {
    padding-bottom: 8px !important;
}

.ramadan-section-details {
    font-size: 12px;
    color: #eeeeee;
    padding-bottom: 5px;
}

.panel-quran-banner {
    background: #f1eedb;
    padding: 0 !important;
    border: 2px solid #cfab58;
    border-left: 0;
    border-right: 0;
}

.panel-quran-banner .panel-body {
    padding: 0 !important;
}

.panel-quran-banner a {
    display: block;
    width: 100%;
}

.panel-quran-banner .sorah-name-container {
    line-height: 48px;
    height: 48px;
    text-align: center;
    color: #693a11;
    font-size: 16px;
}

.panel-quran-banner .sorah-name-before {
    background: #F1EEDB url(../images/ayah-name-border-before.png?v=1) no-repeat left;
    height: 48px;
}

.panel-quran-banner .sorah-name-after {
    background: #F1EEDB url(../images/ayah-name-border-after.png?v=1) no-repeat right;
    height: 48px;
}

.discovery-page-sup {
    color: red;
}

.discovery-page-articles .custom-discovery-page-listing {
    width: 100%;
}

.discovery-page-articles .custom-discovery-page-listing .discovery-btns-row {
    padding: 8px 10px;
}

.discovery-page-articles .custom-discovery-page-listing .discovery-articles-panel-body {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}

.discovery-page-articles .custom-discovery-page-listing .discovery-articles-panel {
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.4);
}

.discovery-page-articles .custom-discovery-page-listing .discovery-title {
    background: #F7F7F7;
}

.discovery-show-more {
    border-color: #52AC03;
    color: #52AC03;
}

.discovery-page-articles-title {
    height: 50px;
    background-color: #ADC776;
    line-height: 3.5;
    font-size: 15px;
    color: #ffffff;
}

.discovery-location-marker {
    margin-right: 5px;
    float: right;
    padding-top: 4px;
    padding-left: 5px;
}

.discovery-page-articles {
    background-color: #ffffff;
}

.custom-discovery-page-listing {
    padding: 9px 23px;
}

.discovery-author-picture-container {
    border-radius: 50%;
    border: 3px solid #ADC776;
    width: 161px;
    height: 161px;
    overflow: hidden;
    display: inline-block;
    margin-top: 35px;

}

.discovery-author-title {
    color: #ADC776;
}

.discovery-author-wrapper {
    border-top: 5px solid #ADC776;
}

.discover-articles-carousel-container {
    border-top: 5px solid #ADC776;
}

#discovery-location-name {
    float: right;
    font-size: 15px;
    max-width: 138px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#discovery-weather-date {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

.discovery-day-time,
.discovery-night-time {
    width: 50%;
    display: block;
    float: right;
    padding: 25px 7px;
}

.discovery-weather-icon {
    margin-bottom: 15px;
}

.discovery-day-time {
    border-left: 1px solid #EAEAEA;
}

.discovery-weather-container {
    background-color: #ffffff;
}

#temp-day-time,
#temp-night-time,
.degree-icon {
    font-size: 24px;
    margin-right: 6px;
}

.discovery-more-temp {
    color: #ADC776;
    padding: 14px;
    background-color: #F8F8F8;
}

.discovery-weather-container .temp-container {
    padding: 25px 0;
}

.arrow-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 4;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.show-more-container {
    margin-bottom: 50px;
}

.show-more-text {
    margin-top: -18px;
    font-size: 16px;
}

.discovery-articles-shadow {
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.rating-star {
    float: right;
    color: gray;
}

.share-with-date-container {
    border-bottom: 1px solid #c4c5c5;
    border-top: 1px solid #c4c5c5;
    padding: 8px 0;
    margin-bottom: 20px;
}

.discovery-article-date > span,
.discovery-location-name > span {
    margin-right: 10px;
}

.discovery-location-marker-node {
    color: #DB3445;
}

.discovery-calendar-marker-node {
    color: #EABE03;
}

.show-map-container {
    width: 73%;
    margin: 0 auto;
    background-image: url(../images/map-bg.png);
    background-size: cover;
}

.show-map-container > a {
    border-color: #FFF;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.discovery-header {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.discovery-header-text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2;
}

.discovery-header-title {
    color: #ffffff;
    font-size: 32px;
}

.discovery-header-description {
    font-size: 14px;
    color: #ffffff;
}


.discovery-logo {
    width: 44%;
    padding-left: 5px;
}


.discovery-map-panel {
    margin-top: 20px;
}

.discovery-most-common {
    width: 100%;
    height: 50px;
    background-color: #ADC776;
    color: #ffffff;
    line-height: 3.5;
    font-size: 14px;
}

.discover-more .aw-chevron-down {
    color: #ADC776;
}

.discover-more > .aw-chevron-down {
    margin-bottom: -8px;
}

.no-border {
    border: none;
}

.no-shadow {
    box-shadow: none !important;
}

.ad-shadow {
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.4);
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.discovery-more-temp a {
    color: #a0c460;
}

.discovery-article-date,
.discovery-location-name,
.author-rating {
    margin: 7px 3px;
}

.discovery-weather-description {
    line-height: 1.6;
}

.discovery-area-container {
    height: 26px;
}

.hide-related-container {
    display: none;
}

.hourly-forecast-menu-toggles-container {
    margin: 3px;
    border: 1px solid;
    border-radius: 5px;
}

body.discovery-page .leaderboard-container,
body.node-type-discovery .leaderboard-container {
    display: none;
}

img.lazy {
    position: relative;
}

img.owl-lazy,
img.lazy.loader,
body.node-page .video-image-container > img.lazy {
    background: #FAFAFA url(../images/placeholder.svg) no-repeat center;
    background-size: 50px;
}

img.owl-lazy:after,
img.lazy.loader:after,
body.node-page .video-image-container > img.lazy:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFAFA url(../images/placeholder.svg) no-repeat center;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: '';
}

img.lazy.loader.small,
img.lazy.loader.small:after {
    background-size: 35px;
}

img.lazy.transparent {
    transition: 0.4s opacity ease;
    transition-delay: 0.2s;
}

img.lazy.transparent[src] {
    opacity: 1;
}

img.lazy.transparent:not([src]) {
    opacity: 0 !important;
}

.listing-carousel-img-container .owl-lazy,
.sat-image-container img.lazy {
    min-height: 180px;
}

.card.listing img.lazy.loader {
    min-height: 247px;
}

.col-right .card.listing img.lazy.loader {
    min-height: 184px;
}

.user-picture-container img.lazy.loader {
    min-width: 155px;
    min-height: 155px;
}

.card.listing img.lazy.loader.small {
    min-height: 30px;
}

body.node-type-discovery .carousel-inner img.lazy,
body.node-type-album .carousel-inner img.lazy,
body.node-page .video-image-container > img.lazy {
    min-height: 200px;
}

img.lazy:not([src]) {
    /*    opacity: 0 !important;*/
}

.delivered {
    width: 400px;
    margin: 0 auto;
}

.delivered td {
    color: #000;
}

.weather-widget-inner-mini {
    position: relative;
}

.weather-widget-inner-mini .panel-heading {
    background: #4F87A1 !important;
    color: #fff;
    height: 43px;
}

.weather-widget-inner-mini .panel-heading > .pull-left {
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.weather-widget-inner-mini .panel-heading > .pull-right {
    font-size: 13px;
}

.weather-widget-inner-mini .day-half {
    float: left;
    width: 50%;
    text-align: center;
}

.weather-widget-inner-mini .day-half.day:after {
    content: '';
    position: absolute;
    top: 75px;
    right: 50%;
    width: 1px;
    background: #dddddd;
    height: 100px;
}

.weather-widget-inner-mini .day-half > div.fw:first-child {
    font-size: 12px;
    color: #625C59;
    margin-top: 16px;
    margin-bottom: 16px;
}

.weather-widget-inner-mini .day-half .temp {
    display: block;
    float: right;
    width: 50%;
    height: 44px;
    line-height: 48px;
    font-size: 28px;
    color: #565658;
    text-indent: -14px;
}

.weather-widget-inner-mini .day-half .status-text {
    color: #625C59;
    margin-top: 5px;
    line-height: 16px;
    height: 50px;
}

.weather-widget-inner-mini .panel-footer a {
    color: #4F87A1;
    font-size: 12px;
    display: block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

#node-more-container .leaderboard-container {
    background: #fff;
    border-top: 1px solid #E6E5E5;
    border-bottom: 1px solid #E6E5E5;
    padding-bottom: 22px;
}

.to-moment {
    opacity: 0;
    transition: 0.4s opacity ease;
}

.to-moment.moment-shown {
    opacity: 1;
}

#more-node-loader {
    float: right;
    width: 100%;
    height: 50px;
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #444;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

#weather-map-card {
    position: relative;
    font-size: 14px;
    color: #5A5959;
    min-height: 200px;
}

#weather-map-card img.img-responsive {
    min-height: 120px;
}

#weather-map-card > .btn {
    margin-top: -40px;
    min-width: 75%;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 10px;
    padding-top: 12px;
    position: relative;
    z-index: 1;
}

#weather-map-card .weather-map-card-location {
    white-space: nowrap;
    position: absolute;
    top: 24%;
    left: 38.1%;
    width: 21%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#weather-map-card .temp {
    position: absolute;
    top: 32.2%;
    left: 48.8%;
    width: 12%;
    text-align: center;
    border-left: 1px solid #5A5959;
    line-height: 14px;
}

#weather-map-card .status-container {
    position: absolute;
    top: 30%;
    left: 37%;
    width: 12%;
    text-align: center;
}

#weather-map-card .status {
    width: 25px;
}

.hajj-services-container {
    background-color: #ffffff;
}

.hajj-services-title {
    font-size: 20px;
}

.hajj-services-icon {
    position: absolute;
    top: 35px;
    left: 35%;
    width: 30%;
}

.hajj-services-panels .panel-heading {
    background-color: #182F31;
    color: #ffffff;
}

.hajj-live-iframe {
    height: 350px;
}

.hajj-banner-bg {
    background-image: url("../images/hajj/hajj-pattern.svg");
    background-color: #182f31;
    color: #ffffff;
    padding: 10px;
    background-size: 1499px;
}

.homepage-hajj-banner {
    position: fixed;
    bottom: -100px;
    width: 100%;
    z-index: 99;
    height: 70px;
    transition: 1s;
}

.hajj-banner-text {
    float: right;
    padding-top: 5px;
    line-height: 1.5;
}

.hajj-banner-icons {
    float: left;
}

.homepage-hajj-banner a {
    color: #FFFFFF;
}

.hajj-button:hover {
    color: #FFFFFF;
}

.first-hajj-text {
    font-size: 15px;
}

.hajj-service-details {
    font-size: 13px;
}

.hajj-services-img {
    border-radius: 4px;
}

.hajj-services-text {
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    color: #ffffff;
}

.mecca-icon {
    width: 46px;
    margin-top: 3px;
}

.hajj-icon {
    margin-left: 8px;
}

body:not(.hajjpage) .header-hajj-icon {
    display: none;
}

body.hajj-services-page .header-hajj-icon {
    display: block;
}

.header-hajj-icon {
    padding: 9px 10px 0 10px;
}

.weathermaps-forecast-more-box .btn {
    font-size: 14px;
}

.weathermaps-forecast-more-box .btn img {
    border: 1px solid #5f8fbf;
}

.unselectable {
    user-select: none;
}

/*Lang Switch styles start*/
.lang-toggle {
    display: inline;
    width: auto;
    z-index: 10;
}

li.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.lang-toggle.level-1-menu > li > a > i.aw-chevron-right {
    left: auto;
    right: 6px;
    top: 11px;
}

.lang-toggle.level-1-menu .aw-globe {
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.lang-title {
    padding: 9px 30px 8px 10px !important;
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    margin: 9px 10px 0 10px;
}

.lang-title:hover,
.lang-title:focus {
    background: rgba(255, 255, 255, 0.15) !important;
}

.lang-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid transparent;
    background-color: #3581a1;
    color: #ffffff;
    padding: 1px 4px 5px 6px;
    margin: 14px 7px 0 7px;
    border-radius: 2px;
    width: 24px;
    font-size: 14px;
}

.lang-select-hidden {
    color: transparent;
    background-color: transparent;
    border: 0;
    user-select: none;
}

#lang-select-id {
    display: none;
}

.active-lang .aw-check {
    position: relative;
    top: 2px;
    color: rgb(70, 145, 216);
}

/*Lang Switch styles end*/

.lang-popover-title {
    padding: 17px;
    line-height: 1.5;
    background-color: #ffffff;
}

.lang-popover-content {
    padding: 20px !important;
    line-height: 1.5;
}

.arrow.ar {
    display: none !important;
}

.arrow.en {
    display: none !important;
}

.lang-select.mo {
    width: 25px;
    height: 25px;
    position: relative;
}

.span-letter {
    top: 3.5px;
    left: 6.5px;
    position: absolute;
}

.span-letter.ar {
    top: 0.3px;
    left: 8.5px;
    position: absolute;
}

.tour-dismiss {
    font-size: 14px;
}

.footer-lang-drop {
    background-color: #ededed;
    padding: 0 !important;
    border: 0;
}

.footer-lang-drop:focus,
.footer-lang-drop:hover {
    background-color: transparent !important;
}

.footer-globe-icon {
    position: relative;
    top: 2px;
}

.footer-lang li {
    width: 100%;
}

.footer-lang-selectList {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: transparent;
    border: 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    outline: 0;
}

.tour-footer .btn-arabic {
    border-radius: 4px;
    border: 1px solid #5f8fbf !important;
    width: 138px;
    white-space: nowrap;
    padding: 5px 0;
    margin: 10px 5px 10px 5px;
    font-size: 14px;
    cursor: pointer;
    color: #5f8fbf;
}

.tour-footer .btn-english {
    border-radius: 4px;
    border: 1px solid #5f8fbf;
    width: 138px;
    white-space: nowrap;
    padding: 5px 0;
    margin: 10px 5px 10px 5px !important;
    font-size: 14px;
    cursor: pointer;
    background: #5f8fbf;
    color: #fff;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.vertical-alignment-helper .modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

#englishLangModal .modal-footer {
    padding: 0;
    text-align: center;
}

#englishLangModal {
    margin: 0 auto;
}

#englishLangModal .modal-content {
    width: 370px;
}

.modal-footer .text-ar {
    float: left;
    margin-left: 63px;
    margin-bottom: 10px;
    color: #9e9e9e;
}

.modal-footer .text-en {
    float: right;
    margin-right: 63px;
    margin-bottom: 10px;
    color: #9e9e9e;
}

.main-title-eng {
    font-size: 16px;
}

.seasonal-title {
    box-shadow: 0px 3px 6px #00000029;
    height: 50px;
}

.seasonal-header {
    background-color: #4F87A1;
    padding: 15px;
}

.seasonal-header .btn {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    width: 95px;
    font-size: 12px;
    padding: 10px;
}

.seasonal-header .btn.active {
    background-color: #ffffff;
    color: #000000;
}

.seasonal-loc-name {
    line-height: 2.8;
}

.seasonal-locations {
    padding: 0 20px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.seasonal-names {
    padding: 15px;
    margin-top: 15px;
}

.seasonal-names.active {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #4f87a1;
    margin-bottom: -1px;
}

.seasonal-names-container {
    border-bottom: 1px solid #ddd;
}

.seasonal-names {
    color: #000000;
}

.seasonal-select {
    margin: 25px 0;
}

.seasonal-download-app {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+58&0+0,1+58 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 58%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 58%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 58%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: relative;
    height: 300px;
    margin-top: -190px;
}

.seasonal-download-app .seasonal-download-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.seasonal-download-app .btn {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 4px;
    background-color: #00C853;
    border-color: #05a246;
}

.seasonal-download-app .btn:active,
.seasonal-download-app .btn:hover,
.seasonal-download-app .btn:focus {
    background-color: #05a246;
    border-color: #00C853;
}

.seasonal-download-app .btn [class^="aw-"] {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.seasonal-download-app .seasonal-download-text p {
    margin-top: 15px;
}

.ksa-hema {
    height: 56px;
    background-color: rgba(255, 255, 255, 1);
}

#whatsapp-button {
    position: fixed;
    right: 19px;
    bottom: 80px;
    width: 52px;
    height: 52px;
    opacity: 0;
    transition: 0.5s ease;
    z-index: 999;
}

#whatsapp-button.shown {
    opacity: 1;
}


.map-tab-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 499;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s ease;
}

.map-tab-overlay.shown {
    opacity: 1;
}

.map-tab-overlay > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -15px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.map-tab-overlay > div + div {
    margin-top: 15px;
}

.autocomplete-container {
    position: relative;
    margin: 0 auto;
    float: none;
    height: 50px;
    margin-bottom: 8px;
}

#autocomplete-ajax-newsletter-container,
#autocomplete-ajax-newsletter-container-sun {
    position: relative;
}

#autocomplete-ajax-newsletter,
#autocomplete-ajax-newsletter-static {
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    top: 46px !important;
    right: 0px !important;
    left: 0px !important;
    width: auto !important;
    text-align: start;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestions strong {
    font-weight: normal;
    color: #39F;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestion.even {
    background-color: #fff;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestion.odd {
    background-color: #f9f9f9;
}

#autocomplete-ajax-newsletter-container .autocomplete-suggestion.autocomplete-selected {
    background-color: #FEB;
}

.home-newsletter-container {
    color: #ffffff;
    padding: 15px;
    background-color: #4F87A1;
    position: relative;
}

.newsletter-inputs {
    display: inline-block;
    margin: 0 5px;
    width: 35%;
}

.home-newsletter-inner {
    margin: 15px 18% 0 0;
    line-height: 2.5;
}

.newsletter-inputs input {
    width: 100%;
    height: 43px;
    color: #000000;
    padding: 10px;
}

.newsletter-btn {
    width: 146px;
    margin: 0 10px;
    background-color: #AAD54E;
    border-radius: 4px;
    height: 43px;
}

.newsletter-upper-title {
    font-size: 16px;
}

.newsletter-second-title {
    font-size: 15px;
}

.newsletter-icon {
    position: absolute !important;
    top: 63px;
    right: 42px;
}

.side-newsletter-container p {
    font-size: 15px;
}

.side-newsletter-container .home-newsletter-inner {
    width: 100%;
    margin: 0;
}

.side-newsletter-container {
    background-color: #4F87A1;
    position: relative;
    color: #ffffff;
}

.side-newsletter-container .newsletter-inputs {
    display: block;
    width: 80%;
    color: #ffffff;
    margin: 0 auto;

}

.side-newsletter-container .newsletter-inputs input {
    background-color: transparent;
    color: #ffffff;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #ffffff;
    border-radius: 0;
    opacity: 0.6;
}

.side-newsletter-container ::placeholder,
.home-newsletter-inner-sun ::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.side-newsletter-container .newsletter-btn {
    display: block;
    margin: 30px auto;
    width: 70%;
}

.side-newsletter-container .newsletter-icon {
    position: unset;
    margin: 25px 0;
}

.node-newsletter-container .home-newsletter-inner {
    width: 100%;
    margin: 0;
}

.node-newsletter-container .newsletter-icon {
    top: 19px;
    width: 10%;
    left: 42px;
}

.newsletter-sun {
    background-image: url(../images/sun-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    /*
    background-color:rgba(0, 0, 0, 0.6);
    */
}

.home-newsletter-inner-sun {
    margin: 0 auto;
    margin-top: 35px;
    width: 90%;
}

.home-newsletter-inner-sun .newsletter-btn {
    color: #ffffff;
}

.home-newsletter-inner-sun .newsletter-inputs {
    display: block;
    margin: 5px 0;
    width: 100%;
}

.home-newsletter-inner-sun .newsletter-upper-title {
    color: #ffffff;
}

.newsletter-icon-sun {
    margin: 40px auto;
    display: block;
}

.home-newsletter-inner-sun input {
    background-color: transparent;
    color: #ffffff;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #ffffff;
    border-radius: 0;
    opacity: 0.7;
}

.sun-wrapper {
    width: 400px;
    position: absolute;
    height: 400px;
    left: 50%;
    margin-top: -200px;
    top: 50%;
    margin-left: -200px;
}

.close-sun {
    text-decoration: underline;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
}

.newsletter-sun {
    display: none;
}

.sun-wrapper .validation {
    color: #ffffff;
}

.sun-wrapper .validation.autocomplete {
    margin-right: 25px;
}

.newsletter-success-alert,
.newsletter-failure-alert {
    display: none;
    text-decoration: none;
}

#success-icon {
    display: none;
}

.newsletter-alerts .newsletter-upper-title {
    padding: 10px;
}

.static-btn {
    margin-top: -79px;
}

.go-back-newsletter {
    text-decoration: underline;
}

#success-icon-sun {
    display: none;
}

#newsletter-form-submit-btn-sun {
    width: 216px;
}

.newsletter-static .newsletter-upper-title {
    font-size: 18px;
}

.newsletter-btn:hover {
    color: white !important;
}

.newsletter-weatherpages .newsletter-success-alert,
.newsletter-weatherpages .newsletter-alerts {
    margin-top: 50px;
}

.newsletter-weatherpages .side-newsletter-container {
    min-height: 432px;
}

.newsletter-weatherpages .newsletter-failure-alert {
    margin-top: 175px;
}

.newsletter-weatherpages .home-newsletter-inner {
    line-height: 2;
}

.newsletter-weatherpages .newsletter-inputs {
    width: 90%;
}

.node-newsletter-container .newsletter-upper-title {
    margin: 0 170px 0 0;
}

.node-newsletter-container .newsletter-second-title {
    margin: 0 170px 24px 0;
}

.node-newsletter-container .newsletter-failure-alert,
.node-newsletter-container .newsletter-success-alert {
    margin-right: 0;
}

.faded-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.newsletter-home-sun {
    display: none;
}

#autocomplete-ajax-newsletter-sun:focus,
#autocomplete-ajax-newsletter:focus {
    box-shadow: none !important;
}

.newsletter-icon-mobile {
    display: block;
    margin: 0 auto;
}

.newsletter-static #autocomplete-ajax-newsletter {
    color: #747474;
}

.revamp-panel-header-border {
    border-bottom: 1px solid #EDEDED !important;
    box-shadow: none !important;
}

@keyframes changeColor {
    0% {
        background-color: #FD504D;
    }

    50% {
        background-color: #fd8b86;
    }

    100% {
        background-color: #FD504D;
    }
}

.stories-live-icon {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background: #FD504D;
    background-size: 100% 100%;
    animation: changeColor ease;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    border-radius: 100%;
    border: 4px solid #EAEAEA;
    position: absolute;
    background-clip: content-box;
}

.weathertext-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
}

.weathertext-toggle {
    width: 33%;
    display: inline-block;
    padding: 10px;
}

.weathertext-toggle.active {
    color: #3E6983;
    border-bottom: 2px solid #406982;
}

.weathertext-card {
    padding: 0 !important;
}

.weathertext-container {
    padding: 15px;
}

.weathertext-toggles {
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px 0 0 0;
}

.btn.weathertext-read-more {
    background-color: #F8F8F8;
    color: #406982;
    font-size: 14px;
    padding: 12px;
}

.weathertext-splitter {
    border-bottom: 1px solid #E2E2E2;
    margin: 35px 0;
}

.weathertext-splitter-title {
    background-color: #FFFFFF;
    margin-bottom: -9px;
    width: 75px;
    color: #645858;
}

.premium-features-header {
    height: 100px;
    background-color: #F5F5F5;
    color: #426981;
    position: relative;
    padding: 15px;
    line-height: 2;
    margin-top: -20px;
}

.premium-title {
    font-size: 18px;
}

.premium-features-icon {
    position: absolute;
    top: 15px;
    left: 10px;
}

.premium-check {
    margin-left: 10px;
    margin-top: -30px;
}

.premium-feature-text {
    display: inline-block;
    line-height: 1.6;
}

.premium-feature-item {
    padding: 7px 15px;
}

.premium-feature-text-first {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
}

.premium-feature-text-second {
    color: #BCBCBC;
    font-size: 12px;
}

.premium-features-subscription-wrapper {
    padding: 15px;
}

.premium-features-sub-btn {
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto;
    background-color: #A7DB16;
    margin-bottom: 40px;
}

.premium-features-sub-btn:focus,
.premium-features-sub-btn:hover {
    color: #ffffff;
}

.premium-features-sub-btn a {
    color: #ffffff;
}

.premium-features-first-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
}

.premium-features-first-paragraph {
    color: #7C7C7C;
    font-size: 12px;
    margin-bottom: 25px;
}

.premium-features-second-paragraph {
    color: #7C7C7C;
    font-size: 12px;
}

.premium-features-alert {
    font-size: 12px;
    color: #FF4E47;
    padding: 0 15px 15px 15px;
}

.premium-features-price {
    color: #4F8FE3;
    font-size: 15px;
    margin-bottom: 15px;
}

body.premium-features {
    background-color: #ffffff;
}

body.subscription-page {
    background-color: #EDEDED;
}

.sub-page__checkout-container {
    background-color: #ffffff;
    box-shadow: 0 12px 16px #455B6314;
    border-radius: 6px;
    height: 232px;
    padding: 15px;
    line-height: 4;
    font-size: 14px;
    color: #6A6868;
}

.sub-page__checkout-container--col-right {
    display: inline-block;
    float: right;
}

.sub-page__checkout-container--col-left {
    display: inline-block;
    float: left;
}

.sub-page__info {
    margin-top: -42px;
    margin-bottom: 0;
    font-size: 12px;
    color: #B4B4B4;
}

.sub-page__price--label {
    margin-top: -3px;
}

.sub-page__checkout-container--row.second-row {
    line-height: 2;
}

.sub-page__price--box {
    padding: 11px 24px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.sub-page__price--jod {
    font-weight: bold;
    color: #000000;
    padding-right: 8px;
}

.sub-page__checkout-container--row.second-row .sub-page__checkout-container--col-right p {
    line-height: 3;
}

.sub-page__payment-method-container {
    height: 220px;
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: 0 12px 16px #455B6314;
    padding: 15px;
}

.sub-page__payment-method-container--header {
    padding: 0 0 15px 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.sub-page__telecom--Zain {
    width: 110px;
    height: 43px;
}


.sub-page__telecom--Orange {
    width: 54px;
    height: 54px;
}


.sub-page__telecom--Umniah {
    width: 135px;
    height: 63px;
}

.sub-page__seperator-first {
    margin-top: 0;
}

.sub-page__btn {
    width: 98%;
    background-color: #4C8ADC;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 0;
    height: 50px;
}

.sub-page__btn:hover {
    color: #ffffff;
}

.sub-page--title {
    padding: 0 18px 0 18px;
}

.sub-page__circle {
    width: 25px;
    height: 25px;
    background-color: #EAEAEA;
    border-radius: 100%;
    border: 1px solid #EAEAEA;
    padding: 3px;
    display: block;
    background-clip: content-box;
}

.sub-page__circle.active {
    background-color: #81B2F5;
    border: 1px solid #81B2F5;
}

.sub-page__payment-method {
    margin: 15px 0;
}

.sub-page__country {
    margin: 15px 0;
}

.sub-page__payment-method .active {
    border-color: #81B2F5;
}

.sub-page__country .active {
    border-color: #81B2F5;
}

.sub-page__payment-method img {
    width: 80px;
    float: right;
}

.sub-page__country img {
    width: 80px;
    float: right;
}

.sub-page__payment-method .sub-page__circle {
    float: left;
}

.sub-page__country .sub-page__circle {
    float: left;
}

img.payment-method__Orange {
    width: 60px;
}

.sub-page__telecom-container {
    background-color: #ffffff;
    box-shadow: 0 12px 16px #455B6314;
    border-radius: 6px;
    height: 243px;
    padding: 15px;
    line-height: 4;
    font-size: 14px;
    color: #6A6868;
}

.sub-page__circle.sub-page__circle {
    margin-top: 3px;
}

.sub-page__circle.payment-method__Orange {
    margin-top: 18px;
}

.sub-page__card {
    background-color: #ffffff;
    box-shadow: 0 12px 16px #455B6314;
    border-radius: 6px;
    padding: 15px;
    line-height: 4;
    font-size: 14px;
    color: #6A6868;
}

.sub-page__phone-number {
    border: 1px solid rgba(162, 161, 161, 1);
    width: 70%;
    height: 40px;
    border-radius: 4px;
    padding: 0 32px;
    font-size: 13px;
}

.sub-page__phone-container {
    min-height: 213px;
}

.sub-page__phone--example {
    font-size: 12px;
    color: #A7A7A7;
}

.sub-page__phone--error-msg {
    color: #F9322C;
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: 0;
    height: 25px;
}

.sub-page__country-code {
    border: 1px solid rgba(162, 161, 161, 1);
    height: 40px;
    border-radius: 4px;
    padding: 0 32px;
    font-size: 13px;
    -webkit-appearance: none;
    line-height: 3;
    position: relative;
    background-color: transparent;
}

.required-sup-label {
    opacity: 0.8;
    font-size: 8px;
}

body.subscription-page .btn:hover,
body.subscription-page .btn:focus {
    color: #ffffff;
}

body.subscription-page #pushengine-notification,
body.subscription-page .leaderboard-container,
body.premium-features #pushengine-notification,
body.premium-features .leaderboard-container,
body.my-subscription-page .leaderboard-container {
    display: none;
}

.sub-page__confirmation--title {
    width: 65%;
    font-size: 16px;
    margin: 60px auto;
}

.sub-page__confirmation-multi-digit {
    border: 1px solid rgba(112, 112, 112, 0.4);
    border-radius: 5px;
    padding: 7px 15px;
    background-color: transparent;
    text-align: center;
    width: 80%;
    height: 50px;
    margin-bottom: 10px;
}

.sub-page__btn-code {
    width: 80%;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #4F8CD9;
    border-radius: 4px;
    font-size: 15px;
    margin: 40px 0 20px 0;
    height: 50px;
}

.sub--page__error-msg {
    color: #F9322C;
    font-size: 13px;
}

.sub-page--resend-code {
    color: #898989;
    font-size: 13px;
    margin-top: 15px;
    text-decoration: underline;
}

.sub-page__success--icon {
    margin: 100px 0 30px 0;
}

.sub-page__success--title {
    color: #93C604;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.sub-page__error--title {
    color: #c60404;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.sub-page__success--desc {
    color: #555555;
    font-size: 16px;
    line-height: 2;
}

.sub-page__btn--my-account {
    width: 85%;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #4F8CD9;
    border-radius: 4px;
    font-size: 15px;
    margin: 40px 0 20px 0;
    height: 50px;
    line-height: 2.5;
}

.drop-down-chev {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 12px;
}

.sub-page__country-code--wrapper {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.my-sub__row {
    font-size: 15px;
    color: #6C6C6C;
    padding: 15px;
}

.my-sub__row:not(:last-child) {
    border-bottom: 1px solid #EAE8E8;
    ;
}

.my-sub__rows--wrapper {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.my-sub__title {
    padding: 10px;
    font-size: 16px;
}

.my-sub__info--msg {
    margin: 25px 10px;
    font-size: 13px;
    color: #ADADAD;
}

.my-sub__contact-us--wrapper {
    padding: 15px;
    background-color: #ffffff;
}

.my-sub__contact-us--wrapper i {
    margin-bottom: -3px;
    margin-top: 3px;
}

.premium-disable-ads {
    background-color: #ffffff;
}

.mpu-btn {
    margin: 4px;
}

.mpu-adv-premium-msg {
    margin-top: 20px;
    line-height: 1.5;
    color: #3E3E3E;
    font-size: 14px;
    text-align: center;
}

.mpu-card .btn-subscribe {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn-subscribe:hover,
.btn-subscribe:focus {
    color: #ffffff;
}

.weathertext-container .node-share-container {
    display: none !important;
}

.weather-text-btn-container {
    height: 55px;
    background-color: #F8F8F8;
}

.weather-text-btn-container .btn-subscribe {
    margin: 12px auto;
    display: block;
    ;
}


.weather-text-btn-container .weathertext-read-more {
    line-height: 2;
}

.my-sub__btn--cancel {
    width: 80%;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #4F8CD9;
    border-radius: 4px;
    font-size: 15px;
}

.my-sub__btn--renew {
    width: 80%;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #A7DB16;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 10px;
}

.renew-fees {
    color: #7C7C7C;
}

.my-sub__btn--renew a,
.my-sub__btn--renew a:visited {
    color: #FFFFFF;
}

.my-sub__renew-icon {
    margin: 0 5px;
}

.my-sub__btn--wrapper {
    margin: 20px 0;
}

.my-sub__page-wrapper {
    height: 300px;
}

.my-sub__active--expired {
    height: 47px;
    background-color: #FF6453;
    padding: 0 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 3.2;
    text-align: center;
}


.my-sub__active--warning {
    height: 47px;
    background-color: #CBE6FF;
    padding: 0 10px;
    color: #3C657E;
    font-size: 15px;
    line-height: 3.2;
    text-align: center;
}

.periods-arrow-right {
    position: absolute;
    right: -14px;
    height: 63px;
    background-color: #1E2B2F;
    width: 14px;
    cursor: pointer;
}


.periods-arrow-right i {
    position: absolute;
    color: #ffffff;
    top: 19px;
    right: -4px;
}

.custom-chev [class^="aw-"]:before {
    font-size: 14px;
    line-height: 0.4;
    position: relative;
    top: 4px;
    margin-left: 2px;
    margin-right: 3px;
}

.periods-arrow-left {
    position: absolute;
    left: -14px;
    height: 63px;
    background-color: #1E2B2F;
    width: 14px;
    cursor: pointer;
}


.periods-arrow-left i {
    position: absolute;
    color: #ffffff;
    top: 19px;
    left: -3px;
}

.sub-page__loading--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(124, 124, 125, 0.8);
}

.lottie-loading {
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    position: absolute;
}

.sub-page--resend-code--success {
    font-size: 12px;
    color: #16b960;
}

.weather-widget-premium-message {
    height: 83px;
    background-color: #426981;
    position: relative;
}

.weather-widget-premium-message p {
    margin-bottom: 0;
    color: #ffffff;
}

.weather-widget-premium-btn {
    background-color: #FEBA2C;
    color: #163F58;
    width: 228px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 3;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    left: 20px;
}

.weather-widget-premium-text {
    display: inline-block;
    padding: 22px 25px;
}

.weather-widget-premium-icon {
    margin: -18px 17px 0 0;
    width: 61px;
}

.multiple-days-periods .slick-prev {
    height: 55px;
    width: 15px;
    background-color: #778081;
    right: -15px !important;
    top: 50%;
}

.multiple-days-periods .slick-prev:hover,
.multiple-days-periods .slick-next:hover {
    background-color: #778081;
}

.multiple-days-periods .slick-prev:before {
    content: "\e067" !important;
    color: #ffffff !important;
    opacity: 1;
    line-height: 3.5;
    margin: -2px;
    font-size: 17px;
}

.multiple-days-periods .slick-next {
    height: 55px;
    width: 15px;
    background-color: #778081;
    left: -15px !important;
    top: 50%;
}

.multiple-days-periods .slick-next:before {
    content: "\e066" !important;
    color: #ffffff !important;
    opacity: 1;
    line-height: 3.5;
    margin: -1px;
    font-size: 17px;
}

.my-sub__panel-heading {
    padding: 15px;
    font-size: 16px;
}

.my-sub__chev {
    float: left;
    margin-top: -22px !important;
}

body.my-subscription-page .btn:focus,
body.my-subscription-page .btn:hover {
    color: #ffffff;
}

#cancelSuccesModal .modal-footer {
    text-align: center !important;
}

.aw-cash {
    left: auto;
    top: 13px;
    right: 23px;
    position: absolute;
}

.my-sub__empty--container p {
    font-size: 16px;
}

.my-sub__empty--container {
    position: absolute;
    top: calc(50% + 250px);
    left: calc(50% - 123px);
}

.sub-page__required-field {
    color: #ff0000;
    display: none;
}

.listing-page .mpu-btn,
.listing-page .mpu-adv-premium-br,
.listing-page .mpu-adv-premium-msg,
.weather-page-listing .mpu-btn,
.weather-page-listing .mpu-adv-premium-br,
.weather-page-listing .mpu-adv-premium-msg {
    display: none;
}

.my-sub__cancel--gif {
    width: 20px;
    display: none;
}

.my-sub__reactivate--gif {
    width: 20px;
    display: none;
}

.my-sub-autorenew-note {
    margin-top: 16px;
    font-size: 14px;
    color: #7c7c7c;
}

.weathertext__img--wrapper {
    position: relative;
}

.weathertext__premium--label {
    font-size: 13px;
}

.weathertext__premium--wrapper {
    width: 63px;
    height: 26px;
    background-color: #FEBD2C;
    color: #ffffff;
    border-radius: 4px 0 4px 0;
    line-height: 1.9;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 0;
    z-index: 1;
}

.weathertext__img--footer {
    position: relative;
}

.weathertext__icon {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    top: -35px;
}

.flex-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-26 {
    width: 26px;
}

.seasonal-download-app.weathertext__btns .btn {
    background-color: #A8D932;
    border-color: unset;
}

.sub-page__countries-row .sub-page__country img {
    width: 27px;
    margin: 0 10px;
    border-radius: 16px;
}

.sub-page__countries-row .sub-page__country-name {
    line-height: 2;
}

.sub-page__phone-number-error {
    border: 1px solid #ff0000;
}

.weathertext__img--diamond {
    width: 14px;
    height: 12px;
}

.sub-page__circle--force-blue {
    background-color: #81B2F5;
    border: 1px solid #81B2F5;
}

.sub--page__error-msg {
    margin: 0;
}

.pressure-index-header-revamp {
    border-bottom: 1px solid #eaeaea;
    margin: 0 10px;
    padding: 14px 0;
}

.pressure-index-more-btn {
    float: none;
    text-align: center;
    color: #406982;
    border: none;
    margin: 0;
    width: auto;
    font-size: 14px;
}

.pressure-index-satellite {
    background: #F8F8F8;
    padding: 7px;
}

.homepage-revamp-panel-heading {
    box-shadow: none !important;
    border: none !important;
}

.btn-local-news {
    color: #3C6884 !important;
    text-decoration: none;
    border: 1px solid #3E6983;
    font-size: 13px;
    font-weight: lighter;
    padding: 10px 80px;
    margin-top: 7px;
    border-radius: 2px;
}

.revamp-mt {
    margin-top: 10px;
}

.revamp-mb {
    margin-bottom: 10px;
}

.aw-community-post-img {
    height: 105px;
    width: 100%;
}

.aw-community-container {
    background-color: #FFFFFF;
    padding: 10px;
}

.aw-community-author-img {
    border-radius: 50%;
}

.aw-community-author-name {
    margin: -37px 40px 1px 40px;
    color: #007AAE;
    font-size: 14px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aw-community-author-role {
    margin: 0 40px 0 0;
    color: #969696;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 124px;
    display: block;
}

body.lang-en .aw-community-author-role {
    margin: 0 0 0 40px;
}

.aw-community-author-section {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}

.aw-community-post-text {
    width: 98%;
    height: 60px;
    overflow: hidden;
    display: block;
    color: #000000 !important;
}

.aw-community-post-body {
    padding: 5px 6px;
}

.aw-community-post {
    border: 1px solid #E0E0E0;
}

.aw-community-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    margin: 0 -10px -10px -10px;
}

.aw-product {
    width: 100%;
    height: 174px;
    background: #F8F8F8;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}

.products-container {
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

.aw-product-img {
    display: block;
    margin: 32px auto 10px auto;
}

.aw-product-label {
    color: #616161;
    font-size: 12px;
    margin-bottom: 10px;
}

.aw-product-label.with-icons {
    margin-bottom: 10px;
}

.aw-btn-app-store {
    width: 26px;
    height: 36px;
    display: inline-block;
    margin: 0 12px;
}

.aw-btn-play-store {
    width: 26px;
    height: 36px;
    display: inline-block;
    margin: 0 12px;
}

.aw-btn-play-store img {
    margin-top: 2px;
}

.aw-btn-product-bader {
    color: #3C6884 !important;
    text-decoration: none;
    border: 1px solid #3E6983;
    font-size: 13px;
    font-weight: lighter;
    padding: 7px 0;
    border-radius: 2px;
    width: 130px;
    display: block;
    margin: 0 auto;
}

.listing-page .mpu-adv-premium-msg,
.listing-page .btn-subscribe {
    display: none !important;
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#cancelConfirmationModal {
    transform: translate(0, 20%);
}

#cancelConfirmationModal .modal-body {
    padding: 10px 0 0 0;
}

.cancel-modal-footer {
    border-top: 1px solid #3C3C434A;
}

.cancel-modal-footer-close {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 15px;
    color: #4F8CD9;
    font-size: 16px;
    border-right: 1px solid #3C3C434A;
}

.cancel-modal-footer-confirm {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 15px;
    color: #F4516A;
    font-size: 16px;
}

.sub-red-color {
    color: #FF6453;
}

#pricing-gross {
    direction: rtl;
    text-align: left;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.corona-summary {
    width: 100%;
    height: 74px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 4px;
    margin-bottom: 13px;
}

.corona-summary-title {
    float: right;
    margin-top: 28px;
    margin-left: 67px;
}

.corona-summary-card {
    width: 180px;
    height: 52px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    float: right;
    margin-left: 12px;
    margin-top: 11px;
    color: #2C3F51;
    text-align: center;
    font-size: 16px;
}

.corona-summary-card.green {
    color: #1AAB40;
}

.corona-summary-card.red {
    color: #D64554;
}

.corona-summary-card label {
    margin-top: 5px;
    margin-bottom: 2px;
}

.corona-summary-more-details {
    float: left;
    display: block;
    color: inherit;
    font-size: 12px;
    margin-top: 26px;
}

.corona-summary-more-details img {
    margin-right: 5px;
}

body:not(.subdomain-jo) .domain-jo-only {
    display: none !important;
}

body:not(.subdomain-sa) .domain-sa-only {
    display: none !important;
}

.sme-blue {
    color: #7D95BA;
}

.sme-btn-section:focus {
    outline: 0;
}

.sme-offers-sections-container {
    width: 100%;
    position: absolute;
    padding: 10px 10px 10px 0;
}

.sme-close-offers {
    top: 15px;
    left: 12px;
    position: absolute;
}

[data-sme-animation].animated .sme-offers-section-offers {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 3;
    transition-delay: 0.2s;
}

.sme-offers-section-offers {
    margin-top: 11px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    height: 70px;
    transition: .4s;
}

[data-sme-animation].animated .go-location {
    font-size: 14px;
}

[data-sme-animation].animated .sme-offers-sections-container {
    visibility: hidden;
}

[data-sme-animation].animated .sme-offers-taps {
    overflow: hidden;
}

[data-sme-animation].animated .go-logo {
    opacity: 0;
    visibility: hidden;
}

[data-close-offers] {
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

[data-sme-animation].animated [data-close-offers] {
    opacity: 1;
    visibility: visible;
}

[data-sme-animation].animated [data-sme-section] {
    visibility: hidden;
}

.sme-offers-section-offers-header {
    margin-bottom: 25px;
}

.sme-offers-section-offers-figure {
    border-radius: 4px;
    overflow: hidden;
}

.sme-offers-section-offers-store {
    position: absolute;
    top: 12px;
    right: 12px;
    box-shadow: 0px 3px 6px #00000052;
    border: 0.5px solid #FFFFFF;
    border-radius: 50%;
}

.sme-offers-section-offers-offer {
    margin-bottom: 25px;
}

.sme-offers-section-offers-all {
    border-top: .5px solid #DDDDDD;
    padding: 11px 0;
}

.sme-offers-section-offers-all a {
    color: #535353;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 0.800000011920929px solid #DDDDDD;
    border-radius: 15px;
    width: 116px;
    height: 30px;
}

.sme-offers-section-offers-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 9px;
    transition: 0.4s;
}

.sme-offers-section-offers-offer:nth-child(odd) {
    padding-left: 6px;
}

.sme-offers-section-offers-offer:nth-child(even) {
    padding-right: 6px;
}

.sme-offers-section-offers-offer {
    width: 50%;
}

.sme-offer-desc {
    line-height: 21px;
    color: #4B4B4B;
    height: 40px;
    overflow: hidden;
    margin: 0;
}

.sme-discount-container p {
    color: #E66C76;
    font-size: 12px;
}

.sme-offers-section-offers-figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.sme-offers {
    width: 1485px;
}

.sme-offer-card {
    width: 236px;
    height: 244px;
    background: #fff;
    /*    box-shadow: 0px 6px 12px #14141427;*/
    border-radius: 6px 5px 6px 6px;
    border: 1px solid #dedede;
    margin: 5px;
    float: right;
    position: relative;
}

.sme-offer-card-image {
    margin: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.sme-offer-card-premium {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 29px;
    height: 29px;
    background: url(../images/sme-premium.svg) no-repeat center;
}

.sme-offer-card-discount {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 78px;
    height: 29px;
    line-height: 29px;
    background: #FA526CF2;
    color: #fff;
    border: 1px solid #FFFFFFE6;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}

.sme-offer-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 115px;
    background: #FFFFFF;
    /*    box-shadow: 0px 3px 6px #00000029;*/
    border-radius: 0px 0px 6px 6px;
}

.sme-offer-details-logo {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #B7B7B7;
    overflow: hidden;
    margin: 5px;
}

.sme-offer-details-logo-inner {
    width: 42px;
    height: 42px;
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
}

.sme-offer-details-title {
    position: absolute;
    left: 5px;
    right: 60px;
    white-space: nowrap;
    top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.sme-offer-details-separator {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    height: 1px;
    background: #EDEDED;
}

.sme-offer-details-button {
    position: absolute;
    top: 67px;
    left: 11px;
    right: 11px;
    width: 214px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    background: #5E7CAC;
    border-radius: 3px;
    display: block;
    font-size: 13px;
}

.sme-offer-details-button:active,
.sme-offer-details-button:hover,
.sme-offer-details-button:focus {
    background-color: #4e6892;
    color: #fff;
}

.sme-offer-card-more {
    display: block;
}

.sme-offer-card.more .sme-more-btn {
    position: absolute;
    top: 74px;
    right: 74px;
    width: 74px;
    height: 74px;
    background: url(../images/sme-more.svg) no-repeat center;
}

.sme-offer-card.more .sme-more-btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 74px;
    height: 74px;
    background: url(../images/sme-more-arrow.svg) no-repeat center;
}

.sme-offer-card.more .sme-more-text {
    position: absolute;
    top: 156px;
    width: 100%;
    text-align: center;
    color: #0B0B0B;
    font-size: 15px;
}

#sme-offers-card .panel-heading {
    position: relative;
    box-shadow: none;
    border: none;
    padding-bottom: 0px;
}

.go-logo__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 40px;
}

[data-sme-animation].animated .go-logo__box {
    visibility: hidden;
}

#back-to-top-mo {
    background-image: url(../images/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    position: fixed;
    transition: .4s;
    bottom: -40px;
    left: 10px;
    background-color: rgb(0 0 0 / .5);
    z-index: 999;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

#back-to-top-mo.shown {
    bottom: 10px;
}

#sme-offers-card .panel-heading h3 {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.go-logo {
    position: absolute;
    top: 8px;
    left: 9px;
}

.sme-subtitle {
    color: #5E7CAC;
    font-size: 13px;
    position: relative;
    top: -4px;
    right: 7px;
}

.go-location {
    color: #939393;
    font-size: 13px;
    transition: 0.4s;
}

.sme-offers-get-all a {
    height: 25px;
}

#sme-offers-card .panel-body {
    transition: 0.2s;
    min-height: 232px;
    padding: 0;
}

.sme-section-card {
    border: 0.5px solid #D9D9D9;
    border-radius: 4px;
    width: 120px;
    height: 159px;
    padding: 14px 2px 40px 2px;
    overflow: hidden;
}

.sme-section-card-title {
    height: 40px;
    overflow: hidden;
}

.sme-section-card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}



.sme-section-card-count {
    width: 46px;
    height: 46px;
}

.sme-offers-taps {
    text-align: start;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

.sme-offers-taps > a {
    display: inline-block;
    padding-left: 7px;
    font-size: 13px;
    color: #AAB0BD;
    position: relative;
}

.sme-offers-taps > a.activated {
    color: #5E7CAC;
    border-bottom: 2px solid #5E7CAC;
}

.sme-btn-section {
    background: #6E8EC1;
    border-radius: 13px;
    width: 80%;
    color: #fff;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
    padding: 3.5px;
}

.wpwl-wrapper-cardHolder,
.wpwl-control-cardNumber,
.wpwl-wrapper-cardHolder,
.wpwl-control-cvv,
.wpwl-control-expiry,
.wpwl-wrapper-cardHolder input {
    direction: ltr !important;
    text-align: right !important;
}

.sub-page__btn--back a {
    color: #A3A3A3;
}

[data-dismiss="modal"] {
    cursor: pointer;
}

#hyperPay_user_data .form-control {
    border-radius: 4px;
    border: 1px solid #a1a1a1;
    height: 40px;
    margin: 5px 0;
}

.subscribe-callback-page .leaderboard-container {
    display: none !important;
}

#ad-block-modal .modal-dialog {
    width: 700px;
}

#ad-block-modal p.mt,
#ad-block-modal p.pt {
    margin-bottom: 0;
}

.btn-cancel-blocker,
#ad-block-modal .btn-subscribe-big {
    border-radius: 2px;
    width: 218px;
    height: 46px;
    display: block !important;
}

.ad-block__btn-continue {
    color: #575656;
    position: relative;
    top: 5px;
}

.ad-block__btn-continue-1 {
    color: #A2A2A2;
}

.btn-cancel-blocker {
    border: 1px solid #ADADAD;
}

#ad-block-modal .modal-dialog .modal-body {
    padding: 16px 18px;
}

.ad-block__text-p {
    color: #E53838;
    font-size: 22px;
}

.ad-block-text {
    padding: 25px 58px 25px 58px;
}

.btn-subscribe-big {
    width: 290px;
    padding: 11px;
    border-radius: 0;
}

#ad-block-modal .modal-content {
    background-image: url(../images/material-block.svg);
    background-size: 197px 197px;
    background-repeat: no-repeat;
    background-position: center;
}

.notification__date {
    direction: ltr;
}

.fade-in {
    -webkit-animation: fade-in 2s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: fade-in 2s cubic-bezier(.39, .575, .565, 1.000) both
}

#homepage-weather-widget .homepage-weather-widget-bg-revamp.weather-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Ramadan 2021 by Husseini*/

@font-face {
    font-family: 'DIN Next Bold';
    src: url('../fonts/DINNextLTArabic-Bold.woff2') format('woff2'),
        url('../fonts/DINNextLTArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next Regular';
    src: url('../fonts/DINNextLTArabic-Regular.woff2') format('woff2'),
        url('../fonts/DINNextLTArabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ramadan-iframe,
.ramadan-iframe-widget {
    font-family: 'DIN Next Regular';
}

#download-emsakiyeh-btn {
    display: none;
}

.emsakiyeh-intro-header {
    height: 56px;
    background-image: url(../images/ramadan-do-bg.png);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 3;
    padding: 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: 'DIN Next Bold' !important;
}

.ramadan-iframe .ramadan-toggle-active .nav-link {
    color: #264069 !important;
    font-weight: bold;
    font-family: 'DIN Next Bold' !important;
}

.ramadan-iframe #ramadan-section-tab {
    border-bottom: 2px solid rgba(219, 219, 219, 0.5) !important;
}

.intro-hilal {
    width: 36px;
    height: 36px;
    float: left;
    margin: 10px 0;
}

.ramadan-iframe .emsakiyeh-date-header {
    margin-bottom: 0;
    font-family: 'DIN Next Bold';
    margin-top: -5px;
}

.ramadan-iframe .ramadan-day-container {
    background-image: url(../images/emsakiyeh-day-container.svg);
    width: 96px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-size: 100% 100%;
    color: white;
    float: left;
    left: 8px;
    position: absolute;
    top: -12px;
    padding-bottom: 7px;
    font-size: 14px;
}

.emsakiyeh-number-bold {
    font-weight: bold;
    font-family: 'DIN Next Bold' !important;
    font-size: 15px;
}

.ramadan-iframe-2021 .emsakiyeh-table th.emaskiyeh-bold,
.ramadan-iframe-2021 .emsakiyeh-table td.emaskiyeh-bold {
    font-size: 14px;
    font-family: 'DIN Next Bold' !important;
}

.ramadan-iframe-2021 .active-row th,
.ramadan-iframe-2021 .active-row td {
    font-size: 14px !important;
    font-family: 'DIN Next Bold' !important;
}

.ramadan-iframe-2021 .active-row .active-row-day {
    background-color: #264069;
    color: white;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    top: 8px;
    text-align: center;
    right: calc(50% - 12px);
    line-height: 1.5;
    padding-left: 1px;
}

.ramadan-iframe-2021 .active-row-day {
    margin: 0 auto;
    width: 24px;
}

.ramadan-iframe-2021 .active-border {
    position: absolute;
    right: 0;
    height: 18px;
    width: 3px;
    border-radius: 10px 0 0 10px;
    background-color: #264069;
    display: none;
}

.ramadan-iframe-2021 .active-row .active-border {
    display: block;
}

.ramadan-iframe .emsakiyeh-btn-2021 {
    border-radius: 20px;
    padding: 6px 20px 11px 20px;
}

.ramadan-iframe .emsakiyeh-panel-body {
    padding: 0;
}

.ramadan-iframe .emsakiyeh-panel-body #emsakiyeh-tab {
    box-shadow: none;
}

.ramadan-iframe .doa-container {
    box-shadow: none;
}

.ramadan-iframe .panel-heading,
.ramadan-iframe #prayer-times-tab,
.ramadan-iframe .panel {
    box-shadow: none !important;
    border: none;
}

#ramadan-section-tab {
    border-top: 1px solid rgba(219, 219, 219, 0.5) !important;
}

.ramadan-iframe .emsakiyeh-panel-body-page {
    margin-top: 0;
}

.ramadan-iframe .doa-container {
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.ramadan-iframe .doa-text {
    padding: 10px 15px;
    width: 80%;
    font-size: 12px;
}

.ramadan-iframe .panel {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.ramadan-iframe .carousel-more-item {
    height: auto;
}

.ramadan-iframe .panel-quran-banner {
    margin-bottom: 20px;
}

.ramadan-iframe .heading-arrow-left {
    display: none;
}

.ramadan-iframe-widget .step-passed {
    opacity: 1 !important;
}

.ramadan-iframe-widget .hourly-item.step-passed .hour-time,
.ramadan-iframe-widget .hourly-item.step-passed .salah,
.ramadan-iframe-widget .hourly-item.step-passed .salah-name,
.ramadan-iframe-widget .hourly-item.step-passed .salah-time,
.ramadan-iframe-widget .hourly-item.step-passed .salah-temperature,
.ramadan-iframe-widget .hourly-item.step-passed .salah-status img,
.ramadan-iframe-widget .hourly-item.step-passed [class^="aw-"],
.ramadan-iframe-widget .hourly-item.step-passed .icon-container + div,
.ramadan-iframe-widget .hourly-item.step-passed .icon-container + div + div,
.ramadan-iframe-widget .hourly-item.step-passed small,
.ramadan-iframe-widget .hourly-item.step-passed .weather-box-temp,
.ramadan-iframe-widget .hourly-item.step-passed .status-icon-container > *:not(.tooltip),
.ramadan-iframe-widget .hourly-item.step-passed .status-text-container,
.ramadan-iframe-widget .hourly-forecast-items .svg-temp-passed {
    opacity: 1 !important;
}

.ramadan-iframe-widget #prayer-times-tab .hourly-item {
    width: 50%;
    overflow: hidden;
    white-space: normal !important;
    line-height: 20px;
    height: 202px;
    margin-bottom: -7px;
    float: right;
}

.ramadan-iframe-widget .hourly-item {
    padding: 15px 0;
    width: 33.333% !important;
}

.ramadan-iframe-widget .salah-col {
    height: 242px;
    border-left: 1px solid rgba(219, 219, 219, 0.5);
}

.ramadan-iframe .ramadan-articles-container #card-ramadan-carousel {
    background-image: url(../images/ramadan-2021-bg.png);
    background-position-y: -39%;
    background-position-x: center;
}

.ramadan-iframe .ramadan-articles-container .panel-heading {
    background: transparent;
}

.ramadan-iframe-widget .salah-name,
.ramadan-iframe-widget .salah-time,
.ramadan-iframe-widget .salah-temperature {
    font-family: 'DIN Next Bold';
}

.ramadan-iframe-widget .hourly-item-5 .salah-name {
    font-family: 'DIN Next Regular';
}

.ramadan-iframe-widget .salah-temperature {
    font-size: 24px !important;
}

.ramadan-iframe-widget .salah-name {
    font-size: 16px !important;
}

.ramadan-iframe-widget .hourly-item.hourly-item-5 .salah-time {
    visibility: hidden;
}

.ramadan-iframe .panel-heading a {
    font-size: 20px;
    font-family: 'DIN Next Bold';
}

.ramadan-iframe-widget .hourly-forecast-items {
    display: flex;
}

.ramadan-iframe-widget .hourly-item-0,
.ramadan-iframe-widget .hourly-item-4,
.ramadan-iframe-widget .hourly-item-5 {
    flex-shrink: 0;
}

.ramadan-iframe-widget .hourly-item-0 {
    order: 3;
}

.ramadan-iframe .container.full-width {
    width: 100%;
    direction: rtl;
}

.ramadan-iframe .maghrib-countdown-container #time-remaining-do {
    padding: 10px 25px 10px 25px;
    margin-left: 77px;
}

.ramadan-iframe .maghrib-countdown-container .maghrib-time-info {
    width: 300px;
    line-height: 3;
}

.ramadan-iframe .maghrib-countdown-container img {
    margin-right: 25px;
}

.ramadan-iframe {
    direction: ltr;
}

.ramadan-iframe .listing-carousel-img-container .owl-lazy {
    height: 130px;
}

.ramadan-iframe .carousel-caption {
    background-color: #ffffff;
}

.ramadan-iframe .owl-dots {
    margin-top: -37px !important;
}

.ramadan-iframe #prayer-times-control:before {
    content: '';
    left: 0;
    background: #e3e3e3 0 0 no-repeat padding-box;
    position: absolute;
    width: 1px;
    height: 40%;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}

/*EOF Ramadan 2021 By Husseini*/


@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 667px) {

    /*Ramadan 2021 By Husseini*/

    .ramadan-iframe .maghrib-countdown-container img {
        margin-right: 0px;
    }

    .ramadan-iframe-widget .salah-col {
        height: 200px;
    }

    .maghrib-countdown-container.mo {
        text-align: right;
    }

    #maghrib-countdown-timer {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }

    .countdown-img {
        float: right;
        position: absolute !important;
    }

    .ramadan-day-container {
        width: 77px;
        height: 68px;
    }

    #ramadan-section-tab {
        border-bottom: 1px solid rgba(219, 219, 219, 0.51) !important;
    }

    .ramadan-iframe .maghrib-countdown-container .maghrib-time-info {
        width: auto;
        line-height: 1.3;
        margin-right: 66px;
    }

    .maghrib-countdown-container #time-remaining,
    .maghrib-countdown-container #time-remaining-do {
        padding: 10px 25px 10px 25px;
    }

    .maghrib-countdown-container #time-remaining,
    .maghrib-countdown-container #time-remaining-do {
        left: 38px;
    }

    .ramadan-iframe .ramadan-section-panel-heading {
        padding: 0 !important;
    }

    .ramadan-iframe .home-page-emsakiyeh-title {
        padding: 10px;
    }

    .ramadan-iframe .ramadan-day-container {
        top: -7px;
        width: 83px;
    }

    .emsakiyeh-intro-header {
        background-image: url(../images/ramadan-do-bg.png);
    }

    .ramadan-iframe-widget .salah-name {
        font-size: 13px !important;
    }

    .ramadan-iframe .ramadan-section-city-name {
        font-size: 13px;
    }

    .ramadan-iframe .doa-text {
        padding: 10px 15px 10px 0;
    }

    .ramadan-iframe .doa-image-container {
        line-height: 5;
    }

    .ramadan-iframe .panel-heading a {
        font-size: 18px;
    }

    .ramadan-iframe .ramadan-articles-container #card-ramadan-carousel {
        background-image: none;
    }

    /*EOF Ramadan 2021 By Husseini*/
}

.tiktok-embed>section{
    display: none !important;
}