@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Regular.eot);
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Regular.woff2) format('woff2'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Regular.woff) format('woff'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Italic.eot);
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Italic.woff2) format('woff2'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Italic.woff) format('woff'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/clientfiles/public/fonts/OpenSansHebrew-BoldItalic.eot);
  src: url(/clientfiles/public/fonts/OpenSansHebrew-BoldItalic.eot?#iefix) format('embedded-opentype'),
  url(/clientfiles/public/fonts/OpenSansHebrew-BoldItalic.woff2) format('woff2'),
  url(/clientfiles/public/fonts/OpenSansHebrew-BoldItalic.woff) format('woff'),
  url(/clientfiles/public/fonts/OpenSansHebrew-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Bold.eot);
  src: url(/clientfiles/public/fonts/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Bold.woff) format('woff'),
  url(/clientfiles/public/fonts/OpenSansHebrew-Bold.ttf) format('truetype');
}

/* GENERAL */
::selection {
  background: rgb(150 175 238 / 30%);
  color: black;
}

body {
  background: #EFEFEF;
  text-align: center;
  margin: 0 auto;
  width: 1050px ;
  font-family: arial;
  font-size: 14px;
  position: initial!important;
}

body>.wrapper {
  max-width: 1050px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
a:link,
a:visited {
  color: #225BD0;
}

a:hover,
a:focus {
  color: #6699FF;
  text-decoration: underline;
}
.fa-rotate-22 {
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  transform: rotate(22deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

html:not(.webp) .webp {
  display: none;
}

html.webp .not-webp {
  display: none;
}

h1 {font-size: 25px;font-family: 'Open Sans Hebrew', arial;}
h2 {font-size: 18px;font-weight: 400;padding: 0;font-family: 'Open Sans Hebrew', arial;font-weight: 700;
  margin: 0;}
.hr {
  width:50%;
  margin: 15px auto;
}
.clear {clear:both}
/*------------------------------| HEADER |------------------------------*/
header {position: relative;}
@media screen and (max-width: 768px) {
 header {
  display: flex;
  justify-content: right;
 } 
}

/*header-autumn header-summer17 header-snowlite header-spring-2019 header-rainbow*/
.header {
  /* background: url("/images/header-autumn.jpg") no-repeat; */
  /* background: linear-gradient(to right, #ef8e38 ,#108dc7); */
  background-color: #1b3d67; /* #2196f3 */
  height: 111px;
  margin: 0 auto;
  position: relative;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
  font-size: 11px;
  height: 25px;
  text-align: right;
  direction: rtl;
  line-height: 25px;
  overflow: hidden;
  color: #666;
  text-transform: uppercase;
  background: #eee;
  background: -moz-linear-gradient(to top, #EDEDED 0%, #D5D5D5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #D5D5D5));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5', GradientType=0);
}

header .breadcrumbs a:link,
header .breadcrumbs a:visited {
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

header .breadcrumbs a:focus,
header .breadcrumbs a:hover {
  color: #316594;
  text-decoration: underline;
}

#page-homepage .breadcrumbs {
  display: none;
  /* no reason to have breadcrumbs on homepage */
}

#page-homepage header .breadcrumbs {
  background: none;
  /* no reason to have breadcrumbs on homepage */
  border-bottom: 0;
  height: 0;
  padding: 0;
}
#page-models .large {padding: 5px;}
/*------------------------------| MENU |------------------------------*/

header nav {
  position: absolute;
  border-radius: 15px 15px 0 0;
  top: 77px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 770px;
  direction: rtl;
  background-color: #1b3d67;
}

header nav ul {
  list-style: none;
}

header nav li {
  display: block;
  float: right;
  line-height: 22px;
  height: 34px;
  margin: 0;
  position: relative;
}

header nav li a {
  display: block;
  font-size: 12px; 
  padding: 6px 15px;
  text-transform: uppercase;
}

header nav li a:link,
header nav li a:visited {
  text-decoration: none;
  font-family: 'Open Sans Hebrew',arial;
  font-weight: bold;
  font-size: 14px;
}
header nav li.active a{
  color: #000;
  background-color: #fff;
}
header nav li a:link i {
  margin-left: 10px;
}
header nav li.current a {
  color: #FFF;
  background: #7096B6;
  background: rgba(255, 255, 255, .2);
  text-decoration: none;
  line-height: 22px;
  height: 22px;
}
#MenuToggle > li.MenuItem.dropdown.active > .dropdown-content {
  display: block;
}
#MenuToggle > li > .dropdown-content > a:hover {
    background: whitesmoke;
}
li.MenuItem.dropdown.active {
  background: #fff;
}

li.MenuItem a {
  color: #fff;  
}
li.MenuItem a:hover {
  background-color: #fff;
  color: #000;  
}
li.extended-menu a:hover {
  background-color: #fff;
  color: #000;  
}
.MenuItem.dropdown:hover a{
  background-color: #fff;
  color: #000;
}
#MenuToggle > li:nth-child(1) > a,#MenuToggle > li:nth-child(1).active > a,#MenuToggle > li:nth-child(1).dropdown.active{
  border-radius: 0 15px 0 0;
}
.logo-mobile {
  float:left;
  border:0;
  padding: 5px 0px 0px 5px;
}
.MenuIcon:before {
  content: "\f0c9";
  float: right;
  color: white;
  margin-right: 15px;
  padding: 0;
  font-size: 24px;
  line-height: 45px;
  font-family: FontAwesome;
}

.rotate:before{
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate.down:before{
  font-size: 24px;
  content: "\f00d";
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}
/* .dropdown { */
  /* position: relative; */
  /* display: inline-block; */
/* } */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: max-content;
  min-width: 170px;
  right: 0;
  text-align: right;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 55555;
  direction: rtl;
}
.dropdown:hover .dropdown-content {
  display: block;
 }  
.dropdown-content a:hover {
  background-color: #f1f1f1; 
 } 
.dropdown-content a {
  color: black!important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.extended-menu {display: none;}
@media screen and (max-width: 768px) {
  
  /* .dropdown { */
    /* display: block; */
  /* } */
  .dropdown-content {
    position: static;
    width: auto;
  }  
  .dropdown:hover .dropdown-content {
    display: none;
  }
  .extended-menu {display: block;}
}

.location-search{
  position: absolute;
  top: 0;
  z-index: 55555;
  color: #fff;
  left: 165px;
  transition: top .3s;
  font-size: 14px;
  font-weight: bold;
  font-family: open sans hebrew,arial;
  direction: rtl;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  padding: 0 5px;
  line-height: 30px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.top-cities {
  font-size: 14px;
  font-family: 'Open Sans Hebrew',arial;
  font-weight: bold;
  position: absolute;
  padding: 0 5px;
  left: -48px;
  background: rgba(255,255,255,.7);
  border-radius: 0 0 0 5px;
}
#favorites i {
  /* transform: rotate(90deg); */
  /* -webkit-transform: rotate(90deg); */
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#top-locations{
  box-shadow: 5px 5px 21px 0 #333;
  width: 400px;
  background-color: white;
  position: absolute;
  top: 45px;
  left: 5px;
  border-radius: 6px;
  padding: 16px 0;
  z-index: 10000;
}
.location-search.active{
  background: rgba(255,255,255,1);
  color: #006999;
}
#top-locations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
#top-locations ul li {
  display: flex;
  width: 28%;
  padding: 5px 5px;
  justify-content: right;
}
#top-locations ul a{
  color: #607890;
  text-decoration: none;
}
#top-locations ul a:hover{ 
  color: red;
}
.w2dwarnings {
  position: absolute;
  top: 0;
  z-index: 55555;
  left: 245px;
  transition: top .3s;
  direction: rtl;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.w2dwarnings a {
  display: flex;
  align-items: center;
  gap: 8px;  
  padding: 0 8px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: open sans hebrew, arial;
  text-decoration: none;
}
.w2dwarnings a i {
  color: #3e960e;
}
.w2dwarnings.has-warnings a i {
  color: #ffff00;
}
.w2dwarnings.no-warnings a i {
  color: #60F000;
}
@media screen and (max-width: 768px) {
  .w2dwarnings {
    position: fixed;
    margin-right: 272px;
    top: 8px;
    left: auto;
    background: transparent;
  }
  .w2dwarnings a { 
    padding: 5px 8px;
    height: 20px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid;
  }
  .w2dwarnings a span {display: none;}
  .location-search {
    position: fixed;
    border-radius: 5px; 
    background: transparent;
    color: #fff;
    border: 1px solid;    
    top: 8px;
    z-index: 555555555;
    margin-right: 60px;
    left: auto;
    display: flex;
  }
  #favorites{top: 8px;border-radius: 30px; right: -35px;
    left: auto;}
  #top-locations {
    position: fixed; 
    right: 0;
    left: 0;
    top: 45px; 
    width: 100%;
    border-radius: 0;
    padding: 0 0 16px 0;
  }  
  .top-cities {display:none}
}

/*------------------------------| NEW HOMEPAGE DESIGN |------------------------------*/
#temperature-now-container {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 22px;
  border: 1px solid #c8c8c8;
}

#temperature-now-container ul {
  width: 100%;
  display: inline-flex;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow: auto;
  justify-content: space-between;
  background: #FFF;
}

#temperature-now-container li {
  width: 80px;
  margin: 2px 0 2px 0;
  background: #FFF;
}
#temperature-now-container li:first-child {
  /* margin-right: 4px; */
}
#temperature-now-container li:nth-child(n+2) {
  /* margin-right: 5px; */
}
#temperature-now-container .temp {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 14px;
  direction: ltr;
}

#temperature-now-container .weather-link a {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 0 5px 0 5px;
  display: block;
}
/* forecast homepage */
#page-homepage .large, #page-application .large, #page-application-rain-radar .large, #page-forecast-israel .large {
  background-color: #EFEFEF;
  padding: 0;
  border: none;
  box-shadow: none;
}

#page-homepage .large h2 {
  margin: 0;
  font-family: 'Open Sans Hebrew', arial;
  font-weight: normal;
}

#page-homepage .large section, #page-forecast-israel .large section{
  padding: 0;
}

#page-forecast-israel .world-weather {
  margin: 0 0 5px 0;
}

#page-forecast-israel .world-weather-title {
  background: #279cea;
  margin-top: 5px!important;
  line-height: 30px;
}
#page-forecast-israel .world-weather-title a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 18px;
  font-family: 'Open Sans Hebrew', arial;
}
#page-forecast-israel .world-weather-title i{
  line-height: 30px;
}
.rc {
  width: 12px;
  height: 12px;
  background-color: red;
  display: inline-block;
  border-radius: 50%;
}
.forecast-latest-update {
  font-size: 9px;
  color: #333;
  padding-right: 3px;
  direction: ltr;
}
/*------------------------------| ourServices |------------------------------*/
.intro p a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
  font-weight: 800;
  color: #225BD0;
}
.intro p a:hover {
  color: #0077cc;
}
.intro_container {
  padding: 50px 10px 30px;
  margin: 0 0 32px 0;
  background: #fff;
  border-radius: 0 0 22px 22px;
}
.intro_container.square {
  border-radius: 20px;
  padding: 25px 26px 30px;
  position: relative;
}
.flex {
  display: flex;
}
.flex.reverse {
 flex-direction: row-reverse;
}
.intro ol{ 
 font-size: 16px;
 line-height: 1.8em;
 font-family: 'open sans hebrew';
}
.intro {
 width: 55%;
 padding: 16px;
}
.hero {
 width: 45%;
 padding: 16px;
 text-align: center;
}
.hero > img {
 -moz-box-shadow: 0px 5px 15px(0, 0, 0, .07);
 -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 0.35);
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 border-radius: 8px;
}
.intro h1 {
 font-size: 3rem;
 font-weight: 900;
 line-height: 1.2em;
 font-size: calc(44rem / 16);
 letter-spacing: -1.84px;
 line-height: calc(67.2 / 56);
 -webkit-background-clip: text !important;
 -webkit-text-fill-color: transparent;
 background: linear-gradient(135deg, #1b3d67, #0099ff);
 color: #000;
 display: inline!important;
}
.intro h2 {
 font-size: 1.6rem;
 font-weight: 600!important;
 line-height: 1.2em;
 color: #000;
 display: inline!important;
}
.intro h3 {
 font-size: 1.6em;
 font-family: 'open sans hebrew';
 color: #000;
}
.intro p {
 font-size: 18px;
 line-height: 1.8em;
 margin: 20px 0 0 0;
 font-family: 'open sans hebrew';
}
.intro .ActionButton {
  text-align: right;
  margin: 2em 0 0 1em;
}
.primary {
  display: flex;
}
.intro .app {
  display:flex;
}
.hero .app {
  -webkit-transform: perspective(1000px) rotateY(-20deg) rotateX(6deg) rotateZ(0deg);
  transform: perspective(1000px) rotateY(-20deg) rotateX(6deg) rotateZ(0deg);
  margin: 0 80px;
  border-radius: 8px;
}  
.hero .app2 {
  -webkit-transform: perspective(1000px) rotateY(20deg) rotateX(6deg) rotateZ(0deg);
  transform: perspective(1000px) rotateY(20deg) rotateX(6deg) rotateZ(0deg);
  margin: 0 80px;
  border-radius: 8px;
}  
.collaborations {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: 'open sans hebrew';
  font-size: 18px;
  padding: 22px 16px 0 16px;
}

.collaborations .logos {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0;
}
.collaborations .logos img {
  display: flex;
  height: 50px;
  border-radius: 8px;
}
.intro_container .forum-latest .time {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .primary {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
  }  
  .flex.column {
    flex-direction: column;
  }  
  .flex {
    padding: 0 10px;
  }
  .flex.reverse {
    flex-direction:column-reverse;
  }
  .flex.reverse .intro {
    padding: 50px 0;
  }
  .intro {
    width: 100%;
    padding: 0;
  }  
  .intro_container,.intro_container.square {
    border-radius: 0;
  }
  .hero {
    width: 100%;
    padding: 0;
  }
  .hero > img {
    width: 100%;
    margin-top: 32px;
  }
  
  .hero img.app, .hero img.app2 {
    width: auto;
    margin: 20px 0 0 40px;
  }
  .intro .ActionButton {
    text-align: center;
    display: flex;
  }
  .intro h1 {
   font-size: 2.5rem;  
  }
  .intro_container {
    padding: 30px 10px;
  }
  .intro .app {
    display: inline;
  }
  .collaborations {
	padding: 32px 16px 0 16px;
  }
  .collaborations .logos {
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }  
  .collaborations .logos img {
    height: 36px;
	margin: 16px 0;
}

}
.blink {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #47dc53;
  -webkit-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
  right: 180px;
  top: 4px;
}
.services_container {margin: -2px;}
#popular-maps {
  display: grid;
  gap: 10px; 
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
strong.popular-maps-title {
  padding: 5px 0;
  display: inline-block;
}
#popular-maps li {
  width: 100px;
  padding: 5px 0;  
}
#services .forum-latest a {
  font-size: 18px;
}
#services h2.forum-title {
  display: flex;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600 !important;
  line-height: 1.2em;
  color: #000;
  padding: 8px 0;
}
 ul#features {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
 ul#features li {
  float: right;
  position: relative;
  display: grid;
  overflow: hidden;
  width: 25%;
  flex-basis: auto;
  height: 133px;
  font-size: 20px;
  border: 2px solid transparent;
  /* border-left: 4px solid transparent; */
  /* border-bottom: 4px solid transparent; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
@media screen and (max-width: 768px) {
  ul#features li {width: 50%;}
  #services h2 {width: 100%;border-radius: 0;}
  #services h2.forum-title { 
    padding: 0 10px;
  }
  #services .forum-latest a {
    font-size: 14px;
  }
}
#services .services_container a:link{
  color: #fff;
  /* background-color: #1a6eb7; */
  -webkit-tap-highlight-color: transparent;
}

#services .services_container a:link, #services a:visited {
  /* color: #bfdefb; */
  text-decoration: none;
}

#services .services_container a:link{ 
color: #fff; 
/* background-color: #1a6eb7; */
-webkit-tap-highlight-color: transparent; }
#services .services_container a:hover, #services a:focus, #services a:active { 
/* background-color: #1a63a9; */
-webkit-tap-highlight-color: transparent;}

#services .services_container > ul > li > a {
  padding: 12% 0 0 0 ;
}
#services .services_container > ul > li > a > span {
  display: block;
  font-family: "Open Sans Hebrew", arial;
}
#services .services_container > ul  > li a i {
  display: block!important;
  margin: 0 0 15px 0;
}
.ripple{position:relative;overflow:hidden;transform:translate3d(0,0,0)}.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .1s,opacity 1s}.ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}

ul#features {
  list-style: none;
  display: inline-flex;
  padding: 0;
  width: 100%;
  margin: 18px 0;
}
ul#features li {
  float: right;
  display: grid;
  overflow: hidden;
  width: 100%;
  flex-basis: auto;
  position: relative;
  height: 36px;
  line-height: 28px;
  font-size: 20px;
  margin: 0 0 8px 0;
  justify-content: start;
}
ul#features span.list-item {
  font-family: 'open sans hebrew';
  text-decoration: none;
  position: absolute;
  right: 44px;
}
#features div.mark {
  margin: 0 0 0 10px;
  vertical-align: middle;
  border-radius: 20px;
  height: 20px;
  right: -40px;
  width: 20px;
  padding: 6px;
  position: absolute;
}
ul#features div.mark svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
/*------------------------------| rainRadarLegend |------------------------------*/
.rainRadarLegend .colorsWrapper {
  text-align: center;
}
.rainRadarLegend .colorsWrapper .legend {
  display: inline-block;
  font-family: Arial;
  font-size: 10px;
  padding-left: 1px;
  text-align: center;
  padding-top: 3px;
}
.rainRadarLegend .colorsWrapper .legend .legendBreak {
  width: 17px;
  height: 9px;
}
/*------------------------------| IMS FORECAST DAYS |------------------------------*/
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*filter: blur(2px);
  -webkit-filter: blur(2px); */
}
#ims-forecast-container {
  position: relative;
}

#ims-forecast-container ul.days {
  line-height: 22px;
  display: flex;
  flex-direction: row;
}

#ims-forecast-container .single-day {
  display: flex;
  flex-direction: column;
  margin-right: 11px;
  /*background: #7FC3E8;*/
  background: linear-gradient(to bottom, #fff, #fff);
  position: relative;
  z-index: 2;
}

#ims-forecast-container li.single-day:first-child {
  margin-right: 0;
  width: 460px
}

#ims-forecast-container li.single-day:nth-child(2) {
  width: 440px
}

#ims-forecast-container li.single-day:nth-child(3) {
  width: 420px;
}

#ims-forecast-container li.single-day:nth-child(4) {
  width: 400px;
}
#ims-forecast-container li.single-day:nth-child(5) {
  width: 380px;
}
#ims-forecast-container .title {
  font-weight: 400;
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-size: 22px;
  font-family: 'Open Sans Hebrew', arial;
  background: #1b3d67;
}

#ims-forecast-container li.single-day img {
  margin: 15px auto;
  display: block;
}

#ims-forecast-container li.single-day .wi {
  margin: 25px auto;
  text-align: center;
  color: #1b3d67;
  display: block;
  font-size: 4em;
}

#ims-forecast-container .info {
  padding: 5px;
  font-size: 16px;
}

#ims-forecast-container .info .sub-title {
  display: block;
  font-weight: bold;
  font-family: "Open Sans Hebrew", arial;
  color: #ff9c1a;
}

#ims-forecast-container .info .sub-title:nth-child(1) {
  margin-top: -22px;
}

#ims-forecast-container .info .sub-title:nth-child(2) {
  margin-top: .5em;
}

/*------------------------------| Forecast sources tabs |------------------------------*/
.bar {
  display: flex;
  justify-content: center;
  align-items: center;
  clear:both;
}
.button-source {
  background-color: #f5f5f5;
  border: none;
  padding: 8px;
  margin: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.selected-source, .selected-source:hover {
  background-color: #007bff!important;
  color: #FFFFFF;
}
.button-source:hover {
  background-color: #ccc;
}
.source-container > :not(.bar,#ecmwf, .current-weather)
{
  display: none;
}
/*------------------------------| BLOG AND ALERTS |------------------------------*/
#page-homepage .page-title, #page-application .page-title, #page-application-rain-radar .page-title {
  display: none;
}
.reports-and-alerts, .reports-and-alerts .container {
  display: flex;
  width: 100%;
  margin: 8px 0 8px;
}
.weather-news {
  flex: 1;
  margin-right: 5px;
}
.alerts {
  flex: 1;
  margin-left: 5px;
}
.alerts h2 {
  background: url(/images/warning.png) 10px 50% no-repeat #CA0000;
  padding: 5px;
  color: #FFF;
  border-radius: 15px 15px 0 0;
}
.weather-news h2 {
  background: #279cea;
  padding: 5px;
  color: #FFF;
  border-radius: 15px 15px 0 0;
}
.alert-latest {
  background: #fff;
  height: 220px;
  border-radius: 0 0 15px 15px;
}
.weather-news-latest {
  background: #fff;
  min-height: 220px;
  border-radius: 0 0 15px 15px;
}

.alert-latest .alert-title {
  color: #CA0000;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 5px 0 0;
}

.alert-latest .alert-description {
  color: #141823;
  font-size: 14px;
  margin: 0 5px 0 0;
}

.alert-latest p {
  color: #9197a3;
  font-size: 10px;
  text-align: left;
  padding-left: 5px;
}

.alert-latest ul {
  overflow-x: hidden;
  line-height: 22px;
  height: 208px;
}
.alert-label {
 width: 18px;
 height: 14px;
 display: inline-block;
 vertical-align: middle;
}
.alert-label[data-alert="אזהרה צהובה"],.alert-label[data-alert="התראה מוקדמת צהובה"],.alert-label[data-alert="אזהרה מוקדמת צהובה"] {
 background: #FFD700; 
}
.alert-label[data-alert="אזהרה כתומה"],.alert-label[data-alert="התראה מוקדמת כתומה"],.alert-label[data-alert="אזהרה מוקדמת כתומה"] {
 background: #FF8C00; 
}
.alert-label[data-alert="אזהרה אדומה"],.alert-label[data-alert="התראה מוקדמת אדומה"],.alert-label[data-alert="אזהרה מוקדמת אדומה"] {
 background: #FC0000; 
}

.home-blog h2 {
  background: #ee7e00;
  color: #FFF;
  font-size: 22px;
  padding: 5px;
  float: right;
  font-family: 'Open Sans Hebrew', arial;
  margin-bottom: 0;
  width: 100%;
}
.blog-news{
  margin:12px 0;
}
#page-forecast-israel .blog-news h2{
  overflow: hidden;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 5px;
  font-size: 1.8rem;
  margin: 0 0px!important;
  font-weight: 600;
  color: #000;
}
.blog-news ul{
  margin: 5px 0 10px 0;
  display: flex;
}
.blog-news ul li {
  position: relative;
  overflow: hidden;
  flex: 1;
  background: #f3f5f6;
  margin: 5px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .reports-and-alerts, .reports-and-alerts .container {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .weather-news, .alerts {
    margin: 0;
  }
  .weather-news-latest {
    border: 0;
    height: auto;
  }
  .weather-news h2, .alerts h2 {
    border: 0;
    border-radius: 0;
  }
  .blog-news ul li {display:inline-table;}
  #page-forecast-israel .blog-news h2 {width: 100%;display: inline-block;border-radius: 0;}
}
.blog-news ul li .img-container{
  overflow: hidden;
  display: flex;
}
.blog-news img {
  width: 280px;
  height: 200px;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.blog-news img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .blog-news ul {
    overflow: auto;
    display: list-item;
    white-space: nowrap;
  }
  .blog-news ul li {
    float: none;
    width: 70%;
    margin: 5px 0 0 15px;
    min-height: 345px;
  }
  .blog-news ul li:first-child {
    margin: 0 0 5px 15px;
  }
  .blog-news img{
    width: 100%;
  }
}
.blog-news .blog-title {
  text-decoration: none;
  line-height: 32px;
  font-size: 18px;
  font-family: sans-serif;
  padding: 8px;
  display: inline-block;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .blog-news .blog-title {
    white-space: initial;
  }
}
.blog-news span{
  font-size: 12px;
  position: absolute;
  padding: 5px;
  left: 0;
  color: #FFF;
  z-index: 1;
}

.forum-latest li {
  border-bottom: 1px solid #dadada;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forum-latest li a:hover{ color: #ef2f2f;}

.allmessages{
  padding: 5px;
  line-height: 22px;
  height: 22px;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  float: left;
}
.forum-latest .time {
  padding-left: 10px;
  color: rgba(33, 87, 177, .9);
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: middle;
}

.home-box {
  width: 100%;
  margin: 10px 0 10px 0;
  line-height:30px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
/*------------------------------| MOBILE STYLE FOR HOMEPAGE |------------------------------*/

@media screen and (max-width: 768px) {
  #ims-forecast-container
  {
    margin-top: 5px;
  }
  #ims-forecast-container li.single-day
  {
    width: 265px;
    display: inline-block;
    margin-left: 15px;
  }
  #ims-forecast-container li.single-day .wi {
    margin: 25px auto 12px auto;
  }
  #ims-forecast-container .days {
    width: 100%;
    white-space: nowrap;
    display: flex;
    scroll-behavior: smooth;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #ims-forecast-container .info {
    white-space: normal;
    width: 250px;

  }
  #ims-forecast-container .single-day {
    float: none;
    width: 100%;
    /*margin-top: 20px;*/
    margin-right: 0;
  }
  .weather-alerts ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 180px;
  }
  #ims-forecast-container .days,#temperature-now-container ul,.blog-news ul {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
  }

  #ims-forecast-container .days::-webkit-scrollbar,#temperature-now-container ul::-webkit-scrollbar,.blog-news ul::-webkit-scrollbar, ul.makam-menu::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

  #page-forecast-israel .islive {
    bottom: 124px;
    right: 2px;
  }
}

/*------------------------------| LOGIN login.php |------------------------------*/
form [type=email]
{
  direction: ltr;
}

form [type=email]:placeholder-shown
{
  direction: rtl;
}

.form-group {
  margin: 18px 0;
}
.form-group .email,
.form-group .password {
  border: 1px solid #d3d9de;
  padding: 6px 12px 8px;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}
.form-group .login:focus,
.form-group .email:focus {
  border-color: #66afe9;
}

.form-group .login {
  font-size: 14px;
  color: #fff;
  border: 0;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 16px 8px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #279cea;
  border-color: #46b8da;
  border-radius: 3rem;
}
.form-group .login:hover {
  background-color: #1481ca;
  border-color: #46b8da;
  text-decoration: none;
}
.form-group .login:active {
  background-color: #009ade;
  /*transform: translateY(4px);*/
}
.form-group.submit {
  display: inline-block;
}
.forgot {
  display: inline-block;
  padding-top: 12px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.forgot a {
  text-decoration: none;
  font-weight: normal;
}
.forgot:hover a {
  text-decoration: underline;
}


/*--------------------------| HEADER LOGO AND TOP ICON (FACEBOOK,INSTAGRAM) |---------------------------*/
header #logo {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  white-space: nowrap;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
}

.logo-click img {
  width: 110px;
  margin: 0;
}

header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
  text-decoration: none;
}

.social-icons {
  margin-left: auto;  
  margin-right: auto;
  margin-bottom: 32px;
  bottom: 0;  
  width: 420px;
  background: #eee;
  border-radius: 15px;
  padding: 8px 0 8px 0;
  direction: rtl;
}
@media (max-width: 768px) {
    .social-icons {
      width: 100%;
    }
    .followus {
      display: block;
    }
    .separativeLine {
      display: none;
    }
}
.social-icons span {
  line-height: 30px;
  margin-left: 5px;
  color: #000;
  font-family: 'Open Sans Hebrew',arial;
}

.social-icons .separativeLine {
  color: rgba(174, 192, 223, 0.34);
}

.social-icons img {
  width: 23px;
  border: 0;
}

.social-icons a {
  text-decoration: none;
  color: #FFF;
  padding: 6px;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 10px;
  border: 1px solid hsl(0deg 0% 72.18%);
  background: hsl(0deg 0% 100% / 59%);
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2px;
}
.social-icons a:hover {
  text-decoration: none;
  color: #225BD0;
  background: transparent;
}

.social-icons .fa {
  line-height: 30px;
  font-size: 18px;
}

.nav-mobile-select a {
  text-decoration: none;
  color: #FFF;
}

.nav-mobile-select .fa {
  line-height: 35px;
  padding-right: 2px;
  font-size: 20px;
}

/*------------------------------| google-buttons |------------------------------*/
.forPremiumBlue { 
  background: #1b3d67;
  color: #fff;
  font-family: open sans hebrew,arial;
  font-size: 10px;
  z-index: 1;
  border-radius: 18px;
  text-align: center;
  width: 90px;
  line-height: 16px;
  padding: 2px;
  margin: 0 auto;
  display: inline-block;

}
.materialbutton {
  display: inline-block;
  border:1px solid #CCCCCC;
  -webkit-box-shadow: #FEFFFF 0px 1px 1px ;
  -moz-box-shadow: #FEFFFF 0px 1px 1px ;
  box-shadow: #FEFFFF 0px 1px 1px ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration:none;
  text-shadow: 0px 1px 0 rgba(255,255,255,1);
  color: #4A4A4A;
  background-color: #f2f9fe; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
  background-image: -webkit-linear-gradient(to top, #f2f9fe, #d6f0fd);
  background-image: -moz-linear-gradient(to top, #f2f9fe, #d6f0fd);
  background-image: -ms-linear-gradient(to top, #f2f9fe, #d6f0fd);
  background-image: -o-linear-gradient(to top, #f2f9fe, #d6f0fd);
  background-image: linear-gradient(to bottom, #f2f9fe, #d6f0fd);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f9fe, endColorstr=#d6f0fd);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  text-align: center;
  height: 27px;
  line-height: 27px;
  min-width: 54px;
  padding: 0 8px;
  text-decoration: none;
  float:right;
  margin-left: 5px;
}

.materialbutton:hover {
  border:1px solid #ADADAD;
  background-color: #c3e3fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
  background-image: -webkit-linear-gradient(to top, #c3e3fa, #a5defb);
  background-image: -moz-linear-gradient(to top, #c3e3fa, #a5defb);
  background-image: -ms-linear-gradient(to top, #c3e3fa, #a5defb);
  background-image: -o-linear-gradient(to top, #c3e3fa, #a5defb);
  background-image: linear-gradient(to bottom, #c3e3fa, #a5defb);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3e3fa, endColorstr=#a5defb);
  color: #333;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
  box-shadow: 0px 1px 1px rgba(0,0,0,.1);
  text-decoration: none;
}
.materialbutton.blue:hover {
  border: 1px solid #2F5BB7;
  background-color: #357AE8;
  background-image: -webkit-linear-gradient(to top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(to top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(to top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(to top,#4d90fe,#357ae8);
  background-image: linear-gradient(to top,#4d90fe,#357ae8);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

/* red */

.materialbutton.red {
  background-color: #D14836;
  background-image: -webkit-linear-gradient(to top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(to top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(to top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(to top,#dd4b39,#d14836);
  background-image: linear-gradient(to top,#dd4b39,#d14836);
  border: 1px solid transparent;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.materialbutton.red:hover {
  background-color: #C53727;
  background-image: -webkit-linear-gradient(to top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(to top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(to top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(to top,#dd4b39,#c53727);
  background-image: linear-gradient(to top,#dd4b39,#c53727);
}

/* green */

.materialbutton.green {
  background-color: #3D9400;
  background-image: -webkit-linear-gradient(to top,#3d9400,#398a00);
  background-image: -moz-linear-gradient(to top,#3d9400,#398a00);
  background-image: -ms-linear-gradient(to top,#3d9400,#398a00);
  background-image: -o-linear-gradient(to top,#3d9400,#398a00);
  background-image: linear-gradient(to top,#3d9400,#398a00);
  border: 1px solid #29691D;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.materialbutton.green:hover {
  background-color: #368200;
  background-image: -webkit-linear-gradient(to top,#3d9400,#368200);
  background-image: -moz-linear-gradient(to top,#3d9400,#368200);
  background-image: -ms-linear-gradient(to top,#3d9400,#368200);
  background-image: -o-linear-gradient(to top,#3d9400,#368200);
  background-image: linear-gradient(to top,#3d9400,#368200);
  border: 1px solid #2D6200;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.ActionButton {
  text-align: center;
  margin: 1em;
}
.ActionButton a {
  background-color: #2196f3;
  border: 2px solid #2196f3;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  min-width: 75px;
  text-align: center;
  padding: 12px 16px;
  font-family: 'Open Sans Hebrew';
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  -webkit-tap-highlight-color: transparent;
}
.ActionButton a:hover {background-color: #0C85E9;}
.ActionButtonPromo a {
  background-color: #ffffff;
  border: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #2196f3;
  min-width: 75px;
  text-align: center;
  padding: 12px 16px;
  font-family: 'Open Sans Hebrew';
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  -webkit-tap-highlight-color: transparent;
}
.ActionButtonPromo a:hover {
  background-color: #0C85E9;
  color: #ffffff;
}

.ActionButtonLite a {
  font-weight: 700;
  font-size: 1rem;
  min-width: 75px;
  text-align: center;
  border: 2px solid #fff;
  padding: 12px 22px;
  font-family: 'Open Sans Hebrew';
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  margin: 2em 0 0 0;
}
.ActionButtonLite a:hover {background-color: #1d1309;color: #fff;}

.ActionButtonLiteOrange{
  margin: 2em 0 0 1em;  
}

.ActionButtonLiteOrange a {
  font-weight: 700;
  font-size: 1rem;
  min-width: 75px;
  text-align: center;
  border: 2px solid #2196f3;
  padding: 12px 16px;
  font-family: 'Open Sans Hebrew';
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  color: #2196f3;
  -webkit-tap-highlight-color: transparent;
}
.ActionButtonLiteOrange a:hover {background-color: #2196f3;color: #fff;}

a.whatsapp-button {
  background: linear-gradient(90deg, #0099e5 0%, #37baf1 50%, #60d4f7 100%) !important;
  border-radius: 3rem;
  margin: 1.2em 0 0 1em;
  padding: 12px 16px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: 'open sans hebrew';
}

@media (max-width: 768px) {
  .ActionButton a, .ActionButtonLiteOrange a {
    width: -webkit-fill-available;
  }
  .ActionButtonLiteOrange {
    display: flex;
    margin: 1.2em 0 0 0;
  }
  .ActionButtonLite a {
    width: -webkit-fill-available;
  }
  .intro .ActionButton {
    margin: 1.2em 0 0 0;
  }
  a.whatsapp-button {
    margin: 1.2em 0 0 0;
  }
}
.ribbon {
  padding: 2px;
  position: absolute;
  top: 22px;
}


/*------------------------------| MENU SIDEBAR |------------------------------*/

/* MENU SIDEBAR button location */
.menu-top-corner {
  position: absolute;
  font-size: 20px;
  align-items: center;
  padding: 0 5px;
  left: 0;
  margin-top: 6px;
}
.menu-top-corner i {
  color: #fff;
}

.header__menu-toggle {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  color: #333;
}

/* MENU SIDEBAR */
.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  direction: ltr;
  z-index: 111111;
}

/* WHEN MENU SIDEBAR DISPLAY */
.side-nav--visible { pointer-events: auto; }

/* MENU SIDEBAR WIDTH AND PUSH LOCATION */
.side-nav__container {
  position: relative;
  text-align: right;
  width: 200px;
  max-width: 200px;
  background: #FFF;
  height: 100%;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
  transform: translateX(-102%);
  display: flex;
  flex-direction: column;
  transition: transform .5s ease;
}

/* MENU SIDEBAR ADDING PAGE OPCITY */
.side-nav::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.side-nav--visible::before { opacity: 1; }

.side-nav--visible .side-nav__container { transform: none; }

/* MENU SIDEBAR OPENING EFFECT */
.side-nav--visible .side-nav__container { transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1); }

.side-nav--visible .side-nav--animatable .side-nav__container { transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1); }

.side-nav__hide {
  position: absolute;
  left: 4px;
  top: 16px;
  background: none;
  border: none;
  color: #FFF;
}

/* MENU SIDEBAR DESIGN */
.side-nav__header {
  height: 15px;
  background: #1a2226;
  color: #8aa4af;
  padding: 16px;
  align-items: center;
}

.side-nav__content {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #222d32;
  direction: rtl;
}
.side-nav__content > li > a > .far {
  padding: 5px;
}
.side-nav__content > li > a > .fa,.side-nav__content > li > a > .wi {
  width: 26px;
  vertical-align: middle;
  text-align: center;
}

.side-nav__content > li > a {
  height: 32px;
  line-height: 32px;
  padding: 6px 8px 5px 10px;
  color: #b8c7ce;
  cursor: pointer;
  display: block;
}
.side-nav__content a {
  font-weight: normal;
  text-decoration: none;
}

.side-nav__content > li > a:hover { background: #1e282c; color: #FFF;}
.side-nav__content .active { background: #1e282c;color: #FFF;}

/* MENU SIDEBAR SUBMENU */
.side-nav__content .sidebar-submenu {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #2c3b41;
  direction: rtl;
}
.side-nav__content .sidebar-submenu > li > a {
  height: 32px;
  line-height: 32px;
  padding: 6px 20px 5px 10px;
  color: #b8c7ce;
  cursor: pointer;
  display: block;
}
.side-nav__content .sidebar-submenu a {
  font-weight: normal;
  text-decoration: none;
}

.submenu-circle {
  font-size: 0.8em;
}
.side-nav__content .sidebar-submenu > li > a:hover { color: #FFF;}
.current .sub-plus:before {color: #b8c7ce;display: inline-block; float: left;content: "\f067";font-family: FontAwesome;font-size: 10px;}
.current.active .sub-plus:before {color: #b8c7ce;display: inline-block;content: "\f068";font-family: FontAwesome;font-size: 10px;}

.label {
  display: inline;
  padding: .2em .2em .2em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  float: left;
  margin: 8px 0 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
.label-info {
  background-color: #5bc0de;
}
.label-primary {
  background-color: #337ab7;
}

/*------------------------------| MENU SIDEBAR END |------------------------------*/

/*------------------------------| HEADER NAVIGATION |------------------------------*/
.video-header {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 145px;
  width: 100%;
}


/* Menu inside pages */

.live {
  background: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: rgb(255, 255, 255);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -2px;
  font-size: 9px;
  height: 17px;
  left: -2px;
  padding: 1px;
  line-height: 18px;
  border-radius: 9px;
}

.button {
  display: inline-block;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(to top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(to top, #f5f5f5, #f1f1f1);
  background-image: -ms-linear-gradient(to top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(to top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  margin: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  padding: 0 2px;
  text-decoration: none;
}

.button:hover {
  background-color: #F8F8F8;
  background-image: -webkit-linear-gradient(to top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(to top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(to top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(to top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(to top, #f8f8f8, #f1f1f1);
  text-decoration: none;
  border: 1px solid #C6C6C6;
  color: #333;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}

/* Notice */

.notice {
  direction: rtl;
  font-family: 'Open Sans Hebrew';
  font-size: 20px;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
.notice i{
  margin:10px 22px;
  font-size:2em;
  vertical-align:middle;
}
.notice_info {
  color: #00529B;
  background-color: #BDE5F8;
}
.notice_success i{
  color: #06d755;
}

.notice_success {
  background-color: #DDF9DB;
}
.notice_warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.notice_error {
  color: #D8000C;
  background-color: #FFD2D2;
}
.notice-title {
  width: auto;
  min-width: 2px;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
}

.notice-content {
  padding: 5px;
  min-width: 820px;
  font-size: 18px;
}

.notice-content a {
  color: #FCE136;
  font-size: 18px;
  text-decoration: none;
}

.notice-content a:hover {
  color: #FCE136;
  font-size: 18px;
  text-decoration: underline;
}


/* BODY CONTENT */

.text-border {
  background: url("/pics/uploads/65CnyskgOVmoEQHUehriNe/1upVBdqnJUS8bKUiucpFf5.png") right 8px top 2px no-repeat #F7F7F7;
  padding-right: 30px;
  border: 1px solid #888;
  border-radius: 3px;
  box-shadow: 0 0 5px #888;
  margin-top: 20px;
}
/* Home page weather in the world links */
.world-weather {
  background: rgba(0, 0, 0, 0) url("/images/worldmap.png") repeat scroll 0 0 / cover;
  float: right;
  width: 100%;
}

.world-weather>li {
  display: inline-table;
  margin: 6px 20px;
  width: 16%;
}

.world-weather>li a {
  color: #0076d7;
  text-decoration: none;
  display: block;
}

.world-weather>li a:hover {
  color: #154a7c;
}

.world-weather strong {
  font-size: 14px;
  color: #3b5998;
  display: block;
  margin-bottom: 5px;
}
/* / Home page weather in the world links */

/*------------------------------| SAHRE BUTTONS |------------------------------*/
.url {
  position: absolute;
  top: 105px;
  opacity: 0;
  width:0;
  height: 0;
  overflow: hidden;
}
a.copy.share {
  cursor: pointer;
  text-align: center;
}
.copy .text-copy {
  user-select: none;
}
.copy > span {
  pointer-events: none;
}
.copy .text-copied,.copy.copied .text-copy {display: none;}
.copy.copied .text-copied {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;  
  border-radius: 5px;
  font-size: 22px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(100%,#d5d5d5));
}
a.share {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  border-radius: 5px;
}
.facebook{
  background-color:rgb(59, 89, 152);
}
.whatsapp{
  background-color:rgb(18, 175, 10);
}
.copy{
  background-color: #f06;
}
.share img {vertical-align: middle;}
@media screen and (max-width: 768px){
  #article .share img {width: auto;}
}
a.share:hover {
  background-color: #1c65a2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*------------------------------| PAGE STRUCTURE |------------------------------*/

article {
  float: right;
  width: 815px;
  min-height: 500px;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  -moz-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  direction: rtl;
}

article .page-title {
  font-family: 'Open Sans Hebrew', arial;
  margin: 0;
  padding: 0 5px 0;
  color: #333;
  border-bottom: 1px solid #DBE3E8;
}

article h3 {
  color: #333;
  font-size: 15px;
  line-height: 15px;
}

article h4 {
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 10px 0;
  color: #555;
  font-size: 20px;
  font-weight: 100;
}

article h5 {
  font-family: arial, serif;
  margin: 0 0 10px 0;
  color: #333;
  font-size: 15px;
}

article h6 {
  font-family: arial, serif;
  margin: 0 0 10px 0;
  color: #666;
  font-size: 14px;
}

article section {
  padding: 5px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}

article section p {
  margin: 0 0 5px 0;
}

.article-sidebar {
  float: left;
  width:300px;
}

.nm_post_date {
  font-size: 11px;
}
#article em {
  font-style: italic;
  font-size: 14px;
}

/*------------------------------| WEATHER BLOG /content |------------------------------*/
.card {
  background: #f3f5f6;
  border: 0 none;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  float: right;
  margin: 24px;
  min-height: 445px;
  width: 300px;
  font-family: sans-serif;
  position: relative;
  border-radius: 10px;
}

.card:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #fff, #12BDB9) repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  color: #225bd0;
}

.card a {
  color: #225bd0;
  text-decoration: none;
  font-family: sans-serif;
  position: relative;
  overflow: hidden;
  display: block;
}

.card img {
  height: 240px;
  width: 300px;
  display: block;
  border-radius: 10px 10px 0 0;
  -webkit-transition: -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

@media screen and (max-width: 736px) {
  .card, .card img { width: 100%; }
  .card {margin: 0 0 20px 0;}
}
@media screen and (max-width: 768px) {
  .card, .card img { width: 300px; }
  .card {margin: 20px 30px;}
}
.card img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  transform: scale(1.1);
}
.card span {
  font-size: 10px;
  margin-left: 12px;
  color: #747474;
  left: 0;
  position: absolute;
  bottom: 0;
}

#mainbox .title {
  font-size: 1.5em;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 20px;
  text-decoration: none;
  border: 0;
  margin-bottom: 0;
}

#mainbox p {
  color: #747474;
  font-size: 16px;
  line-height: 1.4em;
  margin: 10px 5px;
}

#mainbox {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-family: calibri;
  justify-content: center;
}

#article .updated-date {
  color: #41585b;
  font-size: 12px;
  margin: 0 8rem 0 0;
  display: inline-block;
}

#article .getapp {
  display: flex;
  justify-content: center;
}
#article .getapp a{ 
  margin: 0 4px 8px 0;
}
#article .bottomLine {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 4px;
  width: 100%;
}
#page-article .page-title {
  color: #000;
  border: 0;
  margin: 0.8rem 8rem 0.8rem;
  padding: 0;
  font-size: 36px;
}

#article .article-body a:hover{ color: #ef2f2f;}
#article .article-body {
  font-size: 20px;
  margin: 0 8rem;
}
.article-body h2, .article-body h3 {
  margin: 10px 0 10px 0!important;
  font-weight: bold;
}
.article-body ul {
  list-style-type: disc;
  margin: 0 20px;
}
.article-body ul li {
  line-height: 30px;
  margin-top: 10px;
}
.article-body table {
  display: inline-table;
  width: auto;
  vertical-align: middle;
  text-align: initial;
  width: 100%;
  word-break: initial;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .article-body table {
    display: block;
  }
}
.article-body table th{
  vertical-align: middle;
  padding: 5px;
}
.article-body table td{
  vertical-align: middle;
  padding: 5px;
}
#article .article-body p{
  line-height: 1.7em;
}
#article .all-articles {
  border: 2px solid #2196f3;
  color: #2196f3;
  padding: 5px;
  border-radius: 5px;
  margin: 1rem 8rem;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-tap-highlight-color:transparent;
  text-decoration: none;
}

#article .all-articles:hover {
  background: #0C85E9;
  color: #ffffff;
  text-decoration: none;
}
.table-simple {
  width: 100%;
  max-width: 100%;
  border: 1px solid;
  margin-bottom: 1rem;
  background-color: transparent
}
.table-simple td,.table-simple th {
  border: 1px solid;
}
.table-averages {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table-averages td,.table-averages th {
  padding: .75rem;
  vertical-align: top
}

.table-averages td,.table-averages th {
  border-top: 1px solid #dee2e6
}

.table-averages thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table-averages tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-averages {
  background-color: #fff
}

.table-averages td,.table-averages th {
  border: 1px solid #dee2e6
}

.table-averages thead td,.table-averages thead th {
  border-bottom-width: 2px
}

.table-averages tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}

.table-averages:hover>td,.table-averages:hover>th,.table-averages tbody tr:hover {
  background-color: rgb(255, 255, 223)
}

.table-averages {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-averages>.table-averages {
  border: 0
}


/*------------------------------| WORLD WEATHER CITIES LIST |------------------------------*/
.cities {
  list-style: none outside none;
  overflow: hidden;
  padding: 10px 0 0;
}

.cities li {
  background: url("") no-repeat scroll 120px 9px #E2E7FC;
  border: 1px solid #6B90DA;
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 140px;
}

.cities li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  width: auto;
}


/*------------------------------| LARGE TEMPLATE PAGE |------------------------------*/
.large {
  min-height: 500px;
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  -moz-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  -webkit-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, .07);
  direction: rtl;
}
.large .page-title {
  padding: 0 5px 0;
  color: #333;
  border-bottom: 1px solid #DBE3E8;
}
.rounded-div {
  font-family: 'Open Sans Hebrew',arial;
  margin: 25px 20px;
  background: #efefef;
  border-radius: 25px;
  padding: 25px;
}
/*------------------------------| SIDEBAR |------------------------------*/
aside {
  float: left;
  width: 220px;
  margin: 0px 0 0 0;
}

aside .section {
  padding: 0 0 0 0px;
  text-align: right;
}

aside .section {
  margin: 0 0 40px 0;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}

aside .section p {
  padding: 5px;
  direction:rtl;
}

aside .section ul,
aside .section ol {
  direction: rtl;
}
aside a:hover{ color: #ef2f2f;}
.sidebarContainer ul li a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  line-height: 25px;
  display: block;
  padding-right: 5px;
}
aside .section ul li a:hover {
}
.sidebarContent {background: #FFF;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);}
.sidebarContent ul.rules {
  list-style:square;
  padding: 5px 16px 5px 5px;
}
.sidebarContent ul {
  list-style:none;
  padding: 5px 5px 5px 5px;
}
.sidebarContent li {
  padding:2px 0 0 0;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  direction:rtl;
}

.searchTerm {
  width: 100%;
  border-left: none;
  padding: 5px;
  height: 20px;
  border-radius: 0 5px 5px 0;
  outline: none;
  color: #9DBFAF;
  font-size: 14px;
}

.searchTerm:focus{
  color: #333;
  font-size: 14px;
}

.searchButton {
  width: 40px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  font-size: 20px;
  background: #eee;
}

.searchButton:hover {color: #225BD0;background: transparent;}

.sidebar-title {
  background-color: rgb(0 0 0 / 0%);
  border-bottom: 1px solid rgba(0,0,0,0.125);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  color: #212529;
  border-radius: 4px 4px 0 0;
  line-height: 20px;
  font-size: 16px;
  height: 20px;
  font-weight: normal;
  padding: 6px 10px;
  font-family: 'Open Sans Hebrew', arial;
}

.warning {
  /* /images/alert_small.png */
  background: #CA0000 url('/images/warning.png') no-repeat 10px 50%;
  border-bottom: 1px solid gray;
  color: #FFFFFF;
}
/*------------------------------| premiumbox |------------------------------*/
.forPremium {
  background: #d49500;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-family: open sans hebrew,arial;
  padding: 2px 16px 2px 2px;
  z-index: 1;
  border-radius: 18px;
  text-align: center;
  width: 105px;
  margin: 0 auto;
  line-height: 16px;
  display: block;
  background-image: url(/images/crown.svg);
  background-repeat: no-repeat;
  background-position: 100px 5px;
}
.premiumBlue { 
  background: #1b3d67;
  color: #fff;
  line-height: 16px;
  border-radius: 18px;
  padding: 0;
  display: inline-block;
}
.premiumBlue a { 
  color: #fff;
  text-decoration: none;
  font-family: open sans hebrew, arial;
  font-size: 10px;
  padding: 2px 8px;
  font-weight: bold;
  display: inline-block;
}
.donate {
  background: url(/images/donate.png) 10px 50% no-repeat;
}
.premium-24 {
  background: url(/images/donate_24x24.png) 10px 50% no-repeat;
  background-size: 20px;
}
.premium-button {
  text-align: center;
  border: 0;
  background-color: #2196f3;
  border-color: #2196f3;
  font-weight: 700;
  font-size: 0.975rem;
  color: #fff;
  padding: 0.625rem 16px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: background-color 0.2s;
  border-radius: 3rem;
  -webkit-tap-highlight-color: transparent;
}
a.premium-button{
  color: #fff;
  text-decoration: none;
  border: 2px solid #2196f3;
}
.premium-button:hover {
  background-color: #0C85E9;
}
#support-plans {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

#premium  {
  position: fixed;
  direction: rtl;
  background: #fff2e3;
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 2%;
  border-radius: 5px;
  z-index: 2147483641;
  display: none;
}
@media screen and (max-width: 768px) {
  #premium {width: 98%;height: 500px;overflow-y: scroll;}
}
#premium h2 {
  margin: 0;
  padding: 0.2em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  opacity: 0.9;
  background-color: rgb(255 156 37);
  color: rgba(255,255,255,0.9);
  border-radius: 5px 5px 0 0;
}
#premium h2 img {
  padding: 0 12px;
}
#premium h2 span {
  font-size: 12px;
  position: absolute;
  padding: 10px;
  margin: 5px;
  right: 0;
  line-height: 12px;
  background: rgb(255 255 255 / 75%);
  color: #333;
  border-radius: 4px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  text-align: center;
}
#premium h2 span:hover {
  background: rgb(255 255 255 / 100%);
}
#premium .information {
  margin: 6px;
  text-align: right;
  line-height: 32px;
  font-family: open sans hebrew,arial;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
}
#premium-popup .buttons a:hover {
  background-color: #25add9;
}
#premium-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .60;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  z-index: 2147483640;
  pointer-events: all;
}
#support-plans li{
  padding: 0;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  background-color: #5cb85c;
  border-color: #4cae4c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#support-plans li:hover{
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
#support-plans li a{
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  display: block;
}
/*---------------------------| premiumbox END |---------------------------*/
.sat-switch {
  background: seagreen;
  line-height: 16px;
  display: inline-block;
  border-radius: 18px;
  padding: 0;
}

.sat-switch a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-family: open sans hebrew,arial;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 8px;
}

.user-menu {
  position: absolute;
  top: 0;
  z-index: 55555;
  color: #fff;
  left: 20px;
  transition: top .3s;
  font-size: 14px;
  font-weight: bold;
  font-family: open sans hebrew,arial;
  direction: rtl;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  padding: 0 5px;
  line-height: 30px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.user-menu.active{
  background: rgba(255,255,255,1);
  color: #006999;
}
#user-menu-drop {
  box-shadow: 5px 5px 21px 0 #333;
  width: 400px;
  background-color: #fff;
  position: absolute;
  top: 45px;
  left: 20px;
  border-radius: 6px;
  padding: 5px;
  z-index: 10000;
  direction: rtl;
}
#user {
  display: block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #user {
    display: block;
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
  }  
  .user-menu{
    position: fixed;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 1px solid;    
    top: 8px;
    z-index: 555555555;
    left: auto;
    margin-right: 134px;
    display: flex;
  }
  #user-menu-drop {
    position: fixed; 
    border-radius: 0;
    right:0;
    left:0;
    width: 100%;
    top: 45px;
  }
}
.storm-chaser {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0070a), color-stop(100%, #8e0000));
  background: -webkit-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -o-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -ms-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: linear-gradient(to bottom, #f0070a 0, #8e0000 100%);
  color: #FFFFFF;
  line-height: 26px;
  height: 25px;
  font-weight: normal;
  padding-right: 5px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.storm-chaser-signal {
  width: 15px;
  vertical-align: middle;
  float: left;
  margin: 4px 5px;
  -webkit-animation: blink 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: blink 3s;
  -moz-animation-iteration-count: infinite;
  -o-animation: blink 3s;
  -o-animation-iteration-count: infinite;
}

.storm-chaser:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc3232), color-stop(100%, #bb1a1a));
  background: -webkit-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -o-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -ms-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: linear-gradient(to bottom, #fc3232 0, #bb1a1a 100%);
}

.sidebarContainer .w2d-live {
  width: 100%;
  height: 140px!important;
}

.sidebarContainer .w2d-live-window {
  width: 100%;
}

.w2d-live-window {
  position: relative;
  display: block;
  width: 100%;
  height: 380px!important;
}

.w2d-live {
  width: 710px;
  margin: 0 auto;
  min-height: 400px;
}
.TVcontainer {
  padding: 0 5px;
}
.TVcontainer.image{
  text-align: center;
  width: 640px;
  height: 360px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .TVcontainer.image{
    width: 100%;
    height: 320px;
  }
}
.freetext .w2d-live {
  height: 100%!important;
}

@media screen and (max-width: 768px) {

  .world-weather>li {
    width: 36%;
  }
  .w2d-live {
    width: 100%;
    margin: 0 auto;
    min-height: 195px!important;
  }
  .jwplayer {
    height: 180px!important;
  }
  .w2d-live-window {
    height: 220px !important;
  }
}

aside .section ol {
  background: #FFF;
}

aside .section {
  line-height: 15px;
  text-align: right;
  padding: 0;
}

/* SIDEBAR: new bar*/

.sidebarContainer {
  width: 220px;
  margin-bottom: 20px;
}
.cameraimagecontainer {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
}
.cameraimagecontainer span{
  padding: 5px 0;
  font-size: 1.5em;
  font-weight: 700;
  position: absolute;
  background: rgba(33,87,177,.7);
  text-align: center;
  color: #fff;
  z-index: 1;
  bottom: 4px;
  width: 100%;
  right: 0;
}
/*------------------------------| MODELS |------------------------------*/
#model-menu {
  width: 100%;
  display: inline-block;
  border: 0 solid #f2efdf;
  background: #fffffa;
  box-shadow: 0 0 3px 1px #f2efdf;
}
#model-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#model-menu li {
  float: right;
  display: inline-block;
  width: 19.333333333333%;
  text-align: right;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  #model-menu li {
    float: right;
    display: inline-block;
    width: 50%;
  }
}
#model-menu li a {
  display: block;
  font-weight: 400;
  padding: 0 5px;
  margin: 0;
  text-decoration: none;
}

#nav_controlers {text-align: center;text-align: center; margin-bottom: 10px;}
@media screen and (max-width: 768px) {
  .model-image img {width:100%;height: auto;}
  #nav_controlers {
    text-align: center;
    box-shadow: 0 0 30px 6px rgba(31,51,73,.25)!important;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding: 6px 0;
    bottom: 0;
    background: white;
    border-top: 1px solid #ddd;
  }
}

/*-----------------------------| MODELS END |---------------------------*/

/*------------------------------| FOOTER |------------------------------*/
footer {
  color: #000;
  background: #F7F7F7;
  margin: 0 auto;
  margin-top: 30px;
  padding: 2rem 0 2rem;
  font-family: 'Open Sans Hebrew',arial;
  position: relative;
}
footer .right {
  float: right;
  text-align: right;
  padding: 5px;
  direction: rtl;
}
footer .right a {
  padding: 5px;
  line-height: 25px;
}
footer .left {
  color: #9197a3;
  display: inline;
  float: left;
  padding: 5px 0;
  direction: rtl;
}
.footer-items li {
  display: inline-block;
  padding-right: .5rem;
}

footer a:link,
footer a:visited {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

footer .footerlink a:hover,
footer .footerlink a:focus {
  color: #555;
  border-bottom: 1px dotted #635957;
  text-decoration: none;
  background: #EBEBEB;
}
footer.clearfix:after {
  height: 30px;
}
/* FOOTER MOBILE */
@media screen and (max-width: 768px) {
  footer.clearfix {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1em;
  }
  footer .right {
    text-align: center;
    padding: 5px;
    display: block;
    width: 100%;
  }
  footer .left {
    color: #000000;
    display: block;
    float: right;
    margin-top: 10px;
  }
}

.store-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 16px;
  direction: rtl;
}

.store-links img {
  max-width: 160px;
  height: auto;
}

.box {
  margin: 5px 0 0 0px;
  padding: 10px;
  text-align: center;
  width: 220px;
  display: inline-flex;
}

.box a {
  position: relative;
}

.box div {
  background: rgba(33, 87, 177, .7);
  left: 0;
  bottom: 3px;
  top: auto;
  display: block;
  width: 95%;
  position: absolute;
  color: #FFF;
  padding: 5px;
}

.box img {
  width: 200px;
  height: 150px;
}

.weatherbox {
  float: right;
  display: inline-block;
  width: 100px;
}
#israel-cities {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #c8c8c8;
  line-height: 25px;
  text-align: center;
  margin: 5px 0;
  direction: rtl;
  display: grid;
}

#israel-cities ul li {
  padding: 0 0 0 8px;
  display: inline;
}

#israel-cities ul a {
  color: #607890;
  text-decoration: none;
}

#israel-cities ul a:hover {
  color: red;
}
@media screen and (max-width: 768px) {

  #israel-cities  {display:none;}

  #israel-cities ul li {
    float: right;
    display: inline-block;
    width: 72px;
    padding: 0 2px 0 2px;
  }
}

ul,
ol {
  margin: 0;
  list-style: none outside none;
}

/* Pagination styles */

.pagination {
  float: left;
}
#page-articles-list .pagination {
  margin: 10px 5px;
}
.pagination .current {
  background: #efefef;
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
  color: #212529;
  font-size: 12px;
}

.pagination a {
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
  text-decoration: none;
  color: #0093DB;
  font-weight: normal;
  font-size: 12px;
}

.pagination a {
  background-color: #FFF;
}

.pagination a:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #00608f;
}

b,
strong {
  font-weight: bold;
}

.hidden,
.hidden-soft
{
  display: none;
}

/* Ads styles cities weather */

#Ads {
  margin-bottom: 3px;
  position: relative;
  margin-top: 25px;
  width: 100%;
  background: #EDEDED;
}

#Ads a {
  color: #008000;
}

#Ads b {
  clear: both;
  width: 100%;
}

#Ads h1,
#Ads h1 a {
  color: #0000FF;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 3px;
  text-decoration: none;
}

#Ads,
#forumAds b {
  color: #000000;
  direction: rtl;
  float: right;
  font-size: 12px;
}

#Ads .userItem {
  padding: 5px;
  float: right;
}

.userItem:nth-of-type(1) {
  margin-right: 0 !important;
}

.AdsTitle {
  left: 0;
  width: 50px;
  position: absolute;
  bottom: 0;
  color: #666666;
  font-size: 12px;
  text-align: left;
  padding-left: 2px;
}

.AdsInfo {
  width: 300px;
}

.store-links-container {
  list-style-type: none;
  padding: 10px 0 0 0;
  background: #fff;
  text-align: center;
}
.store-item {
  margin: 0 8px 10px 10px;
  color: #545454;
  background: #f4f4f4;
  text-align: right;
  width: 250px;
  display:inline-table;
}
.store-item:last-child {margin-left: 0;}
.store-item-image {
  float: right;
  margin: 0 0 0 14px;
  background: #FFF;
}
.store-item-image img {
  height: 60px;
  width: 60px;
}
.store-link a {
  color: #0052ff;
  font-size: 14px;
  font-weight: bold;
}
.ellip {
  word-wrap:break-word;
}
@media screen and (max-width: 768px) {
  .store-item {width: 100%;}
}

/* text-area style */

.embed-code {
  border: 1px solid #225BD0;
  direction: ltr;
  font-size: 11px;
  height: 80px;
  width: 280px;
  background: #E8EDFF;
}
.radar-embed-code {
  width: 98%;
  margin: 0 10px;
  height: 115px;
  font-size: 11px;
  direction: ltr;
}
.ui-widget-overlay {width: 100%!important;background: rgba(0,0,0,0.4)!important;transition: opacity .2s cubic-bezier(0,0,.3,1);}

.ui-dialog {width: max-content!important;min-width:420px;}
@media screen and (max-width: 768px) {
  .ui-dialog {width: 95%!important;margin: 0 10px;min-width:auto;}
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  border: 0;
  padding: 0;
  box-shadow: 10px 5px 22px #59596dc2;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  border-radius: 2px 0 0 0;

}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  background: #dfdfdf;
  background: -webkit-linear-gradient(to bottom, #D7DDE8, #dfdfdf);
  background: linear-gradient(to bottom, #D7DDE8, #dfdfdf);
  border: 0;
  font-size: 1.2em;
}


/*------------------------------| OBSERVATION |------------------------------*/
.observation-page {
  list-style: none outside none;
  overflow: hidden;
}

.observation-page li {
  background: #BDE5FB;
  float: right;
  margin-bottom: 25px;
  margin-left: 8px;
  margin-right: 8px;
  width: 180px;
  margin-right: 20px;
  height: 160px;
}

.observation-page li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  color: #fff;
  line-height: 25px;
  text-decoration: none;
  width: auto;
  background: #83AEE3;
}

.observation-page li .cityname {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  line-height: 25px;
  text-decoration: none;
  width: auto;
  background: #83AEE3;
}

.observation-page h2 {
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans Hebrew', arial;
  direction: ltr;
}

.observation-page span {
  font-size: 14px;
  font-weight: bold;
  color: #1B4878;
}

.observation-page p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: 'Open Sans Hebrew', arial;
}

.observation-temp {
  direction: ltr;
  unicode-bidi: embed;
  display: inline;
}

/* temprature color */
.blue {
  color:blue
}
.blue-middle {
  color: #00b4fc;
}
.green {
  color:green;
}
.orange {
  color:orange;
}
.red {
  color:red;
}
.pink {
  color:#e91e63;
}
.wci-light {
  background:#bcd5ee!important;
}

/*------------------------------| STATION |------------------------------*/

.station-days-selection
{
  display: flex;
  list-style: none outside none;
  margin: 10px 5px;
  overflow-x: auto;
  line-height: 36px;
}

.station-days-selection li a
{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans Hebrew";
  height: 26px;
  color: #fff;
  line-height: 26px;
  text-decoration: none;
  width: 60px;
  background-color: rgba(131, 174, 227, 0.74);
  margin-left: 1em;
  padding: 0.2em 1em;
  border-radius: 16px;
}

.station-days-selection li a:hover
{
  background-color: #277ce5;
}
.station-days-selection li a.selected
{
  background-color: #277ce5;
}


/*------------------------------| RADAR CLOUDS |------------------------------*/
#clouds-map .clouds-time.image {
  padding: 0;
}

#clouds-map .clouds-time img {
  display: block;
  border-radius: 3px;
}

#clouds-map img.legend {
  top: 60px !important;
  right: 5px !important;
  height: 77%;
  opacity: .8;
}
/*------------------------------| TOOLTIP |-----------------------------------------------------*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 230px;
  background-color: #000;
  color: #fff;
  text-align: right;
  font-weight: normal;
  padding: 5px 5px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: arial;
}
.tooltip-left {
  top: -60px;
  bottom: auto;
  right: 30px;
}
.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 768px) {
  .tooltip-left {
    top: -60px;
    bottom: auto;
    left: 25px;
    right: auto;
  }
  .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
  }
}


.tooltip-right {
  top: 0;
  bottom:auto;
  left: 128%;
}
.tooltip-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}
.tooltiptext.tooltip-right{width:max-content;}
.tooltip-top {
  bottom: 125%;
  margin-left: -60px;
}
.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
th.tooltip:hover {
  color: #008cba;
}


.nav-mobile-select {
  display: none;
}

.jerusalem-camera {
  text-align: center;
  padding: 5px;
}

.webcam-thumb {
  float: right;
  margin: 5px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.webcam-thumb img {
  width: 144px;
  height: 120px;
  display: block;
}

.islive {
  background-color: red;
  bottom: 105px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 0 2px;
  position: absolute;
  right: 2px;
  font-weight: 400;
  border-radius: .25rem;
}

.mobile-ad {
  display: none;
}

.live-stream {
  float: right;
  width: 420px;
}

.live-stream-reports {
  float: left;
  width: 615px;
}

.weather2day-scroll-ad {
  display: block;
  position: fixed;
  right: 15px;
  top: 80px;
}
@media screen and (max-width: 1420px) {
  body {margin: 0 7% 0 7%}
  .weather2day-scroll-ad {top: 15px;}
}
@media screen and (max-width: 1350px) {
  body {margin: 0 4% 0 4%}
  .weather2day-scroll-ad {top: 15px;}
}
@media screen and (max-width: 1300px) {
  body {margin: 0 auto 0 1%}
  .weather2day-scroll-ad {top: 15px;}
}

@media screen and (max-width: 1258px) {
  .weather2day-scroll-ad {display:none}
  body {margin: 0 auto}
}
.severe-weather-button.us {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  margin: 5px 1px 0 5px;
  padding: 3px 7px;
  position: relative;
  right: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0070a), color-stop(100%, #8e0000));
  background: -webkit-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -o-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: -ms-linear-gradient(to top, #f0070a 0, #8e0000 100%);
  background: linear-gradient(to bottom, #f0070a 0, #8e0000 100%);
}

.severe-weather-button:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc3232), color-stop(100%, #bb1a1a));
  background: -webkit-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -o-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: -ms-linear-gradient(to top, #fc3232 0, #bb1a1a 100%);
  background: linear-gradient(to bottom, #fc3232 0, #bb1a1a 100%);
}

.severe-weather-button span {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.severe-weather-button h2 {
  display: block;
  margin-right: 5px;
  float: right;
}

.severe-weather-button img {
  float: right;
  width: 14px;
  margin-top: 3px;
}

/* Models Maps buttons Style (t2m-wind etc...) */

.hidden {
  display: none !important;
}

.model_wrapper {
  margin-bottom: 10px;
  margin-top: 2px;
  display: inline-table;
}
#nav_prev, #nav_play, #nav_pause, #nav_next {
  height: 50px;
  line-height: 50px;
  width: 60px;
}  
.model_box svg{
  height: 32px;
  vertical-align: middle;
}
@media (max-width: 768px) {
#nav_prev, #nav_play, #nav_pause, #nav_next {
  height: 32px;
  line-height: 32px;
  width: 40px;
}  
.model_box svg{
  height: 28px;
  vertical-align: middle;
}
}
.model_box {
  color: black;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  min-width: 24px;
  height: 20px;
  line-height: 22px;
  font-size: 10px;
  margin: 0 0 2px 2px;
  padding: 2px 2px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  cursor: pointer;
}
.model_float {
  text-align:center;
}
.model_centered {
  margin: 0 5%;
}
.model_box:hover:not(.selected),
#selected_step_box,
.QuickStartLong:hover:not(.selected) {
  background-color: #ddd;
  color: black;
  border: 1px solid #ddd;
}

.model_wrapper .selected {
  background-color: #008cff;
  color: white;
  border: 1px solid #008cff;
}

/* Models Maps buttons style END */

.show-on-desktop {
  display: block;
}

.show-on-mobile {
  display: none;
}
.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  display: none;
}

.ad-show {
  display: block;
  padding-top:5px;
  clear:both;
}

.mobile-ad-only {
  display: none;
}

/*------------------------------| MailChimp |------------------------------*/
#mc_embed_signup {
  background: #1b3d67;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-around;
  font-family: open sans hebrew, arial;
  border-radius: 16px;
  padding: 8px 8px;
  direction: rtl;
  margin: 10px 0;
}

#mc_embed_signup_scroll {
  text-align: center;
}

#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: right;
  padding: 0;
}

#mc_embed_signup h2 {
  font-weight: 700;
  padding: 0;
  margin: 15px 0;
  font-size: 100%;
}

#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button1 {
  clear: both;
  font-family: open sans hebrew, arial;
  background-color: #2196f3;
  border: 0;
  border-radius: 3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px 10px 0;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#mc_embed_signup .button1:hover {
  background-color: #0C85E9;
  color: #fff;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .clear {
  clear: none;
  display: inline;
}


#page-reports #mc_embed_signup label {
  font-size: 18px;
}
#mc_embed_signup label {
  display: inline;
  font-size: 22px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

#mc_embed_signup input.email {
  padding: 8px 0;
  border-radius: 3rem;
  margin: 0;
  text-indent: 5px;
  direction: ltr;
  text-align: center;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box !important;
}

#mc_embed_signup input.button1 {
  margin: 16px 0;
  min-width: 100%;
  display: block;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0 .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: 700;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: right;
  padding: .5em 0
}

@media (max-width: 768px) {
  #mc_embed_signup {border-radius: 0;}
  #page-article #mc_embed_signup {
    margin: 10px 0;
  }
  #mc_embed_signup label {
    display: inline;
  }
}
/*------------------------------| END MailChimp |--------------------------*/

#page-homepage .large h1, #page-forecast-israel .large h1{
  display: none;
}
@media screen and (max-width: 768px) {
  .responsive-img {width:100%;}
  /* hide sidebar menu on mobile */
  .js-side-nav {display:none;}
  .show-on-desktop {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: inline;
  }
  .hide-on-mobile {
    display: none;
  }  
  .header {
    background: none
  }
  .ad-show {
    display: none;
  }
  .mobile-ad-only {
    display: block;
  }
  .header {
    display: none;
  }
  .wrapper,
  .wrapper.clearfix,
  body {
    margin: 0 auto;
  }
  .logo-click {
    margin-top: 0;
    width: auto;
    height: 0;
  }
  body#page-rain-radar-google {
    width: 100% !important;
  }
  body>.wrapper {
    padding-right: 0;
  }
  body {
    background: #EFEFEF;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
    padding: 0;
  }
  .wrapper {
    text-align: right;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper.clearfix {
    margin: 0 auto;
    text-align: right;
    width: 100%;
  }
  /* Mobile Header: navigation */
  header nav .nav-mobile-select {
    display: inline;
    color: white;
    padding-right: 1em;
  }
  header nav li {
    text-align: right;
  }
  header nav {
    width: 100%;
    background: #1b3d67;
    border-radius:0;
    display: flex;
    flex-flow: column nowrap;
    max-height: 100%;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: top 0.3s;
  }
  header nav>ul {
    display: none;
    width: 100%;
    height: 100vh;
    background: #1b3d67;
    overflow-y: scroll;
    padding-bottom: 12px;
  }
  /*header nav:hover > ul {display: block; background: #1C65A2;}*/
  /* header nav>ul> :first-child { */
    /* display: inline; */
    /* padding-top: 15px; */
    /* z-index: 100; */
  /* } */
  header nav li {float:none;}
  header nav li a:link i {
    width: 15px;
    padding-left: 20px;
    text-align: center;
  }
  header nav>ul>li {
    display: inline;
    float: none;
    padding: 0;
    line-height: 32px;
  }
  header nav li a:link, header nav li a:visited{
    color: #FFF;
    font-size: 18px;
  }
  header nav>ul>li a {
    padding: 10px 15px;
    float: none;
    font-size: 1.3em;
    text-shadow: none;
    color: #FFF;
  }
  header nav li:first-child,
  header nav li a:first-child,
  header nav li:first-child.active a {
    border-radius: 0;
  }  
  #MenuToggle > li:nth-child(1) > a,#MenuToggle > li:nth-child(1).active > a,#MenuToggle > li:nth-child(1).dropdown.active{
    border-radius: 0;
  }  
  #MenuToggle > li a{
  -webkit-tap-highlight-color:transparent;
  }
  .MenuItem.dropdown:hover a {
    background-color: transparent;
    color: #fff;
  }	
  li.MenuItem.dropdown.active > a {
    background: whitesmoke;
    color: #333;
  }
  li.MenuItem.dropdown > a:after {
    color: whitesmoke;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
  }  
  li.MenuItem.dropdown.active > a:after {
    color: #b8c7ce;
    display: inline-block;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
  }    
 
  .nav-up{
    top: -50px;
  }
  span.MenuIcon.rotate {
    position: absolute;
    right: 0;
  }
  /* Breadcrumbs MOBILE */
  header .breadcrumbs {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, .5);
    font-size: 0.8em;
    height: 20px;
    text-align: right;
    direction: rtl;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    color: #666;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
    background: -moz-linear-gradient(to top, #EDEDED 0%, #D5D5D5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #D5D5D5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5', GradientType=0);
  }
  header .breadcrumbs a:link,
  header .breadcrumbs a:visited {
    color: #666;
    text-decoration: none;
    font-weight: normal;
  }
  header .breadcrumbs a:focus,
  header .breadcrumbs a:hover {
    color: #316594;
    text-decoration: none;
  }
  .breadspace {
    margin-right: 5px;
  }
  .webcam-thumb {
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 45%;
    float: none;
    vertical-align: top;
  }
  .webcam-thumb img {
    width: 100%;
  }
  /* Sea forecast */
  #tabim.tabim ul {
    display: inline;
  }
  #tabim.tabim li {
    float: none;
  }
  /* Satellite images */
  .box {
    display: inline-block;
    margin: 5px;
    text-align: center;
    float: right;
    width: 145px;
    vertical-align: top;
  }
  .box div {
    background: rgba(33, 87, 177, .7);
    left: 0;
    bottom: 3px;
    top: auto;
    display: block;
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 0;
  }
  .box img {
    width: 150px;
    height: 130px;
  }
  /* General style Mobile */
  article {
    float: none;
    width: 100%;
    
  }
  article section,
  .large section {
    /*padding: 5px;*/
  }
  h1 {
    font-size: 2em;
  }
  #page-homepage .large h1, #page-forecast-israel .large h1{
    display: none;
  }
  aside,
  aside .sidebarContainer {
    margin-top: 30px;
    float: none;
    width: 100%;
  }
  .sidebarContainer .w2d-live {
    height: 230px!important;
  }
  .islive {
    bottom: 112px;
  }
  .webcam-mobile-show {
    display: block;
  }
  .webcam-desktop-show {
    display: none;
  }
  .live-stream {
    float: none;
    width: 100%;
  }
  .live-stream iframe {
    float: none;
    width: 100%;
  }
  .live-stream-kinnert iframe {
    float: none;
    width: 100%;
  }
  .live-stream-reports {
    float: none;
    width: 100%;
  }
  .golan-camera {
    width: 100%;
  }
  .zefat-camera {
    float: none;
    display: inline;
  }
  .jerusalem-camera {
    float: none;
    display: inline;
  }
  .wikitable {
    display: none;
  }
  .mobile-ad {
    float: none;
    display: inline;
  }
  .desktop-ad {
    display: none;
  }
  .observation-page li {
    display: inline;
    width: 47%;
    margin-right: 0.5em;
    margin-left: 0;
    height: 180px;
    background: #bde5fb;
  }

  /* Articles MOBILE */
  .article-sidebar {
    display: none;
  }
  .article-body img {max-width: 100%;}
  #article .article-body iframe,
  #article .article-body object,
  #article .article-body embed,
  #article .article-body video {
    width: 100% !important;
  }
  #article img {
    width: 100%;
    vertical-align: middle;
  }
  #article .getapp img{
    width: auto;
  }
  #article .article-body {
    word-break: break-word;
    font-size: 1.2em;
    width: auto;
    line-height: 1.6;
    margin: 0 15px;
  }
  .article-body table {
    width: auto;
  }
  #page-article .page-title {
    color: #1C65A2;
    margin: 0 15px 5px;
    border: 0;
    padding-right: 0;
    font-size: 28px;
  }
  #article .updated-date {
    margin: 5px 15px 0 0;
  }
  #page-article #article .all-articles {
    border: 2px solid #1c65a2;
    color: #1c65a2;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
  }
  #page-article #article .all-articles:hover {
    background: #2B74AF;
    color: #fce136;
    text-decoration: none;
  }
  #page-article #article .updated-date {
    color: #41585b;
    font-size: 1em;
  }
  .weather2day-scroll-ad {
    display: none;
  }
}
/*---------------------| alert-headline |-----------------------------------------*/
.alert-headline {
  font-size: 14px;
  color: #565656;
  width: 100%;
  text-align: right;
  direction: rtl;
}
.alert-headline.red {
  background: -webkit-gradient(linear,left top,right top,from(#b90000),to(#dc0000));
  background: linear-gradient(90deg,#b90000 0,#dc0000);
}

.alert-headline.orange {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255,138,0)), to(rgb(255,129,0)));
  background: -webkit-linear-gradient(left, rgb(255,138,0), rgb(255,129,0));
  background: linear-gradient(to right, rgb(255,138,0), rgb(255,129,0));
}
.alert-headline.green {
  background: -webkit-gradient(linear, left top, right top, from(rgb(8,236,0)), to(rgb(1,195,23)));
  background: -webkit-linear-gradient(left, rgb(8,236,0), rgb(1,195,23));
  background: linear-gradient(to right, rgb(8,236,0), rgb(1,195,23));
}

@media only screen and (max-width: 768px) {
  .alert-headline {
    z-index: 1111111111;
    font-size:16px;
  }
  .spacing-alerts-breadcrumbs {height: 44px;}
  .alerticon{
	margin-top:5px;
	margin: 2px 5px;
	width: 24px;
	height: 30px;
  }
}
.alert-headline-text {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
}
.alert-headline-text a {
  text-decoration: none;
}
.alert-headline-title {
  background: #3498db;
  /* background: #f05514; */
  color: #fff;
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
.red-alert {
  background:#ee6e73;
}
.red2-alert {
  background: #e53a3a;
}
.yellow-alert {
  background:#ffff00!important;
}
.green-alert {
  background: #00ac77;
}
.extream-red-alert {
  background: #ca0000;
}
/*---------------------| OUTBRAIN |-----------------------------------------*/
.OUTBRAIN {background: #FFF}
.ob-rec-text,.ob-widget-header {
  text-align: right!important;
  direction: rtl!important;
}
.ob_what{left:0!important; right: auto!important;}
.ob-rec-source {color: #666 !important;padding: 5px 5px 0!important;}
.ob-widget-header {color: #a1a1a1!important;}
#AR_1, #AR_3{margin: 0 auto;text-align:center;}
img.ob-video-icon {width: auto!important;}

/*---------------------| Adslot google |-------------------------------------*/
ins {
  margin: 20px 0;
  background-color: #fff;
}
/*---------------------| TRUVID |--------------------------------------------*/
#stickyAd {
  width: 1050px;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  z-index: 1111;
  background: #fff;
  display: none;
}
#stickyAd .closeButton {
  top: -28px;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 5px;
  z-index: 11111;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  #stickyAd{display: inherit;width:100%;}
}
.fullscreenSquareAD {
  display:none;
  position: fixed;
  margin: 15% 10px;
  bottom: 0;
  right: 0;
  left: auto!important;
  z-index: 111110!important;
}
@media screen and (max-width: 768px) {
  .fullscreenSquareAD {display:none!important;}
}

/*------------------------------| DATATABLES |------------------------------*/
.dtfh-floatingparent
{
  direction: rtl;
}

#observations-table
{
  display: none;
  overflow-x: scroll;
}

#observations-table > tbody
{
  font-size: 16px;
}

#observations-table_filter
{
  padding: 5px 10px;
}

#observations-table td.temperature:not(:empty)::after
{
  content: '°';
}

#observations-table td.humidity:not(:empty)::after
{
  content: '%';
  color: gray;
}

#observations-table td.precipitations:not(:empty)::after
{
  content: ' מ"מ';
  font-size: 12px;
  color: gray;
}

#observations-table td.wind:not(:empty)::after
{
  content: ' קמ"ש';
  font-size: 12px;
  color: gray;
}
#observations-table > thead th, tfoot th
{
  font-size: 16px;
}
@media screen and (max-width: 736px)
{
  #observations-table th.temperature::after
  {
    content: ' (C°)';
    font-size: 12px;
    color: gray;
  }

  #observations-table th.humidity::after
  {
    content: ' (%)';
    font-size: 12px;
    color: gray;
  }

  #observations-table th.precipitations::after
  {
    content: ' (מ"מ)';
    font-size: 12px;
    color: gray;
  }

  table.dataTable>tbody>tr.child span.dtr-title::after
  {
    content: ' (מ"מ)';
    font-size: 12px;
    color: gray;
  }

  #observations-table th.wind::after
  {
    content: ' (קמ"ש)';
    font-size: 12px;
    color: gray;
  }

  #observations-table td::after
  {
    content: '' !important;
  }

  #observations-table thead th, thead td
  {
    padding: 10px 22px 10px 4px!important ;
    min-width: 100px;
    vertical-align: middle;
    line-height: 6px;
  }

  #observations-table thead th, tfoot th
  {
    font-size: 14px;
  }
}

/*------------------------------| PAYPAL |------------------------------*/
.paypal-button {
  background: #ffc439;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  height: 45px;
  line-height: 42px;
  margin-bottom: 14px;
}
.paypal-button:hover {
  filter: brightness(0.95);
}
.paypal-button-label-container a{
  text-decoration: none;
  width: 100%;
  color: #2C2E2F;
  display: inline-block;
}

.paypal-logo {
  vertical-align: middle;
}
.paypal-button-text {
  position: static;
  font-size: 16px;
  font-family: arial;
  font-weight: 400;
  visibility: visible;
  overflow: hidden;
}
.paypal-powered-by {
  text-align: center;
  margin: 10px auto;
  height: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  color: #7b8388;
  position: relative;
  margin-right: 3px;
  bottom: 3px;
}

.paypal-powered-by > .paypal-button-text,
.paypal-powered-by > .paypal-logo {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
}

/*------------------------------| SPINNER |------------------------------*/

.spinner,
.pull-spinner
{
  height: 20px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 4px solid rgba(202, 202, 202, .15);
  border-right: 4px solid rgba(202, 202, 202, .15);
  border-bottom: 4px solid rgba(202, 202, 202, .15);
  border-top: 4px solid rgb(85, 163, 247, .9);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

/*------------------------------| FAQ |------------------------------*/
.faq-container {
  margin: 4% 2% 0;
  font-family: Arial, sans-serif;
  direction: rtl;
}

.faq-container h2 {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-container details {
  margin: 8px 0 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease;
  background-color: #fff;
}

.faq-container details[open] {
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.faq-container summary {
  cursor: pointer;
  padding: 12px 16px;
  background-color: #f5f5f5;
  font-weight: 700;
  font-size: 18px;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
}

.faq-container summary::-webkit-details-marker { display: none; }
.faq-container summary::before {
  content: "◂";
  display: inline-block;
  transform: translateY(1px);
  transition: transform .2s ease;
}
.faq-container details[open] > summary::before {
  transform: rotate(-90deg) translateX(1px);
}

.faq-container summary:focus-visible {
  outline: 2px solid #3b82f6; /* כחול עדין */
  outline-offset: 2px;
  border-radius: 6px;
}

.faq-container details > div {
  padding: 12px 16px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.faq-container details p { margin: 0; line-height: 1.6; font-size: 16px;}

.faq-container .highlight,
.faq-container :target > summary {
  box-shadow: inset 0 -2px 0 #dbeafe;
  background: #f0f7ff;
}

@media (prefers-color-scheme: dark) {
  .faq-container details {
    border-color: #2f3338;
    background-color: #171a1c;
  }
  .faq-container summary {
    background-color: #1e2226;
    color: #e8eaed;
  }
  .faq-container details > div {
    background-color: #171a1c;
    border-top-color: #2f3338;
    color: #cdd3d8;
  }
  .faq-container summary:focus-visible {
    outline-color: #60a5fa;
  }
}
.icon-faq {
 width: 38px;
 height: 38px;
 vertical-align: middle;
}

/*------------------------------| Cookie consent |------------------------------*/
html.consent-accepted #cookie-banner { display: none !important; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  min-height: 100px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 999999999999;
  flex-wrap: wrap;
  direction: rtl;
  box-sizing: border-box;
}

.cookie-banner span {
  display: inline-block;
}

.cookie-banner button {
  background: #0073e6;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .cookie-banner {
    font-size: 14px;
    padding: 20px;
  }

  .cookie-banner button {
    width: 100%;
  }
}
