/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
 * Font Family: Assistant
 * Fonts Weights: 200, 300, 400, 600, 700, 800
 */
@font-face {
  font-family: 'Assistant';
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-ExtraLight.eot);
  src: url(../fonts/assistant/Assistant-ExtraLight.woff) format("woff"), url(../fonts/assistant/Assistant-ExtraLight.ttf) format("truetype"), url(../fonts/assistant/Assistant-ExtraLight.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Light.eot);
  src: url(../fonts/assistant/Assistant-Light.woff) format("woff"), url(../fonts/assistant/Assistant-Light.ttf) format("truetype"), url(../fonts/assistant/Assistant-Light.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Regular.eot);
  src: url(../fonts/assistant/Assistant-Regular.woff) format("woff"), url(../fonts/assistant/Assistant-Regular.ttf) format("truetype"), url(../fonts/assistant/Assistant-Regular.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-SemiBold.eot);
  src: url(../fonts/assistant/Assistant-SemiBold.woff) format("woff"), url(../fonts/assistant/Assistant-SemiBold.ttf) format("truetype"), url(../fonts/assistant/Assistant-SemiBold.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Bold.eot);
  src: url(../fonts/assistant/Assistant-Bold.woff) format("woff"), url(../fonts/assistant/Assistant-Bold.ttf) format("truetype"), url(../fonts/assistant/Assistant-Bold.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-ExtraBold.eot);
  src: url(../fonts/assistant/Assistant-ExtraBold.woff) format("woff"), url(../fonts/assistant/Assistant-ExtraBold.ttf) format("truetype"), url(../fonts/assistant/Assistant-ExtraBold.svg) format("svg"); }
@font-face {
  font-family: 'Panton';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/panton/Panton-Bold.eot);
  src: url(../fonts/panton/Panton-Bold.woff) format("woff"), url(../fonts/panton/Panton-Bold.ttf) format("truetype"), url(../fonts/panton/Panton-Bold.svg) format("svg"); }
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

a {
  text-decoration: none; }

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

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

* {
  min-width: 0;
  min-height: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  direction: rtl;
  font-family: 'Assistant', sans-serif;
  color: #fff; }

@keyframes updown {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(75px); }
  100% {
    transform: translateY(0); } }
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.site-wrap {
  overflow: hidden;
  height: 100vh; }

.site-header {
  background: #2c2d65; }
  .site-header .container {
    max-width: 1780px; }
    .site-header .container > .cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      height: 130px; }
      .site-header .container > .cols .col-logo {
        margin-top: -10px; }
      .site-header .container > .cols .col-phone a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .site-header .container > .cols .col-phone a .cols {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center; }
          .site-header .container > .cols .col-phone a .cols .col-icon .entry-icon {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            width: 35px;
            height: 35px;
            margin-left: 10px;
            border-radius: 50%;
            background-color: #ebbf54; }
          .site-header .container > .cols .col-phone a .cols .col-text {
            line-height: 1;
            color: #fff; }
            .site-header .container > .cols .col-phone a .cols .col-text .entry-text {
              font-size: 12px;
              display: block; }
            .site-header .container > .cols .col-phone a .cols .col-text .entry-number {
              font-size: 21px;
              display: block; }

.cols-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.sidebar {
  flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  -webkit-box-flex: 0 0 200px;
  -moz-box-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  font-size: 16px;
  position: relative;
  padding: 50px 20px;
  text-align: center;
  color: #303170;
  background: #fff; }
  .sidebar .entry-text {
    display: block;
    margin-bottom: 35px; }
  .sidebar .entry-image {
    margin-bottom: 40px; }
  .sidebar a {
    color: #303170; }
  .sidebar .contact {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
    text-align: center; }

.col-bg-video {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  position: relative; }
  .col-bg-video .dot {
    position: absolute;
    animation: updown 4s infinite linear; }
    .col-bg-video .dot.dot-1 {
      top: 44.7368421053vh;
      right: -40px; }
    .col-bg-video .dot.dot-2 {
      top: 30.5263157895vh;
      right: 120px;
      animation-delay: 600ms; }
    .col-bg-video .dot.dot-3 {
      top: 64.7368421053vh;
      right: 260px;
      animation-delay: 400ms; }
    .col-bg-video .dot.dot-4 {
      top: 68.4210526316vh;
      right: 515px;
      animation-delay: 300ms; }
    .col-bg-video .dot.dot-5 {
      top: 50.5263157895vh;
      right: 545px;
      animation-delay: 700ms; }
    .col-bg-video .dot.dot-6 {
      top: 57.8947368421vh;
      right: 680px;
      animation-delay: 800ms; }
  .col-bg-video .bg-video {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 120px);
    text-align: center; }
    .col-bg-video .bg-video .overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(11, 11, 43, 0.8); }
    .col-bg-video .bg-video video {
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
    .col-bg-video .bg-video .headline {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 0 40px; }
      .col-bg-video .bg-video .headline .title-en {
        direction: ltr;
        font-family: 'Panton';
        font-size: 5.5789473684vh;
        font-weight: 700; }
      .col-bg-video .bg-video .headline .title-he {
        font-size: 6.2105263158vh; }

@media only screen and (max-width: 1440px) {
  .bg-video {
    padding: 6vh 0; }

  .headline {
    margin-bottom: 6vh; }

  .site-header .container > .cols {
    height: 100px; }

  .site-header .col-logo {
    margin-top: -10px; }

  .col-bg-video .bg-video {
    height: calc(100vh - 100px); }

  .sidebar .contact {
    font-size: 12px; } }
/** End of 1366px **/
@media only screen and (max-width: 992px) {
  .site-wrap {
    overflow: auto;
    height: auto; }

  .col-bg-video .dot {
    display: none; }

  .bg-video {
    overflow: auto; }

  .cols-main {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; }

  .col-bg-video {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .col-bg-video .bg-video .headline {
    padding: 0 25px; }

  .col-bg-video .bg-video .headline .title-en {
    font-size: 3.2vh; }

  .col-bg-video .bg-video .headline .title-he {
    font-size: 3.4vh; }

  .sidebar {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1; }

  .sidebar .contact {
    position: static; }

  .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .logos .entry-image {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -moz-flex: 0 1 50%; } }
/** End of 992px **/

/*# sourceMappingURL=style.css.map */
