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;
}

* {  -webkit-box-sizing: border-box;  box-sizing: border-box;}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/** General **/

body,html{
  height: 100%;
}

body{
  background:url(images/background.png) center top repeat-y;
  
}
#wrapper{
  width: 640px;
  margin:0 auto;
  direction: rtl;
  height: 100%;
}

/** header **/

header{
  width: 100%;
  height: 137px;
  background:url(images/header.png) no-repeat center top;
  position: relative;
}
#logo{
  position: absolute;
  width: 81px;
  height: 100px;
  left: 25px;
  top: 15px;
}
#hamburger{
  position: absolute;
  width: 105px;
  height: 70px;
  right: 10px;
  border: none;
  top: 40px;
  background: transparent;
}
#menu{
  position: absolute;
  right: 26px;
  width: 300px;
  top: 137px;
  background: rgba(127,63,150,0.7);
  display:none;
  z-index: 5;
}
#menu li{
  padding: 0 30px;
}
#menu a{
  display: block;
  width: 100%;
  padding:10px 0;
  color:#fff;
  text-align: center;
  border-bottom:1px solid #fff;
  font-family: Arial;
  font-size: 32px;
  text-decoration: none;
}
#menu li:last-child a { border-bottom: none; }

/** pages **/
#pages{
  margin-bottom: 124px;
}
.page{
  width: 100%;
  height: 699px;
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page.active{
  display: block;
}
.home_slider div a {
  display: block;
  text-align: center;
}
.home_slider div a img{
  margin:0 auto;
}
#about { background-image: url(images/about.png); }
#evyatar { background-image: url(images/evyatar.png); }
#itamar { background-image: url(images/itamar.png); }
#ronit { background-image: url(images/ronit.png); }

/** footer **/

footer{
  width: 640px;
  height: 124px;
  background:url(images/footer.png) no-repeat center top;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
footer a{
  position: absolute;
}
footer #c2c{
  right: 27px;
  top: 20px;
  height: 75px;
  width: 288px;
}
footer #btn-form{
  left: 27px;
  top: 20px;
  height: 75px;
  width: 288px;
}
footer #mitbahon{
  top: 99px;
  left: 20px;
  height: 20px;
  width: 60px;
}

/** Form **/
#form-wrapper{
  position: absolute;
  margin: 60px auto 0;
  width: 533px;
  height: 809px;
  background:url(images/form.png);
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
#jetform{height: 100%;}
#form-wrapper input,
#form-wrapper select{
  position: absolute;
  background:transparent;
  border:none;
  color:#fff;
  padding: 0 20px;
  right: 57px;
  height: 76px;
  width: 416px;
  font-size: 30px;
}
#jf_txt_1{
  top: 246px;
}
#jf_txt_2{
  top: 336px;
}
#jf_txt_3{
  top: 424px;
}
#jf_combo_4{
  top: 514px;
}
#jf_chk_5{
  position: absolute;
  top: 605px;
  right: 57px;
  width: 30px !important;
  height: 30px !important;
}
#jf_submit{
  position: absolute;
  top: 665px;
  right: 158px;
  background: transparent;
  width: 190px;
  height: 80px;
  border: none;
}
#form-wrapper option{
  color:#000;
}
#close{
  width: 50px;
  height:50px;
  position: absolute;
  top:0;
  left: 0;
}
::-webkit-input-placeholder { color: #fff; } /* WebKit, Blink, Edge */
:-moz-placeholder { color: #fff; opacity: 1; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #fff; opacity: 1; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #fff; } /* Internet Explorer 10-11 */
:placeholder-shown { color: #fff; } /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

#itamer_slider,
#ronit_slider,
#evyatar_slider{
  width: 588px;
  height: 352px;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slide{
  display: block;
  width: 588px;
  height: 352px;
  background-size:cover;
}
.slick-arrow{
  width: 30px;
  height: 56px;
  position: absolute;
  font-size: 0;
  z-index: 4;
  top: 145px;
  border: none;
}
.slick-prev{
  right:20px;
  background: url(images/arrow-right.png);
}
.slick-next{
  left:20px;
  background:url(images/arrow-left.png);
}
.slick-slide img {
  margin: 0 auto;
}