@import url(\\10.22.8.87\websites\ynet-general-projects\short\content\ElectionMap2019\fonts\stylesheet.css);
body {
  margin: 0;
}

.header {
  display: none;
}

.main {
  background-image: url(../img/bk_mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 177.5vw;
}

.main .container {
  width: 95%;
  margin: 0 auto;
}

.main .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 4.6875vw;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .main .container .top {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main .container .top .negishot {
    background-image: url(../img/ngishot.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.40625vw;
    height: 6.40625vw;
    margin-right: 1.5625vw;
    cursor: pointer;
  }
}

.main .container .top .spread {
  height: 14.0625vw;
  width: 0.15625vw;
  opacity: 0.55;
  margin-left: 2.34375vw;
  margin-right: 2.34375vw;
  overflow: hidden;
  background: #fdfcfc;
}

.main .container .top .text1 {
  font-size: 9.375vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.67;
  letter-spacing: 0.04688vw;
  text-align: center;
  color: #fdfcfc;
  font-family: 'BarLev AAA', sans-serif;
}

.main .container .top .text2 {
  font-size: 6.40625vw;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: 1px;
  text-align: right;
  color: #ffffff;
  font-family: 'Open Sans Hebrew Light', sans-serif;
}

.main .container .top .logo {
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.5vw;
  height: 13.59375vw;
}

.main .container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.6875vw;
  margin-top: 2.34375vw;
}

.main .container .icons .negishot {
  background-image: url(../img/ngishot.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.40625vw;
  height: 6.40625vw;
  margin-right: 2.34375vw;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .main .container .icons .negishot {
    display: none;
  }
}

.main .container .icons .facebook {
  background-image: url(../img/facebook.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.40625vw;
  height: 6.40625vw;
  margin-right: 2.34375vw;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .main .container .icons .facebook {
    display: none;
  }
}

.main .container .icons .twitter {
  background-image: url(../img/twitter.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.40625vw;
  height: 6.40625vw;
  margin-right: 2.34375vw;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .main .container .icons .twitter {
    display: none;
  }
}

.main .container iframe {
  width: 100%;
  height: 140.625vw;
}

.footer {
  height: 6.875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.footer .yit {
  background-image: url(../img/footer-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 4.375vw;
  width: 23.4375vw;
}

.footer .text {
  font-size: 3.28125vw;
  margin-right: 2.34375vw;
  font-family: "Open Sans Hebrew", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .madlan {
  background-image: url(../img/footerlogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26.5625vw;
  height: 4.375vw;
}

@media only screen and (min-width: 1000px) {
  .header {
    height: 94px;
    display: block;
  }
  .header #bananas {
    min-height: 92px;
    display: block;
    width: 100%;
    background-color: #FFF;
  }
  .header #bananas .bananabanner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .header #bananas .bananabanner iframe {
    width: 1000px;
    height: 80px;
    margin-top: 5px;
  }
  .main {
    background-image: url(../img/bk_desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
  }
  .main .container {
    width: 1000px;
  }
  .main .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 60px;
  }
  .main .container .top .spread {
    height: 107px;
    width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -10px;
  }
  .main .container .top .text1 {
    font-size: 66px;
  }
  .main .container .top .text2 {
    font-size: 41px;
  }
  .main .container .top .logo {
    width: 112px;
    height: 87px;
  }
  .main .container .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    margin-top: -90px;
  }
  .main .container .icons .negishot {
    width: 41px;
    height: 41px;
    margin-right: 15px;
  }
  .main .container .icons .facebook {
    width: 41px;
    height: 41px;
    margin-right: 15px;
  }
  .main .container .icons .twitter {
    width: 41px;
    height: 41px;
    margin-right: 15px;
  }
  .main .container iframe {
    width: 100%;
    height: 541px;
  }
  .footer {
    height: 42px;
  }
  .footer .yit {
    height: 28px;
    width: 150px;
  }
  .footer .text {
    font-size: 14px;
    margin-right: 10px;
  }
  .footer .madlan {
    width: 74px;
    height: 13px;
  }
}
/*# sourceMappingURL=site.css.map */