/* -------------------------------- 

Primary style

-------------------------------- */
  @font-face{
  font-family:'omes';
  font-weight:700; /*(bold)*/
  font-style: normal;
  src: url('../fonts/omes-aaa-700.eot'); 
  src: url('../fonts/omes-aaa-700.eot#iefix') format('embedded-opentype'), 
    url('../fonts/omes-aaa-700.woff') format('woff'), 
    url('https://alefalefalef.alefalefalef.netdna-cdn.com/wp-content/themes/aaa/webfonts/omes/omes-aaa-700.ttf') format('truetype');
}
@font-face{
  font-family:'omes';
  font-weight:600; /*(rounded)*/
  font-style: normal;
  src: url('../fonts/omes-aaa-600.eot'); 
  src: url('../fonts/omes-aaa-600.eot#iefix') format('embedded-opentype'), 
    url('../fonts/omes-aaa-600.woff') format('woff'), 
    url('https://alefalefalef.alefalefalef.netdna-cdn.com/wp-content/themes/aaa/webfonts/omes/omes-aaa-600.ttf') format('truetype');
}
@font-face{
  font-family:'omes';
  font-weight:900; /*(stencil)*/
  font-style: normal;
  src: url('../fonts/omes-aaa-900.eot'); 
  src: url('../fonts/omes-aaa-900.eot#iefix') format('embedded-opentype'), 
    url('../fonts/omes-aaa-900.woff') format('woff'), 
    url('https://alefalefalef.alefalefalef.netdna-cdn.com/wp-content/themes/aaa/webfonts/omes/omes-aaa-900.ttf') format('truetype');
}
@font-face{
  font-family:'omes';
  font-weight:400; /*(regular)*/
  font-style: normal;
  src: url('../fonts/omes-aaa-400.eot'); 
  src: url('../fonts/omes-aaa-400.eot#iefix') format('embedded-opentype'), 
    url('../fonts/omes-aaa-400.woff') format('woff'), 
    url('https://alefalefalef.alefalefalef.netdna-cdn.com/wp-content/themes/aaa/webfonts/omes/omes-aaa-400.ttf') format('truetype');
}
@font-face {
  font-family: omes;
  src: url('../fonts/omes-aaa-300.eot');
  src: url('../fonts/omes-aaa-300.eot?') format('☺'),
       url('../fonts/omes-aaa-300.woff') format('woff'),
       url('../fonts/omes-aaa-300.ttf') format('truetype');
  font-style: normal;
}



    .flexbox-container > .one {
      min-height: 200px;
      background: #e1edf9;
      padding: 0px;
    }
    .flexbox-container > .two {
      min-height: 200px;
      background: #231f20;
      color: #ffffff;
      padding: 0px;
    } 

.menu ul {
  border-top: 0px solid rgba(0,0,0,0.1);
  list-style: none;
  margin: 20px 0 0 0;
  padding-top: 12vh;
  text-align: right;
}

.menu li {
  border-bottom: 0px solid rgba(0,0,0,0.1);
  line-height: 1;
  direction: rtl; 
}

.menu li:first-child {
  margin-top: 50px;
}
.menu li:nth-child(3) {
  margin-top: 60px;
}
.menu li:nth-child(4) {
  margin-top: 100px;
}

.menu li a {
  text-transform: uppercase;
  display: block;
  padding:5px 20px;
  color: white;
    -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 700;
}
.menu li a:hover {
  color:#00ed66;
  text-decoration:none;
}
.icon-menu img {
  color: #ffffff;
  cursor: pointer;
}









    .flexbox-container {
      padding: 0px;
      background: #ffffff;

      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
    }

  

    .flexbox-container > div1:first-child {
      margin-right: 20px;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 2.2rem;
  font-family: 'almoni-dl',Arial, sans-serif;
  color: #000;
background: #e1edf9;
}

body, html {
  height: 100%;
}
h3 {  font-family: 'omes', 'almoni-dl',Arial, sans-serif;}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul, menu, dir {
  display: block;
  -webkit-margin-before: 0!important;
  -webkit-margin-after: 0!important;
  -webkit-margin-start: 0px!important;
  -webkit-margin-end: 0px!important;
  -webkit-padding-start: 0!important;
}

.row {padding: 0 15px;}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.container {
  /*height: 100%;
  position: relative;*/
padding: 30px 0 250px 0;
  direction:rtl;
  max-width: 940px;

}
#section5 .container {

  direction:ltr;

}

#section1 {  
  background: #e2e0e1 url(../img/background.jpg)  no-repeat center center fixed;
      background-size: cover;
      padding: 5px 0;
}

#section2 {  
  background: #e1edf9;     
 margin-top: 250px;
}
#section3 {  background: #e1edf9;}
#section4 {  background: #e1edf9;}
#section5 {  background: #e1edf9; font-family: 'almoni-dl',Arial, sans-serif; direction: ltr;}
#section5 h3 {font-family: 'almoni-dl',Arial, sans-serif; direction: ltr;}

 h3 {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  /*font-size: 1.15rem;*/
}


p {
  line-height: 1.6;
  margin: 10px 0;
  font-weight:400;
}

p a {
color:#000000;
font-weight:400;
padding:0;
text-decoration:none;
}
p a:hover, .container a:hover{
  color:#000000;
  background: #00ed66;
  text-decoration:none;

}

img {
  margin-bottom: 30px;
  margin-left:20px;
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}
.back-to-top {margin: 50px auto;text-align:center;}
.cd-scroll-up {

  width: 38px;
  height: 44px;

}

.col-md-offset-right-1 {
    margin-right: 8.33333333%;
}

@media only screen and (min-width: 768px) {
      .flexbox-container > .one {
      width: 90%;
    background:#e1edf9;
    }
    .flexbox-container > .two {
      width: 10%;
    } 
.menu{
 background: #231f20;
  width: 10%;
  min-height: 100%;
  position: fixed;
  right: 0;
  z-index: 2;
  margin:  0;
}
.menu li {
  border-bottom: 0px solid rgba(0,0,0,0.1);
  line-height: 1;
  direction: rtl; 
  margin: 120px 0;
}

.menu li a {
  font-size: 30px;
}
#section1 {  

      min-height: 900px;
    text-align:center;
}

  #section5 p  {
  direction:ltr;
  text-align:left;
  }  


#section1 img  {
width:90%;
  }  

}

@media only screen and (min-width: 758px)and (max-width: 850px) {
.container {max-width: 600px; }
}
@media only screen and (max-width: 767px) {
.flexbox-container > .two {
    width: 14%;
}
      .flexbox-container > .one {
      width: 86%;
    }

.section1image img {
    max-width: 90%;

}
    .flexbox-container > .one {
      width: 86%;
    }
    .flexbox-container > .two {
      width: 14%;

    }  
.menu{
 background: transparent;
  width: 14%;
  min-height: 100%;
  position: fixed;
  right: 0;
  z-index: 1;
  margin: 30px 0 0 0;
  top: 30px;
}
.menu ul {
  padding-top: 2%;

}

.menu li {
  margin: 90px 0;
}

.menu li a {
  font-size: 21px;
}

.dont-show-menu {display:none;}
.dont-show-icon {display:none;}



img {
  display:inline-block;
max-width:100%;
height: inherit;
  margin-bottom: 10px;
margin-left: 0;
}
#section1 {  

      min-height: 10%;
}
}
@media only screen and (max-width: 480px) {

#section1 {  

      min-height: 5%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

    padding-right: 0px;

}
#section5 .col-sm-12 {

    padding-right: 10px;

}
}



 