body {
    padding-top: 0;
}

body.weather-page {
    background: #F5F5F5;
    padding-top: 0;
}

body.lang-en .ar-only {
    display: none !important;
}

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

.mo,
.mobile-only {
    display: none !important;
}

.desktop-only,
.do {
    display: block;
}

.desktop-only-inline,
.doi {
    display: inline-block;
}

.mobile-only-inline,
.moi {
    display: none;
}

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

:focus {
    outline: 0;
}

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

.panel-heading h3 {
    font-size: 18px;
}

.panel-body {
    padding: 15px;
}

.panel-body > .row {
    margin-right: -15px;
    margin-left: -15px;
}

h1.page-title {
    margin-top: 20px;
}

h1.page-title .subtitle {
    margin-right: 10px;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

/* header + menu */
.level-1-menu > li > a > i.aw-chevron-right.flipped:before {
    transform: none;
}

.navbar-inverse {
    border-bottom: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 0;
}

.navbar-header {
    background-image: url(../images/isobar.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.tab-bar {
    background-image: linear-gradient(90deg, #407b98, #095e7d);
}

.tab-bar a.active {
    background: rgba(0, 0, 0, 0.18) !important;
}

.navbar-brand ~ .slogan {
    border-left: 1px solid rgba(138, 143, 149, 0.50);
    border-right: 0;
    float: right;
    padding-right: 11px;
    margin-right: 7px;
    margin-top: 16px;
    position: relative;
}

.navbar-brand ~ .slogan:after {
    content: "\e06b";
    font-family: arabiaweather !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: -9px;
}

.slogan-flag {
    margin-right: 10px;
}

#main-menu .content-search-box-container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse > .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid > .navbar-header {
    padding-right: 65px;
    padding-left: 65px;
}

.navbar-header {
    width: 100%;
}

.navbar-header .social-btns {
    padding-top: 21px;
}

.navbar-header .social-btns a {
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.main-menu-sticky-items {
    position: absolute;
}

.main-menu-container {
    position: static;
    height: auto;
    overflow: visible;
    margin-bottom: 0;
}

.level-1-menu {
    position: relative !important;
}

#main-menu .navbar-nav {
    min-height: auto;
}

#main-menu .navbar-nav li.active {
    background: #f8f8f8;
    border-bottom: 4px solid #095e7d;
}

#main-menu .navbar-nav li.active a {
    padding-bottom: 11px;
    color: #095e7d;
}

#main-menu .content-search-box-container {
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    display: none;
}

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

.navbar-header-row {
    margin-left: 0;
    margin-right: 0;
}

.under-header {
    float: right;
    width: 100%;
    background: #fff;
    color: #464646;
}

.navbar-brand {
    padding: 6px;
    height: 56px;
}

.navbar-inverse .navbar-nav li > a {
    color: #464646;
    padding: 14px 0px;
    font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #444444;
}

.level-1-menu > li > a > i.aw-chevron-right:before {
    content: "\e06b";
}

.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: 18px;
    left: -10px;
    top: 12px;
}

.level-1-menu > li > a > i.aw-chevron-right {
    position: absolute;
    top: 14px;
    right: -1px;
    left: auto;
    font-size: 18px;
    opacity: 1;
}

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

.navbar-nav li.with-icon {
    padding-left: 30px;
    padding-right: 10px;
}

.navbar-nav li.dropdown {
    padding-left: 14px;
    position: relative;
}

.navbar-nav li.dropdown .dropdown-menu.level-2-menu {
    display: block;
    position: absolute !important;
    left: 0;
    top: 54px;
    width: 200px;
    padding: 0 10px;
    height: auto;
    max-height: 0;
    transition: 0.29s ease;
    overflow: hidden;
    z-index: -1;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
}

.navbar-nav li.dropdown:hover .dropdown-menu.level-2-menu {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    max-height: 500px;
    opacity: 1;
}

.navbar-nav .dropdown-menu > li {
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s background ease;
}

.navbar-nav .dropdown-menu > li:hover {
    background: #EBEBEB;
    color: #464646;
}

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

.desktop-header-search {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9;
}

.desktop-header-search .container {
    position: relative;
}

.btn-header-search {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
}

.btn-header-search-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.btn-header-search-close.shown {
    max-height: 60px;
    padding: 10px 20px;
}

.en-site-btn {
    padding-top: 19px;
    margin-right: 10px;
}

.select-country-list li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu-content-search-box-desktop {
    max-height: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    transition: 0.6s opacity ease;
    box-shadow: none;
    opacity: 0;
}

#menu-content-search-box-desktop.shown {
    max-height: 60px;
    border-bottom: 1px solid #367dbb;
    padding: 10px 15px;
    opacity: 1;
    transition: 0.6s opacity ease;
}

#menu-content-search-box-desktop:focus,
.btn-header-search:active,
.btn-header-search-close:active {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tab-bar {
    height: 56px;
}

.tab-bar.shown {
    max-height: 56px;
}

.tab-bar a {
    font-size: 18px;
    line-height: 40px;
    position: relative;
}

.tab-bar a br {
    display: none;
}

.tab-bar a span {
    font-size: 14px;
}

.tab-bar a [class^="aw-"] {
    margin-right: 10px;
    position: relative;
    top: 5px;
    display: inline-block;
}

.tab-bar a:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 57px;
    background: rgba(255, 255, 255, 0.10);
}

.tab-bar .tendays-weather-alerts-count {
    top: 11px;
    margin-left: -53px;
}

.tab-bar > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.tab-bar a.active {
    color: #fff;
    background: #054b6f;
    padding-bottom: 10px;
}

.leaderboard-container {
    padding: 10px 0 2px 0;
    background: #f5f5f5;
}

.content-container {
    margin-top: 10px;
}

body.front .content-container {
    margin-top: 10px;
}

.alerts-row {
    height: 0;
}

#alerts-container {
    position: relative;
    padding-right: 140px;
    background: #e91d27;
    z-index: 5;
    margin-top: 12px;
}

#alerts-container .alert-item {
    background: #e91d27;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 17px;
}

.alerts-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    color: #464646;
    border: 1px solid #ccc;
    font-size: 16px;
}

.alerts-label [class^="aw-"] {
    color: #e91d27;
    position: relative;
    top: 4px;
    font-size: 18px;
}

.col-left {
    padding-left: 0;
}

.col-left .mpu-adv {
    transform: scale(0.928);
    transform-origin: top;
    margin-bottom: -22px !important;
}

.col-left .mpu-adv iframe {
    transform: scale(0.928);
    transform-origin: left;
    margin-bottom: -10px;
}

.col-left .panel-body {
    padding: 4px;
}

.homepage-weather-widget-desktop-container {
    /*    background: #fff;*/
}

#homepage-weather-widget-desktop {
    position: relative;
    transition: 0.5s padding-top ease;
}

#homepage-weather-widget-desktop.with-alerts {
    padding-top: 58px;
}

#homepage-weather-widget-desktop.with-alerts .weather-bg,
#homepage-weather-widget-desktop.with-alerts .weather-bg-placeholder {
    height: 674px;
}

#homepage-weather-widget-desktop > .container {
    position: relative;
    z-index: 1;
}

#homepage-weather-widget-desktop .day-part,
#homepage-weather-widget-desktop .night-part {
    position: relative;
}

#homepage-weather-widget-desktop .day-part .aw-alert {
    position: absolute;
    top: 53px;
    left: 12px;
    color: #FFC700;
    font-size: 16px;
}

#homepage-weather-widget-desktop .night-part .aw-alert {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #FFC700;
    font-size: 16px;
}

.search-box-inner {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 6px;
}

/*
body.weather-page .input-group-addon.search-btn {
    top: 0;
    right: 0;
    width: 80px;
    background: #ebebeb;
    border: 0;
    color: #989898;
    font-size: 20px;
    line-height: 40px;
}
*/

body.weather-page .input-group-addon.search-btn {
    top: 1px;
    left: auto;
    right: 1px;
    width: 70px;
    height: 48px;
    background: #efefef;
    border: 0;
    color: #7E7E7E;
    font-size: 22px;
    line-height: 50px;
    border-radius: 0;
}

body.weather-page .search-box-inner .aw-search {
    position: absolute;
    top: 16px;
    left: 17px;
    color: #b5b5b5;
    z-index: 9;
    font-size: 18px;
}

.autocomplete-search-box {
    position: relative;
}

.autocomplete-search-box .autocomplete-suggestions {
    top: 54px !important;
    right: 0 !important;
    left: 0 !important;
}

.autocomplete-search-box .autocomplete-suggestions .autocomplete-selected {
    background-color: #f8f8f8;
}

body.weather-page .search-box-inner .form-control {
    height: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    border: 0;
}

.search-box-flag {
    top: 13px;
    right: 83px;
}

#daily-weather-widget .search-box-flag,
#hourly-weather-widget .search-box-flag {
    left: auto;
    right: 93px;
}

body.daily-page #daily-weather-widget .input-group-addon.search-btn {
    left: auto;
    right: 16px;
}

.input-group-addon.search-btn + .form-control {
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
    font-size: 16px;
}

.weather-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 620px;
    width: 100%;
    opacity: 0;
    transition: 3s opacity ease, 0.5s width ease, 0.5s height ease;
    z-index: 0;
}

.weather-bg-placeholder {
    background-color: #00578D;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 620px;
    width: 100%;
    z-index: -1;
}

.weather-box,
.wind-box,
.humidity-box,
.rain-box,
.prayer-box {
    height: 205px;
    max-height: 205px;
}

.prayer-box .salah,
.prayer-box .salah + br {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 3px;
}

.prayer-box .salah-time {
    margin-top: 19px;
    margin-bottom: 15px;
}

.prayer-box .salah-temperature {
    margin-top: 8px;
    font-size: 20px;
}

.prayer-box .salah-status-text {
    padding: 0 20px;
    margin-top: 8px;
    height: 40px;
    white-space: normal;
    font-size: 13px;
    line-height: 16px;
}

.homepage-day-card-rows {
    margin-left: -4px;
    margin-right: -4px;
    float: right;
    cursor: pointer;
    width: 100%;
    width: calc(100% + 8px);
}

.homepage-day-card-row {
    float: left;
    width: 20%;
    position: relative;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.homepage-day-card {
    background: rgba(10, 12, 13, 0.33);
    float: right;
    width: 100%;
    transition: 0.4s ease;
    user-select: none;
}

.homepage-day-card .dayname {
    font-size: 15px;
    padding: 20px 10px 10px 10px;
}

.homepage-day-card .dayname .date {
    font-size: 13px;
}

.homepage-day-card .day-night-label {
    float: right;
    width: 100%;
    font-size: 14px;
    text-align: start;
    padding: 1px 10px;
}

.homepage-day-card .icon-container {
    float: right;
    width: 50%;
    height: 50px;
    position: relative;
}

.icon-container .dark-icon,
.icon-container .light-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
}

.icon-container .dark-icon {
    transition: 0.4s ease;
    opacity: 0;
}

.icon-container .light-icon {
    transition: 0.4s ease;
    opacity: 1;
}

.homepage-day-card-row.active .icon-container .dark-icon {
    opacity: 1;
}

.homepage-day-card-row.active .icon-container .light-icon {
    opacity: 0;
}

.homepage-day-card .temp-container {
    float: right;
    width: 50%;
    font-size: 40px;
    margin-top: 2px;
    margin-bottom: -2px;
}

.homepage-day-card .status-container {
    float: right;
    width: 100%;
    padding: 0 15px;
    height: 61px;
    font-size: 13px;
    margin-top: -6px;
    margin-bottom: 8px;
}

.homepage-day-card .night-part {
    float: right;
    width: 100%;
    background: rgba(10, 12, 13, 0.22);
    padding-top: 10px;
}

.homepage-day-card-row.active .homepage-day-card {
    background: rgba(255, 255, 255, 0.95);
    color: #5A5959;
    float: right;
    width: 100%;
}

.homepage-day-card-row .homepage-day-card:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 3px;
    left: 50%;
    margin-left: -7px;
    border-width: 0 12px 0;
    border-top-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transition: 0.29s ease;
    transition-delay: 0.1s;
}

.homepage-day-card-row.active .homepage-day-card:after {
    border-width: 15px 12px 0;
    bottom: -11px;
    opacity: 1;
}

.homepage-day-card-row.active .night-part {
    background: transparent;
    border-top: 1px solid rgba(157, 157, 157, 0.25);
}

.homepage-day-card .tooltip-inner {
    background: #fff;
    color: #676767;
    box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    max-width: 270px;
}

.homepage-day-card .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    left: 90% !important;
}

.homepage-day-card .tooltip {
    left: -222px !important;
}

.homepage-day-card-row[day="4"] .homepage-day-card .tooltip.bottom .tooltip-arrow {
    left: 11.1% !important;
}

.homepage-day-card-row[day="4"] .homepage-day-card .tooltip {
    left: -10px !important;
    right: -40px;
}

.hourly-forecast-items {
    max-width: 100%;
}

.hourly-item {
    height: 275px;
    position: relative;
}

.hourly-forecast-items svg.chart {
    bottom: 10px;
}

/*

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-0 {
    -webkit-transform: scaleX(-1) translateX(83.5%);
    transform: scaleX(-1) translateX(83.5%);
}

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-1 {
    -webkit-transform: scaleX(-1) translateX(50%);
    transform: scaleX(-1) translateX(50%);
}

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-2 {
    -webkit-transform: scaleX(-1) translateX(17%);
    transform: scaleX(-1) translateX(17%);
}

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-3 {
    -webkit-transform: scaleX(-1) translateX(-16.3%);
    transform: scaleX(-1) translateX(-16.3%);
}

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-4 {
    -webkit-transform: scaleX(-1) translateX(-49.6%);
    transform: scaleX(-1) translateX(-49.6%);
}

body.lang-en .hourly-forecast-items svg.chart text.svg-temp.temp-5 {
    -webkit-transform: scaleX(-1) translateX(-83%);
    transform: scaleX(-1) translateX(-83%);
}
*/

.hourly-item:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    height: 235px;
    background: rgba(192, 187, 187, 0.1);
}

.hourly-item.step-active {
    background: #f5f5f5;
}

.hourly-item .icon-container {
    margin: 48px 0;
}

.hourly-item .icon-container + div,
.hourly-item .icon-container + div + div,
.hourly-item .icon-container + div + small,
.hourly-item .icon-container + div + div + small {
    float: right;
    width: 100%;
    margin-top: 15px;
}

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

.rain-box .aw-rain-rate-fill {
    color: #1bb7f1;
}

body.front .hourly-item .aw-rain-rate {
    color: #8a8a8a;
}

body.homepage .hourly-forecast-items svg.chart {
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.hourly-forecast-header {
    width: 100%;
    display: none;
}

.hourly-forecast-header > div {
    width: 100%;
}

.hourly-forecast-items .svg-temp {
    font-size: 6px;
    fill: #5a5959;
}

.hourly-item .hour-time {
    margin-top: 7px;
    margin-bottom: 5px;
}

.homepage-detailed-cards {
    position: relative;
    float: right;
    width: 100%;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
}

.homepage-detailed-card {
    display: none;
    float: right;
    width: 100%;
}

.homepage-detailed-card.active {
    display: block;
}

.light-black-box {
    background: #fff;
    color: #5A5959;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
}

.light-black-box-menu {
    background: #fafafa;
    overflow: visible;
    margin-bottom: 0;
    box-shadow: 0 4px 2px -2px #dedede;
    z-index: 1;
}

.light-black-box-menu a {
    width: 20%;
    text-align: center;
    border-left-color: #ebebeb !important;
    border-right-color: #ebebeb !important;
    float: left;
    padding: 9px 8px;
    user-select: none;
}

.light-black-box-menu a.active {
    color: #0089bc;
}

.light-black-box-menu a.fw {
    width: 100%;
}

.hajjpage .light-black-box-menu a.fw.active {
    color: #5A5959;
}

.hajjpage .light-black-box-menu a.fw.active:after {
    display: none;
}

.light-black-box-menu a.active:after {
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #0089bc;
}

.light-black-box-menu a [class^="aw-"] {
    margin-left: 4px;
}

body.homepage .prayer-times-footer {
    background: #fff;
}

.text-forecast {
    background: #fff;
    padding: 0;
    border: 0;
    white-space: normal;
    border: 1px solid #E8E8E8;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
}

.text-forecast-label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 12px 25px;
    background: #068aba;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

.text-forecast .text-forecast-content {
    padding: 12px 25px 12px 193px;
}

.text-forecast-label [class^="aw-"] {
    margin: 0 4px;
    position: relative;
    top: 4px;
}

.text-forecast:not(.shown):after {
    display: none;
}

.status-text-container {
    float: right;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    margin-top: 5px;
    white-space: normal;
    font-size: 13px;
    line-height: 16px;
}

/* multi item carousel */
.multi-item-carousel-container .panel-body {
    position: relative;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -57px;
    left: 0;
    direction: rtl;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-item {
    padding: 1px;
}

.owl-item > .item {
    float: right;
    width: 100%;
    border: 1px solid #d7d7d7;
}

.multi-item-carousel-container .owl-carousel .owl-item .title a {
    height: 65px;
    max-height: 65px !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.carousel-caption .author {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #eaeaea;
}

.panel-default .carousel-caption .title {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 47px;
}

.carousel-btn-share-toggle {
    bottom: auto;
    right: auto;
    left: 11px;
    top: 10px;
    color: #fff;
}

.carousel-separated-item:empty {
    display: none;
}

.carousel-separated-item:not(:empty) {
    display: block;
    float: right;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.carousel-separated-item .listing-carousel-img-container {
    float: left;
    width: 60%;
    max-height: 370px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.carousel-separated-item .carousel-caption {
    width: 40%;
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    padding-left: 22px;
}

.carousel-separated-item .carousel-caption .title {
    padding-top: 20px;
}

.carousel-separated-item .carousel-caption .title > a {
    max-height: 200px !important;
    line-height: 24px;
    font-size: 16px;
}

.carousel-separated-item .carousel-caption .btn-more-details {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    text-align: start;
    padding-bottom: 0;
    text-align: right;
    font-size: 14px;
}

.carousel-separated-item + .owl-carousel {
    float: right;
    width: 100%;
}

.owl-crowd-posts-carousel .author {
    padding: 0 10px;
    padding-top: 8px;
}

.owl-crowd-posts-carousel .listing-carousel-img-container .img-responsive {
    min-height: 100px;
    background: #e2e1e7;
}

.carousel-more-item {
    height: 420px;
}

.carousel-more-item-btn {
    margin-top: -50px;
}

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

#crowd-posts-carousel .carousel-more-item {
    height: 362px;
}

.carousel-more-item .carousel-caption {
    display: none;
}

body.front .crwd-card-weather {
    margin-top: 0;
}

.crwd-card-weather {
    margin-top: 10px;
    padding: 0 10px;
    padding-bottom: 8px;
}

.crwd-location {
    width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-share-toggle > [class^="aw-"] {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.btn-share-toggle-icons {
    bottom: auto;
    left: auto;
    right: -10px;
    top: 40px;
}

.panel-default .carousel-caption {
    padding-bottom: 0;
}

.btn-more-details {
    background: #fafafa;
    padding-top: 12px;
    padding-bottom: 12px;
}

.panel-heading a.panel-header-btn {
    background: #F8F8F8;
    color: #376C97;
    margin-right: -10px;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 11px 25px 7px 25px;
    white-space: nowrap;
    font-size: 16px;
    height: 48px;
    overflow: hidden;
}

.panel-heading a.panel-header-btn .do {
    display: inline-block;
    margin-left: 10px;
    color: #7C7777;
}

.panel-heading a.panel-header-btn .do + [class^="aw-"] {
    background: #799EC3;
    color: #fff;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 37px;
    margin: 0;
    font-size: 16px;
}

.panel-heading a.panel-header-btn .aw-chevron-left {
    position: relative;
    top: 8px;
}

.panel-footer.btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.panel-footer.btn .aw-chevron-left {
    font-size: 12px;
    margin-left: -5px;
    position: relative;
    top: 2px;
}

#homepage-map {
    height: 380px;
}

.map-day-night-btn-group {
    margin-bottom: 10px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 25px;
    width: auto;
    z-index: 999;
}

.map-day-night-btn-group button {
    padding: 7px 30px 4px 30px;
}

.map-sidebar-btn.active,
#map-sidebar-stations.active,
.map-sidebar-stations-btn.active {
    min-height: 42px;
}

#homepage-map-sidebar.shown {
    max-height: 60px;
}

.map-sidebar-btn {
    font-size: 16px;
    margin-top: 5px;
}

.map-sidebar-btn br {
    display: none;
}

.map-sidebar-btn [class^="aw-"] {
    font-size: 20px;
    margin-right: 8px;
    top: 5px;
}

#homepage-weathertext-card .gradient-mask {
    top: 27%;
}

#weather-around-widget .panel-body {
    padding: 4px;
}

.weather-around-row {
    background: #236C93;
    color: #fff;
    padding: 10px;
    padding-bottom: 4px;
    margin-top: 4px;
    display: block;
}

.weather-around-row:hover,
.weather-around-row:focus,
.weather-around-row:active {
    background: #055d8b;
    color: #fff;
}

.weather-around-row:last-child {
    margin-bottom: 4px;
}

.weather-around-row .loc-label {
    margin-bottom: 5px;
    font-size: 13px;
}

.weather-around-row .loc-temp {
    float: left;
    width: 30%;
    line-height: 40px;
    font-size: 22px;
    text-align: right;
    white-space: nowrap;
}

.weather-around-row .loc-icon {
    float: left;
    width: 18%;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: -2px;
}

.weather-around-row .loc-status-text {
    float: left;
    width: 42%;
    height: 40px;
    margin-top: -4px;
    font-size: 13px;
    line-height: 16px;
}

.weather-around-row .loc-more {
    float: left;
    width: 10%;
    line-height: 40px;
    text-align: center;
    position: relative;
    top: -2px;
    font-size: 16px;
}

#weather-video-carousel {
    margin-bottom: 0;
}

/*

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}
*/

/* listing cards */
.card.listing .title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer {
    font-size: 12px;
    margin-top: 40px;
}

.footer-top {
    background: #ededed;
    padding-top: 10px;
}

.footer-menu {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-menu li {
    display: inline-block;
    border-bottom: 0 !important;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer-links a {
    width: 45px;
}

.footer-links .separator {
    top: -2px;
    margin: 0 8px;
}

.footer-links a [class^="aw-"] {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.footer-links .doi {
    margin-left: 10px;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0D6796;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
    padding-top: 14px;
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease;
    pointer-events: none;
}

#back-to-top.shown {
    opacity: 1;
    pointer-events: all;
}

.pagination > li > a {
    padding: 10px 20px;
}

.breadcrumb {
    background: transparent;
    padding-top: 0;
}

body.error-page .leaderboard-container {
    display: none;
}

body.error-page .error-page-container {
    margin-top: 40px;
}

body.node-page .node-card {
    margin-top: 0;
}

body.node-page .col-left > .mpu-card {
    margin-bottom: 0;
}

.node-related-item {
    color: inherit;
    width: 32.5%;
    height: 71px;
    margin-left: 1.25%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.node-related-item:nth-child(3n+1) {
    margin-left: 0;
}

.node-related-item .node-related-title {
    max-height: 60px;
}

body.node-page .node-related-container {
    margin-top: 20px;
}

.panel-big-padding .panel-body {
    padding: 30px;
}

.sat-page .col-lg-12 .panel-primary {
    text-align: center;
}

.sat-page .col-lg-12 .panel-primary .img-responsive {
    max-width: 50%;
    display: inline-block;
}

.sat-dropdown.open #sat-region-menu {
    max-height: 600px;
}

.btn-sat-interval {
    padding: 12px 10px 10px 10px;
}

.col-left .sat-image-container {
    min-height: 150px;
}

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

.sat-page .sat-image-container > img {
    width: 100%;
}

.sat-page .sat-image-container.fullscreen {
    border-top: 0;
}

.sat-dropdown .dropdown-toggle.btn {
    display: none;
}

#sat-region-menu {
    top: 0;
    box-shadow: none;
    background: #F5F5F5;
    max-height: 40px;
    pointer-events: auto;
    z-index: 1;
}

#sat-region-menu a {
    padding-left: 15px;
    padding-right: 15px;
}

#sat-region-menu li {
    display: inline-block;
}

#sat-region-menu.dropdown-menu > .active > a {
    background-color: #0089bc;
    color: #fff;
}

#sat-region-menu.dropdown-menu > .active > a .aw-check {
    display: none;
}

#sat-region-menu.dropdown-menu > li > a:focus,
#sat-region-menu .dropdown-menu > li > a:hover,
#sat-region-menu.dropdown-menu > .active > a:hover {
    background-color: #006698 !important;
    color: #fff !important;
}

.sat-thumb {
    height: 200px;
    margin-bottom: 20px;
}

.sat-dropdown {
    margin-bottom: -17px;
}

.sat-share-container {
    margin-top: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bader-link {
    font-size: 18px;
}

.node-share-container .share-btn {
    margin: 5px 5px 0 0;
}

.node-share-container .node-share-title {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
}

.thumb-title {
    padding: 10px;
}

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

#homepage-weather-widget .search-box,
#hourly-weather-widget .search-box,
#daily-weather-widget .search-box {
    position: static;
    max-height: 100px;
}

#hourly-weather-widget .search-box,
#daily-weather-widget .search-box {
    overflow: visible;
}

#hourly-forecast-menu-fixed {
    top: 0;
    z-index: 9999;
}

#hourly-weather-widget .light-black-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

#hourly-weather-widget .hourly-forecast-items-prayer .hourly-item {
    height: 188px;
    margin-bottom: 34px !important;
}

#daily-weather-widget .search-box .autocomplete-search-box .autocomplete-suggestions {
    right: 15px !important;
    left: 15px !important;
    color: #4e4e4e;
}

#hourly-weather-widget .search-box .autocomplete-search-box .autocomplete-suggestions {
    color: #4e4e4e;
}

#hourly-weather-widget .hourly-location-name,
#daily-weather-widget .hourly-location-name {
    display: none;
}

#hourly-weather-widget .search-box-inner,
#daily-weather-widget .search-box-inner {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0 15px;
    background: transparent;
}

#hourly-weather-widget .search-box-inner {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

#hourly-weather-widget .search-box-inner .cancel-btn,
#daily-weather-widget .search-box-inner .cancel-btn {
    display: none;
}

#hourly-weather-widget .input-group-addon.search-btn,
#daily-weather-widget .input-group-addon.search-btn {
    right: 15px;
    padding-top: 14px !important;
}

#hourly-weather-widget .input-group-addon.search-btn {
    right: 1px;
}

body.daily-page h1.page-title .sr-only,
body.hourly-page h1.page-title .sr-only {
    display: inline !important;
    position: static;
}

body.daily-page .tendays-forecast-row .dayname,
body.hourly-page .tendays-forecast-row .dayname {
    width: 100%;
    background: #35789B;
    padding-left: 44px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: normal;
}

body.daily-page #tendays-forecast-content .tendays-forecast-row[alerts]:before,
body.hourly-page #tendays-forecast-content .tendays-forecast-row[alerts]:before {
    top: 15px;
    right: 10px;
    width: 26px;
    height: 20px;
    color: #5a5959;
    font-size: 11px;
    font-weight: bold;
    pointer-events: none;
}

body.daily-page #tendays-forecast-content .tendays-forecast-row.shown[alerts]:before,
body.hourly-page #tendays-forecast-content .tendays-forecast-row.shown[alerts]:before {
    color: #fff;
}

body.daily-page .tendays-forecast-row .dayname .doi,
body.hourly-page .tendays-forecast-row .dayname .doi {
    font-size: 14px;
}

body.daily-page .tendays-forecast-row.shown .dayname,
body.hourly-page .tendays-forecast-row.shown .dayname {
    width: 100%;
    background: #35789B;
    color: #FAFAFA;
}

body.daily-page .tendays-forecast-row .dayname,
body.hourly-page .tendays-forecast-row .dayname {
    background: #F5F5F5;
    color: #5a5959;
}

body.daily-page .tendays-forecast-row,
body.hourly-page .tendays-forecast-row {
    background: #FFFFFF;
    color: #5A5959;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: 0.29s ease;
}

body.daily-page .tendays-forecast-row.shown,
body.hourly-page .tendays-forecast-row.shown {
    background: #236C93;
    color: #FAFAFA;
}

body.daily-page .tendays-forecast-row .day-temp,
body.hourly-page .tendays-forecast-row .day-temp,
body.daily-page .tendays-forecast-row .night-temp,
body.hourly-page .tendays-forecast-row .night-temp {
    color: #5A5959;
    transition: 0.4s ease;
}

body.daily-page .tendays-forecast-row.shown .day-temp,
body.hourly-page .tendays-forecast-row.shown .day-temp,
body.daily-page .tendays-forecast-row.shown .night-temp,
body.hourly-page .tendays-forecast-row.shown .night-temp {
    color: #fafafa;
}

body.daily-page .tendays-forecast-row:after {
    top: 120px;
    right: 16px;
    font-size: 20px;
}

#tendays-forecast-content.collapsed .tendays-forecast-rows {
    overflow: visible;
}

.tendays-forecast-row-more-btn,
#tendays-forecast-content.collapsed .tendays-forecast-rows:before {
    display: none;
}

.tendays-forecast-row-header-container {
    height: auto;
    float: right;
    width: 100%;
    height: auto !important;
    user-select: none;
}

.tendays-forecast-row-header-container > div.day-title {
    position: absolute;
    top: 50px;
    left: 20px;
}

.tendays-forecast-row-header-container > div.night-title {
    position: absolute;
    top: 50px;
    left: 50%;
}

.tendays-forecast-row > div > div.day-status-icon,
.tendays-forecast-row > div > div.night-status-icon {
    width: 15%;
    padding: 50px 10px 40px 10px;
    margin-top: 10px;
}

.tendays-forecast-row > div > div.day-status-icon img,
.tendays-forecast-row > div > div.night-status-icon img {
    width: 50px;
    height: 50px;
}

.tendays-forecast-row > div > div.day-status-text,
.tendays-forecast-row > div > div.night-status-text {
    width: 20%;
    padding: 54px 10px 35px 10px;
    margin-top: 10px;
    white-space: normal;
    height: 140px;
}

.tendays-forecast-row > div > div.day-temp,
.tendays-forecast-row > div > div.night-temp {
    width: 15%;
    padding: 58px 42px 38px 0;
    margin-top: 10px;
    font-size: 42px;
    line-height: 42px;
}

.tendays-forecast-row .dark-icon,
.tendays-forecast-row .light-icon {
    transition: 0.4s opacity ease;
}

.tendays-forecast-row:not(.shown) > div > div.day-status-icon .dark-icon,
.tendays-forecast-row:not(.shown) > div > div.night-status-icon .dark-icon {
    opacity: 1;
}

.tendays-forecast-row.shown > div > div.day-status-icon .dark-icon,
.tendays-forecast-row.shown > div > div.night-status-icon .dark-icon {
    opacity: 0;
}

.tendays-forecast-row:not(.shown) > div > div.day-status-icon .light-icon,
.tendays-forecast-row:not(.shown) > div > div.night-status-icon .light-icon {
    opacity: 0;
}

.tendays-forecast-row.shown > div > div.day-status-icon .light-icon,
.tendays-forecast-row.shown > div > div.night-status-icon .light-icon {
    opacity: 1;
}

.tendays-forecast-row div.day-temp:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 80px;
    width: 1px;
    height: 100px;
    background: rgba(192, 187, 187, 0.1);
}

.tendays-forecast-row .hourly-item .status-icon-container {
    height: 100px;
}

.tendays-forecast-row .hourly-item .status-icon-container img {
    width: 42px;
    height: 42px;
}

.tendays-forecast-row .hourly-item .status-icon-container .do {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    font-size: 13px;
    padding: 0 10px;
}

.tendays-forecast-row .hourly-item:not(:last-child):after {
    height: 155px;
    display: none;
}

.tendays-forecast-row .hourly-item {
    border-bottom: 1px solid rgba(192, 187, 187, 0.1);
}

.tendays-forecast-row-details .daily-more-link {
    margin-top: 40px;
    margin-bottom: 30px;
}

.daily-more-link a {
    text-decoration: none;
    border: 1px solid #65F3FF;
    padding: 10px 40px;
}

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

.tendays-forecast-row-details .hourly-item.step-active {
    background: rgba(255, 255, 255, 0.05);
}

.homepage-detailed-card .hourly-item.step-active .hour-time {
    color: #0088be;
}

.daily-page h2,
.hourly-page h2 {
    margin-bottom: 20px;
    margin-top: 24px;
}

body.weather-page .weather-page-listing .author-container,
body.weather-page .weather-page-listing .btn-share-toggle,
.col-right-listing .author-container,
.col-right-listing .btn-share-toggle {
    display: none;
}

.mpu-card {
    padding-top: 16px;
    padding-bottom: 17px;
    margin-bottom: 19px;
}

body.weather-page .weather-page-listing .mpu-card,
.col-right-listing .mpu-card {
    padding-top: 16px;
    padding-bottom: 17px;
}

#hourly-weather-widget .hourly-item .status-icon-container img,
#hourly-weather-widget .hourly-item .salah-status img {
    width: 42px;
    height: 42px;
}

#hourly-weather-widget .hourly-forecast-items .svg-temp {
    font-size: 8px;
    font-weight: bold;
}

body.hourly-page .tab-bar.shown {
    border-bottom: 1px solid #064363;
}

.header-umniah-logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.header-umniah-logo .doi {
    float: right;
    color: #fff;
    margin: 9px 0 0 10px;
    font-size: 12px;
    display: none;
}

/* weather impact legend */
.weather-impact-legend-panel {
    margin-bottom: 0;
    background: #F8F8F8;
    box-shadow: none;
    user-select: none;
}

.weather-impact-legend-panel .panel-body {
    padding-top: 15px;
}

.weather-impact-legend-panel .weather-impact-legend-title {
    width: 16%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.weather-impact-legend-panel .legend-item {
    float: left;
    width: 20%;
    border-bottom: 0;
    padding: 0;
}

.weather-impact-legend-panel .weather-impact-legend-more {
    float: right;
    width: 23%;
    border-bottom: 0;
}

.weather-impact-legend-panel .weather-impact-legend-more {
    margin-top: 0;
    margin-bottom: 0;
}

.weather-impact-legend-panel .legend-item img {
    position: static;
    margin-left: 7px;
}

.weather-impact-legend-panel .legend-item div {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.weather-impact-legend-panel .weather-impact-legend-more-btn {
    float: right;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weather-impact-legend-panel .panel-body p {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.28s ease;
    padding: 0 10px;
}

.weather-impact-legend-panel .legend-note {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: 0.28s ease;
    opacity: 0;
}

.weather-impact-legend-panel.expanded .legend-note {
    max-height: 50px;
    border: 1px dashed #d6d6d6;
    padding: 10px;
    margin-top: 15px;
    opacity: 1;
}

.weather-impact-legend-panel.expanded .panel-body p {
    max-height: 80px;
    margin-top: 5px;
}

.weather-impact-legend-more-chevron {
    margin-right: 4px;
    margin-left: 24px;
    margin-top: 8px;
    transform-origin: 50% 40%;
    transform: rotate(180deg);
    transition: 0.28s ease;
}

.weather-impact-legend-panel.expanded .weather-impact-legend-more-chevron {
    transform: rotate(0deg);
}

.weather-alert-container {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
}

#homepage-weather-widget-desktop .weather-alert-container:last-child {
    transition: 0.4s margin-bottom ease;
}

#homepage-weather-widget-desktop[active-tab="prayer"] .weather-alert-container:last-child {
    margin-bottom: 42px;
}

.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);
}


.homepage-day-card[alerts]:before {
    content: attr(alerts);
    position: absolute;
    top: 18px;
    right: 10px;
    color: #fff;
    background: url(../images/alert-triangle.svg) no-repeat bottom left;
    background-size: 22px !important;
    width: 28px;
    height: 24px;
    line-height: 1px;
    font-size: 12px;
    display: block;
    text-align: right;
}

.homepage-day-card[alerts="0"]:before {
    content: "";
}

.homepage-day-card[alerts][alert-level="none"]:before {
    background: url(../images/alert-none.svg) no-repeat bottom right;
}

.homepage-day-card[alerts][alert-level="medium"]:before {
    background: url(../images/alert-medium.svg) no-repeat bottom right;
}

.homepage-day-card[alerts][alert-level="high"]:before {
    background: url(../images/alert-high.svg) no-repeat bottom right;
}

#homepage-weather-widget-desktop.domain-sa .homepage-day-card[alerts]:before {
    content: '';
    display: none !important;
}

.homepage-day-card-row.active .homepage-day-card[alerts]:before {
    color: #5a5959;
}

.weather-page-listing .row {
    margin-right: -5px;
    margin-left: -5px;
}

.weather-page-listing .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.weather-page-listing h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    /*
    display: flex;
    justify-content: center;
    flex-direction: column;
*/
}

body.earthquake-page .card-date-share-container,
body.listing-page .card-date-share-container,
body.user-page .card-date-share-container {
    position: static;
}

.btn-share-toggle.card-btn-share-toggle {
    bottom: auto;
    color: #fff;
    left: auto;
    right: 38px;
    top: 90px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    direction: ltr;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.owl-carousel .owl-item .hovereffect img.owl-lazy {
    -webkit-transition: all 0.35s !important;
    transition: all 0.35s !important;
}

.hovereffect:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.featured-item + .featured-item {
    margin-top: 20px;
}

.featured-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

body.elevation-page #map,
body.earthquake-page #map {
    height: 450px !important;
}

body.earthquake-page .mpu-card {
    padding-top: 19px;
    padding-bottom: 18px;
}

body.user-page .mpu-card {
    padding-top: 16px;
    padding-bottom: 16px;
}

body.search-page .mpu-card {
    padding-top: 16px;
    padding-bottom: 16px;
}

.navy-pills .nav-pills > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

body.locations-list-page .featured-items-panel {
    margin-top: 0;
}

/* live event design */
.event-image-container {
    float: left;
    width: 50%;
    margin-top: -25px;
}

.event-desc {
    float: left;
    width: 50%;
    max-height: 800px !important;
}

.event-details-btn {
    display: none;
}

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

.event-timeline-continer {
    max-height: 400px;
    overflow-y: scroll;
    padding-left: 20px;
    direction: ltr;
}

.event-timeline-continer.expanded {
    max-height: initial;
    overflow-y: auto;
}

.event-timeline-continer * {
    direction: rtl;
}

.locations-list-weather-item {
    transition: 0.4s ease;
}

.locations-list-weather-item:nth-child(2n) {
    border-right: 0;
}

.locations-list-weather-item:nth-child(n+3) {
    border-top: 0;
}

.locations-list-weather-item:hover {
    background: #eee;
}

body.error-page .todays-forecast-row .temp {
    margin-right: 100px;
}

body.error-page .todays-forecast-row .day-half {
    font-size: 15px;
}

.sharect {
    z-index: 499;
}

.homepage-day-card-rows {
    position: relative;
}

.homepage-day-card-rows .next-five-days-btn {
    position: absolute;
    top: 172px;
    right: -7px;
    color: #5a5959;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 25px;
    height: 50px;
    text-align: left;
    padding-top: 17px;
    padding-left: 5px;
    font-size: 17px;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
}

.homepage-day-card-rows .next-five-days-btn .aw-chevron-right {
    opacity: 0.8;
}

.homepage-day-card-rows .next-five-days-btn:hover .aw-chevron-right {
    opacity: 1;
}

.install-app-tooltip-container {
    max-height: initial;
    background: #1d6b95;
}

#tendays-forecast-content.collapsed .install-app-tooltip,
.hourly-page .install-app-tooltip {
    background: transparent;
    color: #fff;
}

#tendays-forecast-content.collapsed .install-app-tooltip:after,
.hourly-page .install-app-tooltip:after {
    display: none;
}

.install-app-tooltip-container .btn {
    display: none;
}

.install-app-tooltip-container .btn.android-only,
.install-app-tooltip-container .btn.ios-only {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    filter: brightness(255);
    float: right;
    margin-left: 12px;
    margin-top: 3px;
}

.install-app-tooltip hr {
    display: none;
}

.install-app-tooltip p {
    display: block;
    width: 50%;
    float: left;
    font-size: 17px;
    line-height: 28px;
    text-align: start;
}

.install-app-tooltip .apps-logo {
    float: left;
    margin-right: 10px;
}

.popover[class*="tour-"] {
    min-width: 400px;
}

.popover.tour .popover-content {
    padding: 30px 30px 10px 30px;
    font-size: 15px;
}

.popover[class*="tour-"] .btn {
    padding: 8px 20px;
}

.homepage-map-body.fullscreen {
    top: 0;
}

#card-weather-news-carousel.multi-item-carousel-container .panel-body {
    position: relative;
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
}

#weather-news-carousel.owl-theme .carousel-more-item {
    height: 373px;
}

#trophy-overlay a,
#trophy-overlay img {
    width: 500px;
}

.do-logout-btn {
    padding: 10px;
    color: rgba(255, 255, 255, 0.78);
}

.user-menu .login-btn {
    font-size: 13px;
    padding: 11px 15px 8px 15px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    position: relative;
    top: -3px;
}


.user-menu .login-btn > .aw-cs2 {
    position: relative;
    top: 4px;
    margin-left: 5px;
    font-size: 17px;
}

.user-menu .user-menu-btn {
    font-size: 14px;
    padding: 15px 55px 4px 15px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    position: relative;
    top: 0;
    cursor: pointer;
    max-width: 340px;
    min-width: 262px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.user-menu .user-menu-btn:before {
    background: rgba(255, 255, 255, 0.07);
    font-family: arabiaweather !important;
    content: "\e068";
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    width: 40px;
    text-align: center;
    font-size: 10px;
}

.user-menu .user-menu-btn > a {
    color: #fff;
}

.user-menu .user-menu-btn .user-image {
    float: left;
    border: 1px solid #fff;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -7px;
    margin-left: -5px;
    margin-bottom: 2px;
}

.user-menu-btn .user-dropdown-menu {
    top: 53px;
}

.user-menu-btn .user-dropdown-menu li a {
    color: #4d4d4d;
    text-align: start;
}

.user-menu-btn .user-dropdown-menu li a:hover {
    background: #EBEBEB;
    color: #464646;
}

.user-dropdown-menu {
    display: block;
    width: 262px;
    transition: 0.4s ease;
    max-height: 0;
    position: absolute;
    top: 50px;
    background: #fff;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

.user-dropdown-menu li a {
    display: block;
    color: #464646;
    padding: 15px 15px 12px 15px;
}

.user-dropdown-menu li a [class^="aw-"] {
    position: relative;
    top: 4px;
    font-size: 16px;
    margin-left: 5px;
}

.user-menu .user-menu-btn:hover .user-dropdown-menu,
.user-menu .user-notifications-menu-btn:hover .user-dropdown-menu {
    max-height: 600px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

.user-notifications-menu-btn {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 5px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

.user-notifications-menu-btn:after {
    position: absolute;
    top: 11px;
    right: 11px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #F40230;
    border-radius: 6px;
    transition: 0.4s opacity ease;
    opacity: 0;
}

.user-notifications-menu-btn.red-dot:after {
    opacity: 1;
}

.user-notifications-menu-btn > [class^="aw-"] {
    font-size: 20px;
}

.user-notifications-menu-btn:focus,
.user-notifications-menu-btn:hover {
    color: #fff;
}

.user-notifications-dropdown-menu {
    width: 400px;
    font-size: 12px;
    right: -184px;
}

.user-notifications-dropdown-menu li[nid]:not(.visited) {
    background: #F6F9FE;
}

.user-notifications-dropdown-menu h4 {
    text-align: center;
    color: #4d4d4d;
    margin-top: 15px;
    font-size: 17px;
}

.user-notifications-dropdown-menu small {
    font-size: 11px;
    color: #898D9C;
    margin-top: 5px;
    display: inline-block;
}

.notifications-menu-more-btn a {
    color: #3B86FF !important;
}

body.my-posts-page .leaderboard-container,
body.pushengine-page .leaderboard-container {
    display: none;
}

.panel-full-user-profile .user-image {
    width: 155px;
    height: 155px;
    border-radius: 80px;
}


.panel-full-user-profile .user-image-edit-icon {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin-left: 40px;
    top: 28px;
}

.panel-full-user-profile .user-image-edit-icon [class^="aw-"] {
    font-size: 18px;
    position: relative;
    top: 6px;
}

.panel-default.pushengine-notification > .panel-heading {
    padding: 15px;
}

.panel-default.pushengine-notification > .panel-body {
    padding: 25px 15px;
    font-size: 15px;
}

.panel-default.pushengine-notification > .panel-heading .pull-right.flip[class^="aw-"] {
    position: relative;
    top: 7px;
}

.stories-thumbs-container {
    background: transparent;
    overflow-x: auto;
    white-space: normal;
}

.story-thumb {
    display: block;
    width: 100%;
    float: right;
    padding: 10px 0;
}

.story-thumb-image-container {
    float: left;
    margin-right: 10px;
}

.story-thumb-title-container {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.story-thumb-time-container {
    color: #A7A7A7;
    font-size: 13px;
}

.stories-more-btn {
    float: left;
    font-size: 13px;
}

.stories-more-btn [class^="aw-"] {
    position: relative;
    top: 8px;
    font-size: 22px;
}

.story-full-image-container img {
    margin: auto;
    max-width: 400px;
}

.story-full-title-container {
    text-align: center;
    padding-left: calc(50% - 200px);
    padding-right: calc(50% - 200px);
}

.stories-full-iframe-container iframe {
    margin: 0 auto;
    display: block;
    width: 400px;
    background: #fff;
    overflow-y: hidden;
}

.stories-full-iframe-close {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    right: auto;
}

.stories-full-iframe-container {
    background: #292929;
    overflow: visible;
}

.stories-next-btn {
    cursor: pointer;
    right: 80%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.stories-prev-btn {
    cursor: pointer;
    left: 80%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.inner-story-full-image-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    margin-left: -200px;
    width: 400px;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.stories-full-container {
    user-select: none;
}

.panel-desktop-stories .panel-heading {
    padding-top: 18px !important;
}

.survey-fixed {
    position: fixed;
    left: 16px;
    top: 50%;
    transform: rotate(90deg);
    transform-origin: left;
    padding: 8px 20px 5px 20px;
    margin-top: -90px;
    background: #036080;
    color: #fff;
}

.survey-fixed:hover,
.survey-fixed:active,
.survey-fixed:focus {
    color: #fff;
}

.ramadan-tabs-container {
    box-shadow: 0 2px 0px 0px #dedede;
}

.ramadan-current-day {
    padding: 5px;
}

.home-page-emsakiyeh-title {
    padding-top: 3px;
}

#prayer-times-tab .hourly-item {
    height: 270px;
}

.ramadan-daily-description-splitter {
    display: block;
}

#prayer-times-tab .ramadan-daily-description {
    font-size: 15px;
    padding: 0 10px 15px 10px;
}

#prayer-times-tab .homepage-detailed-cards {
    float: none;
}

.ramadan-section-container {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.ramadan-section-modal {
    margin-top: 130px;
    /*
    width: 1170px;
    */
}

.ramadan-section-modal .modal-header {
    background-image: url(../images/ramadan-header-desktop.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.doa-text {
    font-size: 15px;
    width: 100%;
    padding: 20px;
}

.emsakiyeh-panel-body {
    padding: 15px 0;
}

.emsakiyeh-panel {
    box-shadow: none;
}

.panel-heading-emsakiyeh {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.21) !important;
}

.home-page-emsakiyeh-title {
    font-size: 18px;
    width: auto;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
}

.ramadan-current-day {
    font-size: 18px;
}

#ramadan-section-tab {
    font-size: 18px;
}

.ramadan-section-toggles {
    height: auto;
    font-size: 18px;
}

.maghrib-countdown-container .maghrib-time-info {
    width: 500px;
    line-height: 2.5;
    margin-right: 54px;
    font-size: 18px;
    text-align: start;
}

.countdown-location-name {
    display: inline;
}

#prayer-times-tab .salah-col,
#prayer-times-tab .salah-status-text {
    font-size: 14px !important;
}

#prayer-times-tab .hourly-item {
    line-height: 26px;
}

.emsakiyeh-table td,
.emsakiyeh-table th {
    font-size: 15px;
}

.ramadan-articles-container .panel-heading,
.ramadan-videos-container .panel-heading {
    padding-right: 10px !important;
}

.ramadan-section-row {
    padding-bottom: 0;
}

.ramadan-section-details {
    font-size: 13px;
}

.ramadan-section-button {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.maghrib-countdown-container img {
    position: static;
    float: right;
    margin-top: 10px;
}

.maghrib-countdown-container .maghrib-time-info {
    float: right;
}

.maghrib-countdown-container #time-remaining-do {
    position: static;
    float: left;
    margin-top: 10px;
}

.discovery-page #map {
    height: 450px;
}

.text-next-to-logo {
    position: absolute;
    right: 216px;
    top: -13px;
}

.author-discovery-page {
    margin-top: -40px;
}

.discovery-map-panel {
    margin-top: -40px;
}

.discovery-header {
    background-position: bottom -92px right -194px, center;
    height: 450px;
    background-size: auto, cover;
}

.animate-discovery-header-bg {
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.discovery-header-title {
    color: #ffffff;
    font-size: 86px;
}

.discovery-header-description {
    font-size: 24px;
    color: #ffffff;
}

.discovery-map-panel {
    min-height: 570px;
}

.discovery-author-wrapper .panel {
    min-height: 566px;
}

.discovery-author-mt {
    margin-top: 40px;
}

.discovery-article-date,
.discovery-location-name,
.author-rating {
    margin: 7px 5px;
}

.discovery-header-title {
    font-size: 65px;
}

.discovery-header-description {
    font-size: 22px;
}

.discovery-header-text {
    width: 60%;
}

.discovery-logo {
    width: 20%;
    border-left: 1px solid #EAEAEA;
}

.text-next-to-logo {
    display: inline;
}

.discovery-most-common {
    height: 70px;
    font-size: 20px;
}

.hajj-services-img {
    width: 100%;
}

.hajj-services-container .container {
    padding-left: 23px;
    padding-right: 23px;
}

.hajj-services-icon {
    position: absolute;
    top: 55px;
    left: 102px;
    width: 30%;
}

.hajj-live-iframe {
    height: 500px;
}

.hajj-banner-text {
    line-height: 3;
    font-size: 18px;
}

.hajj-banner-sections-wrapper {
    width: 60%;
    margin: 0 auto;
}

.hajj-service-details {
    padding: 0 9px;
    color: #C6C6C6;
}

.hajj-button {
    background-color: #C3A138;
    color: #ffffff;
    width: 170px;
    height: 36px;
    border-radius: 2px;
    display: inline-block;
}

.hajj-banner-bg {
    padding: 2px;
    background-size: cover;
}

.hajj-banner-icons {
    margin-top: 2px;
}

.mecca-icon {
    width: 43px;
    padding-top: 11px;
}

.first-hajj-text {
    font-size: 18px;
}

.hajj-service-details {
    font-size: 16px;
}

.homepage-hajj-banner {
    height: 65px;
}

.hajj-services-text {
    font-size: 18px;
}

.show-map-container {
    width: 35%;
    margin: 0 auto;
    background-image: url("../images/map-bg.png");
    background-size: cover;
}

body.discovery-page,
body.node-type-discovery {
    background-image: url("../images/discovery-bg.svg");
    background-size: cover;
}

.discovery-articles-panel-custom-padding {
    padding: 0;
}


.lang-popover-title {
    padding: 23px;
}

#lang-toggle-desktop .level-2-menu.dropdown-menu {
    left: 24px;
}

.seasonal-header .btn {
    width: 165px;
    font-size: 14px;
}

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

.col-left > div:first-child {
    margin-top: 0 !important;
}

body.discovery-page .col-left {
    margin-top: -40px;
}

.transparent-bordered-box .btn {
    min-width: 150px;
}

.seasonal-download-btns-desktop a {
    margin: 0 5px 20px 5px;
}

.fb_customer_chat_bubble_animated_no_badge {
    transform: scale(0.89);
    transform-origin: center;
    bottom: 77px !important;
    right: 16px !important;
}


.weather-page.subdomain-sa .fb_customer_chat_bubble_animated_no_badge,
.weather-page.subdomain-jo .fb_customer_chat_bubble_animated_no_badge {
    bottom: 137px !important;
    z-index: 99999 !important;
}

.fb_iframe_widget iframe {
    bottom: 20px !important;
    right: 90px !important;
}

.corona-summary-title {
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 992px) {

    .ramadan-section-modal {
        width: 970px;
    }

    body.listing-page .mpu-adv {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .earthquake-listing .mpu-adv {
        padding-top: 30px;
        padding-bottom: 37px;
    }

    body.listing-page.search-page .mpu-adv {
        padding-top: 10px;
        padding-bottom: 14px;
    }

    body.user-page .mpu-adv {
        padding-top: 13px;
        padding-bottom: 18px;
    }

    body.weather-page .weather-page-listing .mpu-card .mpu-adv > div,
    .col-right-listing .mpu-card .mpu-adv > div {
        transform: scale(0.71);
        transform-origin: left;
    }
}

/* small desktop screens */
@media (min-width: 992px and max-width: 1200px) {

    body.weather-page .weather-page-listing .mpu-card,
    .col-right-listing .mpu-card {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}

@media (min-width: 1200px) {

    .ramadan-section-modal {
        width: 1170px;
    }

    body.listing-page .mpu-adv {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .earthquake-listing .mpu-adv {
        padding-top: 50px;
        padding-bottom: 67px;
    }

    body.listing-page.search-page .mpu-adv {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    body.user-page .mpu-adv {
        padding-top: 37px;
        padding-bottom: 45px;
    }

    body.weather-page .weather-page-listing .mpu-card .mpu-adv > div,
    .col-right-listing .mpu-card .mpu-adv > div {
        transform: scale(0.92);
    }
}

/* large screens */
@media (min-width: 1440px) {
    .skyscraper {
        display: block !important;
    }
}
