@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(opensanshebrew-light-webfont.eot);
    src: url(opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-light-webfont.woff) format('woff'),
    url(opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(opensanshebrew-regular-webfont.eot);
    src: url(opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-regular-webfont.woff) format('woff'),
    url(opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(opensanshebrew-bold-webfont.eot);
    src: url(opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-bold-webfont.woff) format('woff'),
    url(opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(opensanshebrew-extrabold-webfont.eot);
    src: url(opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
/*Remove button padding in FF*/
input::-moz-focus-inner {border: 0; padding: 0;}

/*********************************************
	GLOBAL
*********************************************/
* {margin:0px;padding:0px;}

body {
  font-size: 17px;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  /*color: #4d4d4d;*/
  direction: rtl;
  background: #141213;
/*  background: url(../images/bg.jpg) center top no-repeat #ffffff;
*/}
hr{border-color:#d9bd86;}
html, body{ height: 100% }
ul.list{list-style: none;font-size: 18px;font-weight: 300;}
ul.list li{background: url(../images/bullet.png) right top no-repeat;padding-right: 30px;margin: 5px 0px;}
.badge-img{position: absolute;top:-50px;left:0;z-index: 99;}
h1{margin-bottom: 0px;margin-top: 65px;font-size: 40px;font-weight: 400;color:#d9bd86;}
h2{margin-top: 5px;font-size: 24px;font-weight: 700;line-height: 1;}
h3{line-height: 1.3;font-size:20px;font-weight: 700;margin-top: 30px;}
h3 span{display: block;font-size: 30px;color:#d9bd86;}
h3 span a{display: block;font-size: 40px;}
strong{font-weight: 700;}
a,a:hover,a:focus{color:#d9bd86;text-decoration: none;outline: none;}
p{margin-bottom: 0px;}
img{max-width: 100%;}
.form{padding-bottom: 30px;}
.input{width: 20%;float: right;padding-left: 15px;padding-right: 15px;}
input,select{
  background-color: #584f43;
  border: 1px solid #d9bd86;
  width: 100%;
  height:35px;
  line-height:35px;
  padding:0 5px;
  outline:none;
  color:#ffffff;
  font-size: 18px;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: 400;
}
#submit{
  text-align:center;
  background: #000000;
  border-color: #d9bd86;
  outline: none;
  cursor: pointer;
  color:#ffffff;
  font-size: 25px;
  font-weight: 300;
}
.selecting select{
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
    text-overflow: '';
    background: url(../images/select-arrow.png) 2% center no-repeat #584f43;
    height:35px;
    padding: 0px 10px;
    line-height:35px;
}
.selecting select option{background-color: #584f43; border: 0px;}
.selecting select option:disabled{display: none;}
select::-ms-expand {
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
        height:35px;
        line-height:35px;
        background-image: none;
        background: none;
    } 
}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding:0px 5px;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    select {
        height:35px;
        line-height:35px;
    }     
}
.visible-xxs{display: none!important;}
.hidden-xxs{display: block!important;}
.nopadding{padding: 0px;}
.owl-carousel .item{margin: 10px;}
.owl-carousel .item img,.owl-carousel .owl-item img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next{
  position: absolute;
  top:50%;
  margin-top: -27px;
  text-indent: -9999px;
  width: 13px;
  height: 53px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{left:10px;background: url(../images/left.png) no-repeat;}
.owl-carousel .owl-controls .owl-nav .owl-next{right:10px;background: url(../images/right.png) no-repeat;}
@media screen and (min-width: 768px) {
  
}
@media (min-width: 1600px) {
  
}
@media (min-width: 1200px) and (max-width: 1599px) {

}
@media (min-width: 1200px){
  .badge-img{top:-100px;}
  h3 span a{display: inline-block;}
}
@media (min-width: 992px) {
  
} 

@media (max-width: 767px) {
  h1{font-size: 30px;margin-top: 20px;}
  .badge-img{top:10px;left:10px;}
  .logo{text-align: right;}
  .header{text-align: center;}
}
@media (min-width: 768px) and (max-width: 991px) {
  h1{font-size: 30px;margin-top: 30px;}
  .badge-img{position: static;display: block;margin: 0px auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (max-width: 480px) {
  /*body{background-image: url(../images/mobile-bg.jpg);}*/
  .input{width: 50%;margin: 10px 0px;}
  .submit{width:100%;margin: 0px auto;margin-top: 10px;}
  .list{width: 100%;float: none;}
  .bx-wrapper img{max-height: 250px;}
  .logo img{max-width: 200px;}
  h2{font-size: 20px;}
  h3{font-size: 17px;}
  .form{margin-bottom: 30px;}
  .logo img.badge-img{max-width: 100px;}
}
@media (max-width: 320px) {
  h1{font-size: 26px;}
  h3 span{font-size: 22px;}
}
/*********************************************

*********************************************/