/* RESET CSS */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* END OF RESET CSS */
/* FONTS */
@font-face {
  font-family: 'quicksand';
  src: url("Fonts/quicksand-regular-webfont.eot");
  src: url("Fonts/quicksand-regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/quicksand-regular-webfont.woff") format("woff"), url("Fonts/quicksand-regular-webfont.ttf") format("truetype"), url("Fonts/quicksand-regular-webfont.svg#quicksandregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Alef-Bold";
  src: url(Fonts/Alef-Bold.ttf) format("truetype"); }

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

/* END OF FONTS*/
/* COLORS */
/* MIXINS */
/* PLACE-HOLDERS */
::-webkit-input-placeholder {
  color: #6e687a;
  opacity: 0.75; }

:-moz-placeholder {
  color: #6e687a;
  opacity: 0.75; }

::-moz-placeholder {
  color: #6e687a;
  opacity: 0.75; }

:-ms-input-placeholder {
  color: #6e687a;
  opacity: 0.75; }

/* FIRST-CLASS */
.bold {
  font-family: 'Patua One', cursive; }

/* NAVIGATION */
#fp-nav ul li {
  width: 25px;
  height: 25px;
  margin: 15px; }
  #fp-nav ul li a {
    width: 25px;
    height: 25px; }
    #fp-nav ul li a.active {
      width: 18px;
      height: 18px; }
      #fp-nav ul li a.active span {
        margin: 1px;
        width: 18px;
        height: 18px;
        -webkit-border-radius: 20%;
        -moz-border-radius: 20%;
        -ms-border-radius: 20%;
        border-radius: 20%;
        -moz-transition: border 0.4s ease-in-out;
        -o-transition: border 0.4s ease-in-out;
        -webkit-transition: border 0.4s ease-in-out;
        transition: border 0.4s ease-in-out; }
    #fp-nav ul li a span {
      width: 25px;
      height: 25px;
      left: 0;
      top: 0;
      background-color: transparent;
      border: solid #979397 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #fp-nav ul li a span.dark {
        border-color: #2d2b3b; }
  #fp-nav ul li:hover a.active span {
    width: 18px;
    height: 18px;
    margin: 1px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    border-radius: 20%;
    -moz-transition: border 0.4s ease-in-out;
    -o-transition: border 0.4s ease-in-out;
    -webkit-transition: border 0.4s ease-in-out;
    transition: border 0.4s ease-in-out; }
  #fp-nav ul li:hover a span {
    margin: 1px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    border-radius: 20%;
    -moz-transition: border 0.4s ease-in-out;
    -o-transition: border 0.4s ease-in-out;
    -webkit-transition: border 0.4s ease-in-out;
    transition: border 0.4s ease-in-out; }
  #fp-nav ul li:nth-child(1) a.active span, #fp-nav ul li:nth-child(4) a.active span, #fp-nav ul li:nth-child(1):hover a span, #fp-nav ul li:nth-child(4):hover a span {
    background-color: #979397; }
  #fp-nav ul li:nth-child(2) a.active span, #fp-nav ul li:nth-child(5) a.active span, #fp-nav ul li:nth-child(2):hover a span, #fp-nav ul li:nth-child(5):hover a span {
    background-color: #2d2b3b; }
  #fp-nav ul li:nth-child(3) a.active span, #fp-nav ul li:nth-child(3):hover a span {
    background-color: #882338; }

.fp-tableCell {
  height: 100% !important; }

.gamma-loading {
  background-image: none; }

.lang-icons {
  position: absolute;
  right: 50px;
  top: 25px;
  z-index: 9;
  direction: rtl;
  font-family: 'Patua One', 'Arial', sans-serif; }
  .lang-icons a {
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #2d2b3b;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid #2d2b3b 2px;
    line-height: 28px;
    cursor: pointer;
    background-color: rgba(110, 104, 122, 0.5);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .lang-icons a:hover {
      border-color: #F5F5F5;
      color: #F5F5F5;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .lang-icons a.active {
      opacity: 1; }
    .lang-icons a.bord-color {
      border: solid #979397 2px;
      color: #979397;
      -moz-transition: border 0.4s ease-in-out;
      -o-transition: border 0.4s ease-in-out;
      -webkit-transition: border 0.4s ease-in-out;
      transition: border 0.4s ease-in-out; }
    .lang-icons a i {
      font-size: 20px;
      vertical-align: text-bottom; }

body {
  font-family: 'Maven Pro', 'Arial', sans-serif;
  font-size: 100%;
  color: #FEFEFE;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fbf7f4; }
  body .ug-slider-wrapper .ug-item-wrapper {
    background-color: #2d2b3b; }
  body .ug-gallery-wrapper .ug-textpanel {
    top: 25px !important; }
  body .ug-lightbox .ug-textpanel-title, body .ug-lightbox .ug-textpanel-description {
    font-size: 18px;
    text-align: center !important; }
  body #loadlogo {
    opacity: 1;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    body #loadlogo.out {
      opacity: 0;
      display: none; }
    body #loadlogo.hide {
      display: none; }
  body main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    body main.in {
      opacity: 1 !important; }
    body main section {
      height: 100vmin; }
    body main .block01 {
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex; }
      body main .block01 .hero {
        width: 33.33%;
        display: inline-block;
        overflow: hidden; }
        body main .block01 .hero.right img {
          width: 700px; }
      body main .block01 .middle-strip {
        height: 100%;
        width: 33.33%;
        background-color: #979397;
        z-index: 2; }
        body main .block01 .middle-strip .top {
          height: 70%; }
          body main .block01 .middle-strip .top .logo {
            margin: 0 auto;
            padding-top: 100px;
            width: 100%; }
            body main .block01 .middle-strip .top .logo svg {
              display: block;
              font: 10.5em 'Montserrat';
              margin: 0 auto; }
            body main .block01 .middle-strip .top .logo .text-copy {
              fill: none;
              stroke: white;
              stroke-dasharray: 6% 29%;
              stroke-width: 5px;
              stroke-dashoffset: 0%;
              -webkit-animation: stroke-offset 5.5s infinite linear;
              animation: stroke-offset 5.5s infinite linear; }
            body main .block01 .middle-strip .top .logo .text-copy:nth-child(1) {
              stroke: #4D163D;
              -webkit-animation-delay: -1;
              animation-delay: -1; }
            body main .block01 .middle-strip .top .logo .text-copy:nth-child(2) {
              stroke: #840037;
              -webkit-animation-delay: -2s;
              animation-delay: -2s; }
            body main .block01 .middle-strip .top .logo .text-copy:nth-child(3) {
              stroke: #BD0034;
              -webkit-animation-delay: -3s;
              animation-delay: -3s; }
            body main .block01 .middle-strip .top .logo .text-copy:nth-child(4) {
              stroke: #BD0034;
              -webkit-animation-delay: -4s;
              animation-delay: -4s; }
            body main .block01 .middle-strip .top .logo .text-copy:nth-child(5) {
              stroke: #FDB731;
              -webkit-animation-delay: -5s;
              animation-delay: -5s; }

@-webkit-keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%; } }

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%; } }
          body main .block01 .middle-strip .top h2 {
            color: #2d2b3b;
            text-align: center;
            font-size: 60px;
            font-family: 'Patua One', cursive; }
        body main .block01 .middle-strip .mask {
          position: absolute;
          height: 50px;
          width: 33.3%;
          z-index: 1; }
          body main .block01 .middle-strip .mask .bling {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 50px; }
            body main .block01 .middle-strip .mask .bling:after {
              content: '';
              position: absolute;
              left: 0;
              display: inline-block;
              height: 1em;
              width: 100%;
              border-bottom: 1px solid;
              margin-top: 10px;
              opacity: 0;
              -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
              transition: opacity 0.35s, -webkit-transform 0.35s;
              -o-transition: opacity 0.35s, transform 0.35s;
              transition: opacity 0.35s, transform 0.35s;
              transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
              -webkit-transform: scale(0, 1);
              -ms-transform: scale(0, 1);
              transform: scale(0, 1); }
            body main .block01 .middle-strip .mask .bling:hover:after, body main .block01 .middle-strip .mask .bling:focus:after {
              opacity: 1;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
        body main .block01 .middle-strip .bottom {
          height: 30%;
          background-color: #2d2b3b;
          border-top: solid #882338 50px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center;
          padding-top: 20%;
          position: relative; }
          body main .block01 .middle-strip .bottom .down {
            display: inline-block;
            width: 50px;
            height: 50px;
            cursor: pointer;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            body main .block01 .middle-strip .bottom .down h3 {
              font-size: 50px;
              color: #6e687a;
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
              margin-right: 10px;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            body main .block01 .middle-strip .bottom .down:hover {
              margin-top: 10px;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              body main .block01 .middle-strip .bottom .down:hover h3 {
                color: #2d2b3b;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out; }
          body main .block01 .middle-strip .bottom img {
            width: 30px;
            cursor: pointer;
            padding: 10px;
            z-index: 3;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            body main .block01 .middle-strip .bottom img:hover {
              margin-top: 10px;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
    body main .block02 {
      background-color: #2d2b3b;
      position: relative;
      padding: 45px 0;
      overflow: hidden; }
      body main .block02 .the-video .info h2 {
        font-size: 35px;
        margin-top: 25px;
        text-align: center;
        border-bottom: solid #931513 4px;
        font-family: 'Patua One', cursive;
        display: none; }
      body main .block02 .the-video .info iframe {
        margin: 0 auto;
        display: block; }
      body main .block02 .the-video .video-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        body main .block02 .the-video .video-box .item-video {
          display: inline-block;
          margin: 0 15px; }
          body main .block02 .the-video .video-box .item-video iframe {
            width: auto;
            min-width: 350px;
            min-height: 190px; }
      body main .block02 .the-video .pics img {
        position: absolute;
        z-index: 0; }
        body main .block02 .the-video .pics img.ladder {
          right: -3%;
          top: 0; }
        body main .block02 .the-video .pics img.ball2 {
          left: 0%;
          bottom: 10%;
          -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
          transform: rotate(40deg); }
        body main .block02 .the-video .pics img.ball1 {
          left: 7%;
          bottom: 25%; }
      body main .block02 .video-container {
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body main .block02 .video-container.open {
          opacity: 1;
          visibility: visible;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        body main .block02 .video-container iframe {
          position: absolute;
          width: 100%;
          bottom: 0;
          z-index: 1; }
    body main .block03 {
      position: relative;
      background-color: #6e687a;
      color: #eaeaea;
      padding: 45px;
      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;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      body main .block03 .info {
        width: 35%;
        display: inline-block;
        margin-top: 45px; }
        body main .block03 .info h2 {
          font-size: 35px;
          margin-bottom: 15px;
          font-family: 'Patua One', cursive;
          border-bottom: solid #2d2b3b 4px; }
        body main .block03 .info p {
          font-size: 22px;
          margin-bottom: 25px; }
        body main .block03 .info hr {
          border-color: #6e687a;
          margin-bottom: 25px;
          border-style: solid; }
        body main .block03 .info .icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          text-align: center; }
          body main .block03 .info .icons > div {
            cursor: default;
            padding: 0 20px;
            border-right: solid #ffffff42 4px; }
            body main .block03 .info .icons > div:last-of-type {
              border-right: none; }
              body main .block03 .info .icons > div:last-of-type p {
                padding-bottom: 5px;
                border-bottom: solid #979397 2px; }
            body main .block03 .info .icons > div i {
              font-size: 70px;
              margin-bottom: 15px; }
            body main .block03 .info .icons > div p {
              font-size: 16px; }
            body main .block03 .info .icons > div .group {
              text-align: right;
              margin-bottom: 15px; }
              body main .block03 .info .icons > div .group i {
                font-size: 25px;
                margin-left: 15px;
                margin-bottom: 0;
                vertical-align: middle;
                float: left; }
              body main .block03 .info .icons > div .group p {
                margin-bottom: 0;
                line-height: 25px;
                padding-bottom: 0;
                border-bottom: none; }
      body main .block03 .pic {
        display: inline-block;
        width: 50%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
    body main .block04 {
      background-color: #2d2b3b;
      padding: 0 45px;
      overflow: hidden; }
      body main .block04 .gallery-container {
        position: relative;
        height: inherit; }
        body main .block04 .gallery-container #gallery {
          width: 95%;
          height: 87% !important;
          overflow: hidden !important;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          body main .block04 .gallery-container #gallery .ug-icon-zoom {
            display: none !important; }
        body main .block04 .gallery-container #big {
          height: 250px !important; }
    body main .block05 {
      background-color: #15161d;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body main .block05 .fun-part {
        width: 60%;
        position: relative;
        padding-top: 100px; }
        body main .block05 .fun-part p {
          font-size: 25px;
          color: #F5F5F5;
          line-height: 1.2;
          max-width: 580px;
          margin: 0 auto;
          margin-bottom: 5%;
          margin-bottom: 10px; }
        body main .block05 .fun-part img {
          width: 90%;
          position: absolute;
          bottom: 0; }
      body main .block05 .contact-part {
        width: 40%;
        padding-top: 100px; }
        body main .block05 .contact-part .contact {
          width: 60%;
          margin: 0 auto;
          margin-bottom: 15%;
          position: relative; }
          body main .block05 .contact-part .contact p {
            color: #979397;
            line-height: 1.5;
            font-size: 1.5;
            margin-top: 10px; }
          body main .block05 .contact-part .contact .title {
            text-align: center;
            padding: 15px;
            border: solid #979397 4px; }
            body main .block05 .contact-part .contact .title h2 {
              color: #979397;
              font-size: 35px;
              display: inline-block;
              padding-right: 25px; }
          body main .block05 .contact-part .contact form ul li {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex; }
            body main .block05 .contact-part .contact form ul li input, body main .block05 .contact-part .contact form ul li textarea {
              width: 100%;
              padding: 15px;
              outline: none;
              border: solid #979397 4px;
              border-bottom: solid #979397 2px;
              border-top: solid #979397 2px;
              background-color: #15161d;
              font-size: 16px;
              color: #F5F5F5; }
              body main .block05 .contact-part .contact form ul li input.first, body main .block05 .contact-part .contact form ul li textarea.first {
                border-top: none; }
              body main .block05 .contact-part .contact form ul li input.last, body main .block05 .contact-part .contact form ul li textarea.last {
                border-bottom: solid #979397 4px;
                font-size: 35px;
                color: #2d2b3b;
                background-color: #979397;
                cursor: pointer;
                font-family: 'Patua One', cursive; }
                body main .block05 .contact-part .contact form ul li input.last:hover, body main .block05 .contact-part .contact form ul li textarea.last:hover {
                  background-color: #15161d;
                  color: #6e687a; }
            body main .block05 .contact-part .contact form ul li label {
              position: absolute;
              width: 99%;
              text-align: center;
              opacity: 0; }
        body main .block05 .contact-part .links {
          width: 85%;
          margin: 0 auto; }
          body main .block05 .contact-part .links a {
            color: #979397;
            text-decoration: none;
            display: block;
            height: 35px;
            margin-bottom: 25px;
            padding: 5px;
            padding-bottom: 1px;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            body main .block05 .contact-part .links a:hover {
              background-color: #882338;
              opacity: 1;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            body main .block05 .contact-part .links a.red p {
              font-size: 20px; }
            body main .block05 .contact-part .links a.red:hover {
              background-color: #2d2b3b; }
            body main .block05 .contact-part .links a img {
              width: 30px;
              margin-right: 25px; }
            body main .block05 .contact-part .links a p {
              font-size: 24px;
              display: inline-block;
              line-height: 30px;
              vertical-align: top; }
        body main .block05 .contact-part .ultralutra {
          padding: 25px; }
          body main .block05 .contact-part .ultralutra p {
            width: 85%;
            margin: 0 auto;
            font-family: 'Maven Pro', 'Arial', sans-serif;
            color: #6e687a;
            text-align: center; }
            body main .block05 .contact-part .ultralutra p a {
              font-family: 'Patua One', cursive;
              color: #882338;
              text-decoration: none; }
              body main .block05 .contact-part .ultralutra p a:hover {
                color: #F5F5F5; }

.hebrew-page {
  direction: rtl; }
  .hebrew-page .bold {
    font-family: Alef-Bold,sans-serif; }
  .hebrew-page main {
    font-family: Alef-Regular, sans-serif; }
    .hebrew-page main .block01 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      -o-flex-direction: row-reverse; }
      .hebrew-page main .block01 .hero {
        position: relative; }
        .hebrew-page main .block01 .hero img {
          position: absolute;
          left: 0; }
      .hebrew-page main .block01 .middle-strip .top h2 {
        font-family: Alef-Bold,sans-serif;
        font-size: 40px;
        margin-bottom: 10px; }
      .hebrew-page main .block01 .middle-strip .top a {
        font-size: 18px;
        line-height: 30px; }
      .hebrew-page main .block01 .middle-strip .bottom .down h3 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .hebrew-page main .block02 .the-video .info {
      text-align: right;
      direction: ltr; }
      .hebrew-page main .block02 .the-video .info h2 {
        font-family: Alef-Regular; }
      .hebrew-page main .block02 .the-video .info p {
        float: right; }
    .hebrew-page main .block03 .info {
      text-align: right;
      float: right; }
      .hebrew-page main .block03 .info h2 {
        font-family: Alef-Regular; }
      .hebrew-page main .block03 .info .icons > div {
        border-left: solid #ffffff42 4px;
        border-right: none; }
        .hebrew-page main .block03 .info .icons > div:last-of-type {
          border-left: none; }
        .hebrew-page main .block03 .info .icons > div .group i {
          float: none; }
        .hebrew-page main .block03 .info .icons > div .group p {
          display: inline-block; }
    .hebrew-page main .block03 .pic {
      width: auto; }
    .hebrew-page main .block04 .gallery-container #gallery {
      left: 0; }
    .hebrew-page main .block05 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row; }
      .hebrew-page main .block05 .contact-part .links {
        font-family: 'quicksand', 'Arial', sans-serif; }
        .hebrew-page main .block05 .contact-part .links a img {
          margin-left: 25px;
          margin-right: 0; }
        .hebrew-page main .block05 .contact-part .links a:last-of-type {
          font-family: Alef-Regular, 'Arial', sans-serif; }
      .hebrew-page main .block05 .contact-part .contact .title h2 {
        padding-left: 25px;
        padding-right: 0; }
      .hebrew-page main .block05 .contact-part .contact form ul li textarea, .hebrew-page main .block05 .contact-part .contact form ul li .last {
        font-family: Alef-Regular, 'Arial', sans-serif; }
  .hebrew-page #fp-nav ul li a span {
    right: 0; }
  .hebrew-page #fp-nav ul li a.active {
    margin-right: 2px; }
  .hebrew-page #fp-nav ul li:hover a {
    margin-right: 2px; }

/*1580px and below */
/*1425px and below */
@media only screen and (max-width: 1425px) {
  body main .block05 .fun-part {
    padding-top: 45px; }
  body main .block05 .contact-part {
    padding-top: 45px; }
    body main .block05 .contact-part .contact {
      margin-bottom: 25px; }
    body main .block05 .contact-part .links a {
      margin-bottom: 5px; } }

/*1280px and below */
@media only screen and (max-width: 1280px) {
  body main .block01 .hero.left img {
    margin-left: -370px; }
  body main .block01 .middle-strip .top h2 {
    font-size: 45px; }
  body main .block01 .middle-strip .top .logo {
    width: 70%; }
  body main .block01 .middle-strip .bottom {
    padding-top: 15px; }
  body main .block03 img {
    height: 65vmin; }
  body main .block04 .gallery-container {
    max-width: 650px;
    max-height: 90%;
    width: 50%;
    right: 10%;
    overflow: hidden; }
  body main .block05 .contact-part .contact .title h2 {
    font-size: 30px;
    margin-left: -25px; }
  body main .block05 .contact-part .links {
    width: 90%; }
    body main .block05 .contact-part .links a {
      height: auto; }
      body main .block05 .contact-part .links a p {
        font-size: 22px; }
        body main .block05 .contact-part .links a p:nth-child(3) {
          margin-left: 60px; }
  .hebrew-page main .block01 .middle-strip .top h2 {
    font-size: 35px; }
  .hebrew-page main .block02 .the-video .info {
    padding: 50px; }
  .hebrew-page main .block05 .contact-part .links a p:nth-child(3) {
    margin-right: 60px;
    margin-left: 0; } }

/*1100px and below */
@media only screen and (max-width: 1100px) {
  body main .block05 .contact-part .contact {
    width: 75%; }
    body main .block05 .contact-part .contact .title {
      padding: 5px; }
  .hebrew-page main .block05 .contact-part .contact .title h2 {
    padding-left: 55px; } }

/*960px and below */
@media only screen and (max-width: 960px) {
  body main section {
    height: 100%; }
  body main .block01 .middle-strip .top h2 {
    font-size: 35px; }
  body main .block02 .the-video .info p {
    max-width: 84%;
    font-size: 22px; }
  body main .block02 .the-video .video-box .item-video iframe {
    width: 100%;
    height: auto; }
  body main .block03 .info p {
    font-size: 22px; }
  body main .block03 img {
    height: 55vmin; }
  body main .block04 .gallery-container {
    max-width: 500px; }
  body main .block05 .fun-part p {
    font-size: 22px;
    max-width: 520px; }
  body main .block05 .contact-part .contact .title h2 {
    font-size: 25px;
    padding-right: 10px; }
  body main .block05 .contact-part .contact form ul li input.last {
    font-size: 25px; }
  body main .block05 .contact-part .links a p {
    font-size: 18px; }
    body main .block05 .contact-part .links a p:nth-child(3) {
      margin-left: 40px; }
  body main .block05 .contact-part .links a img {
    margin-right: 5px; }
  .hebrew-page main .block01 .middle-strip .top h2 {
    font-size: 30px; } }

/*768px and below */
@media only screen and (max-width: 768px) {
  body main .block01 .middle-strip .top h2 {
    font-size: 30px; }
  body main .block02 .the-video .info {
    padding: 100px 0; }
    body main .block02 .the-video .info h2 {
      font-size: 24px;
      margin-bottom: 50%; }
    body main .block02 .the-video .info p {
      font-size: 18px; }
  body main .block02 .the-video .video-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  body main .block03 .info {
    width: 75%;
    padding-bottom: 0; }
    body main .block03 .info p {
      font-size: 18px; }
      body main .block03 .info p:last-of-type {
        margin-bottom: 0; }
    body main .block03 .info h2 {
      font-size: 30px; }
  body main .block03 img {
    height: 45vmin; }
  body main .block04 .gallery-container {
    max-width: 300px; }
  body main .block05 .fun-part p {
    font-size: 20px;
    margin-left: 0;
    width: 90%; }
  body main .block05 .contact-part .contact {
    margin-bottom: 30px; }
    body main .block05 .contact-part .contact .title {
      padding: 30px; }
      body main .block05 .contact-part .contact .title h2 {
        margin-top: -15px; }
  body main .block05 .contact-part .links a img {
    margin-bottom: 5px;
    display: block; }
  body main .block05 .contact-part .links a p {
    font-size: 18px; }
    body main .block05 .contact-part .links a p:nth-child(3) {
      margin-left: 0px; }
  body main .block05 .contact-part .links a:last-of-type {
    margin-bottom: 5px; }
  .hebrew-page main .block01 .middle-strip .top h2 {
    font-size: 25px; }
  .hebrew-page main .block02 .arrow img {
    left: 30%; }
  .hebrew-page main .block05 .contact-part .links a p:nth-child(3) {
    margin-right: 0; } }

/*PORTRAIT */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body main .block01 {
    overflow: hidden;
    height: 100vh; }
    body main .block01 .hero img {
      height: 100vh; }
    body main .block01 .hero.left img {
      width: initial; }
  body main .block03 img {
    height: 75vmin; }
  body main .block04 .gallery-container {
    max-width: 650px; }
  body main .block04 .gifs .play-btn {
    right: 0; }
  body main .block05 .contact-part .contact {
    margin-bottom: 110%;
    width: 90%; }
    body main .block05 .contact-part .contact .title {
      padding: 15px; }
  body main .block05 .contact-part .links {
    text-align: center; }
    body main .block05 .contact-part .links a img {
      margin: 0 auto; }
  body.hebrew-page .block05 .contact-part .contact .title h2 {
    margin-top: 0; }
  body.hebrew-page .block05 .contact-part .links a img {
    margin: 0 auto; } }

/*LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body main .block04 .gallery-container {
    max-width: 600px;
    max-height: 85%; }
  body main .block05 .contact-part .contact {
    width: 90%; }
    body main .block05 .contact-part .contact .title h2 {
      vertical-align: super; } }

/*480px and below */
@media only screen and (max-width: 480px) {
  body #loadlogo {
    left: 36%; }
  body main .lang-icons {
    width: 100%;
    text-align: center;
    right: inherit;
    display: none; }
    body main .lang-icons.active {
      display: inherit; }
  body main section {
    height: 100%; }
  body main .block01 .hero {
    display: none; }
  body main .block01 .middle-strip {
    width: 100%; }
    body main .block01 .middle-strip .top {
      height: 75%; }
      body main .block01 .middle-strip .top h2 {
        font-size: 35px; }
      body main .block01 .middle-strip .top .logo {
        width: 70%; }
    body main .block01 .middle-strip .bottom {
      height: 25%; }
  body main .block02 .the-video .info {
    top: 15px;
    padding: 5px 15px; }
    body main .block02 .the-video .info p {
      max-width: 100%; }
    body main .block02 .the-video .info .owl-carousel {
      position: relative;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  body main .block02 .the-video .pics img.ladder {
    width: 65%;
    right: -15%;
    top: 15%; }
  body main .block02 .the-video .pics img.ball1 {
    width: 30%;
    bottom: 60%;
    left: 17%; }
  body main .block02 .the-video .pics img.ball2 {
    width: 40%;
    bottom: 25%; }
  body main .block03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px; }
    body main .block03 .info {
      width: 90%;
      padding: 15px;
      margin-top: 0; }
      body main .block03 .info p {
        margin-bottom: 10px; }
      body main .block03 .info .icons > div {
        padding: 0 7px;
        border-width: 2px; }
        body main .block03 .info .icons > div i {
          font-size: 35px; }
        body main .block03 .info .icons > div p {
          font-size: 14px; }
    body main .block03 img {
      position: absolute;
      height: auto;
      right: -10%; }
  body main .block04 {
    padding: 0 15px; }
    body main .block04 .gallery-container {
      width: 100%;
      height: 80%;
      top: 75px;
      right: inherit;
      left: 25px;
      margin: 0;
      transform: inherit;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      -o-transform: inherit; }
  body main .block05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    body main .block05 .contact-part {
      width: 100%;
      padding-top: 15px; }
      body main .block05 .contact-part .contact {
        margin-bottom: 15px;
        width: 80%; }
        body main .block05 .contact-part .contact .title {
          padding: 5px;
          height: 24px;
          border-width: 2px; }
          body main .block05 .contact-part .contact .title h2 {
            line-height: 24px;
            font-size: 20px;
            padding: 0;
            margin: 0; }
        body main .block05 .contact-part .contact form ul li input {
          padding: 5px;
          border-width: 2px;
          border-bottom-width: 1px; }
          body main .block05 .contact-part .contact form ul li input.last {
            font-size: 20px;
            padding: 2px; }
        body main .block05 .contact-part .contact form ul li textarea {
          height: 50px;
          padding: 5px;
          border-width: 2px;
          border-bottom-width: 1px; }
      body main .block05 .contact-part .links {
        width: 90%; }
        body main .block05 .contact-part .links a {
          margin-bottom: 0; }
          body main .block05 .contact-part .links a img {
            display: inline-block;
            margin-left: 5px;
            width: 20px; }
          body main .block05 .contact-part .links a p {
            font-size: 16px; }
          body main .block05 .contact-part .links a.red p {
            font-size: 16px; }
    body main .block05 .fun-part {
      width: 100%;
      padding-top: 20px; }
      body main .block05 .fun-part p {
        margin: 0 auto;
        font-size: 14px;
        width: 80%;
        text-indent: 15px; }
      body main .block05 .fun-part img {
        width: 60%;
        position: relative;
        display: block;
        margin: 0 auto; }
  .hebrew-page main .block01 .middle-strip .top h2 {
    font-size: 30px; }
  .hebrew-page main .block02 .the-video .info {
    padding: 5px 15px;
    padding-top: 15px; }
  .hebrew-page main .block02 .arrow h3 {
    font-size: 24px; }
  .hebrew-page main .block02 .arrow img {
    margin-left: -35%;
    height: 70px; }
  .hebrew-page main .block03 .info {
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto;
    padding-top: 25px; }
  .hebrew-page main .block05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse; }
  /* NAVIGATION */
  #fp-nav ul li {
    margin: 5px 0; }
    #fp-nav ul li a {
      width: 15px;
      height: 15px;
      float: right; }
      #fp-nav ul li a span {
        width: 15px;
        height: 15px;
        border-color: #882338; }
      #fp-nav ul li a.active {
        width: 15px;
        height: 15px; }
        #fp-nav ul li a.active span {
          width: 10px;
          height: 10px; } }
