/*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', Helvetica, sans-serif;
  background:#ffffff;
  color:#262626;
  line-height: normal;
}
ul{list-style: none;}
a{color: #AB8C31;}
.en{font-family: 'Open Sans', sans-serif;}
/*********************************************
font
**********************************************/
@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');
}

h1{font-weight: 700;color:#76cbd2;margin-bottom: 20px;line-height: 1.1;margin-top: 0px;}
h1 span{display: block;color:#f82c44;}
h2{color:#ab913a;font-weight: 400;margin-top: 10px;}
h3{color:#AB8C31;font-weight: 400;}
.content{margin-top:30px;margin-bottom: 30px;}
img{max-width: 100%;}
.logo{margin-top: 10px;margin-bottom: 10px;}
.pic{float: right;width: 200px;margin: 5px 0px 10px 15px;}
.badge-pic{padding: 5px;position: absolute;left:10px;top:3px;}
.badge-pic img{max-width: 140px;}
@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.navbar-fixed-top{background-color: #fff;}
.nav{display: block;}
.nav>li>a:focus, .nav>li>a:hover,.nav>li.active>a{background-color: #AB8C31;color:#fff;}
.navbar-fixed-top.top-nav-collapse{-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);}
.nav{margin-top: 20px;}
.nav>li>a{color:#AB8C31;font-size: 19px;font-family:'Open Sans Hebrew', Helvetica, sans-serif;}
.video-wrap,#solution{position: relative;}
.video-wrap .screen{background: url(../images/screen-bg.png) center top no-repeat;margin: 1% auto;padding-bottom: 170px;background-size: cover;-moz-background-size:cover;-webkit-background-size:cover;width: 100%;}
.video-wrap .embed-responsive{top:20px;}
.btn-down{outline: 0;position: relative;bottom:0px;margin: 20px auto;display: block;outline: 0;}
.text-box{padding: 20px;border-radius:15px;margin-bottom: 30px;text-align: center;font-size: 30px;}
.title{display: block;vertical-align: middle;max-width: 100%;}
.icon{display: block;width: 20%;margin: 0px auto;}
.grey{background: linear-gradient(to bottom, #e6f5f6 0%, #f2fafa 100%) repeat scroll 0 0 #f2fafa;border-radius:3px;padding: 10px;font-size: 15px;color:#333333;margin: 10px auto;height: 200px;width:200px;border-radius: 50%;display: table;}
.grey-content{display: table-cell;vertical-align: middle;text-align: center;}
.text-box2{background-color: #AB8C31;color:#ffffff;padding: 20px;border-radius:10px;margin: 20px 0px 30px;}
.btn,.btn:focus,.btn:hover,.btn:active{outline:0;background-color: #0a3545;border:0px;color:#fff;font-size: 23px;font-weight: 700;}
.btn.back,.btn.back:focus,.btn.back:hover{background-color: #AB8C31;color:#fff;}
#contact{background-color: #76cbd2;color:#ffffff;padding-top: 20px;padding-bottom: 20px;}
.title-contact h3{color:#f8344b;margin: 0px 0px 8px;text-shadow: -1px -1px 0px #ffffff;font-weight: 700;}
.title-contact h3 span{display: block;font-weight: 400;text-shadow:none;color:#ffffff;}
.title-contact p,.title-contact a{color:#ffffff;margin: 0px;line-height: 1;}
.title-contact .phone{font-weight: 700;font-size: 30px;}
.title-contact a{display: block;margin-bottom: 5px;}
.input{margin-top: 10px;}
input{
  background-color: rgba(255,255,255,1);
  border:0;
  width: 100%;
  height:34px;
  line-height:32px;
  padding:1px 5px;
  outline:none;
  border-radius: 5px;
  color:#333333;
  font-family:'Open Sans Hebrew', Helvetica, sans-serif;
  font-size: 18px;
}
input[type="submit"]{
  background-color: #AB8C31;
  color:#ffffff;
  font-family:'Open Sans Hebrew', Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.submit{margin-top: 30px;}
label{font-size: 14px;font-family:'Open Sans Hebrew', Helvetica, sans-serif;color:#ffffff;margin-right: 5px;font-weight: normal;vertical-align: middle;}
input[type=checkbox]{width: auto;display: inline-block;height: auto;}
.text-box2 h3{color:#ffffff;font-weight: bold;}
.text-box2 ul{list-style: none;}
.text-box2 ul li{background: url(../images/bullet.png) right center no-repeat;padding: 5px 30px 5px 0px;}
/*********************************************
responsive
**********************************************/
@media(min-width: 1200px){
  .grey{padding: 15px;font-size: 19px;}
  .logo img{max-width: 220px;}
}
@media (min-width: 992px) {
  .navbar-nav>li>a{padding-top: 10px;padding-bottom: 10px;border-right:1px solid #AB8C31;}
  .navbar-nav>li:first-child>a{border-right:0px;}
  #contact{position: fixed;top:100px;width: 254px;}
  
} 
@media screen and (min-width: 768px) {
  body{padding-top: 90px;}
  .btn.back{margin-top: 30px;}
  .nav{margin-top:40px;border:1px solid #AB8C31;}
  h1{font-size: 50px;}
  h1 span{font-size: 28px;}
  h2{font-size: 42px;}
  .title-contact h3{font-size: 34px;}
  .text-box2 ul li{font-size: 23px;}
  .title-contact h3 span{font-size: 20px;}
  .title-contact small{font-size: 18px;}
  #video{padding-top: 10px;margin-top: 10px;}
  .content{margin-bottom: 100px;}
  .navbar-nav>li>a{padding-top: 10px;padding-bottom: 10px;border-right:1px solid #AB8C31;}
  .navbar-nav>li:first-child>a{border-right:0px;}
  .badge-pic img{
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@media (max-width: 767px) {
  body{padding-top: 60px;}
  .btn.back{margin-top: 20px;max-width: 100%;font-size: 18px;}
  .pic{float: none;margin: 5px auto;}
  .badge-pic{position: static;}
  .thumb{position: relative;}
  .badge-pic img{max-width: 50%;}
  .nopadding{padding: 0px;}
  h1{font-size: 31px;line-height: 1;}
  h1 span{font-size: 21px;}
  h3{font-size: 20px;}
  .text-box{font-size: 26px;}
  .title-contact h3{font-size: 27px;}
  .title-contact h3 span{font-size: 21px;}
  .title-contact small{font-size: 15px;}
  #video{padding-top:10px;margin-top: 10px;}
  .video-wrap .screen{padding-bottom: 100px;}
  .logo{padding-left: 10px;padding-right: 10px;}
  .logo.bus{margin-top: 20px;}
  .logo img{max-width: 50%;}
  .navbar-header{padding: 0px;}
  .navbar-toggle .icon-bar{background-color:#fff;}
  .navbar-toggle{background-color: #AB8C31;margin-left:5px;}
  .top-contact{margin:5px 0px;float: right;padding: 0px;}
  .top-contact a{float: right;width: 48%;margin: 0 1%;}
  .container>.navbar-collapse{border-top:1px solid #efefef;}
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{margin-left: 0px;margin-right: 0px;}
  .title-contact h3{font-size: 35px;}
  .title-contact p,.title-contact a{font-size: 27px;}
  .title-contact small{font-size: 21px;}
  .grey{padding: 10px;width: 150px;height: 150px;}
  .title{font-size: 17px;}
  .button-bottom{margin-bottom: 20px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav>li>a{padding-right: 5px;padding-left: 5px;font-size: 16px;}
  .top-contact{margin:10px 5px 0px;position: fixed;top:100px;left:20px;}
  h1{font-size: 29px;}
  h1 span{font-size: 25px;}
  h2{font-size: 33px;}
  h3{font-size: 37px;}
  .text-box{font-size: 21px;}
  .text-box2{font-size: 19px;}
  .title-contact h3{font-size: 37px;}
  .title-contact p{font-size: 33px;}
  .title-contact small{font-size: 19px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1{font-size: 37px;}
  h1 span{font-size: 29px;}
  .text-box{font-size: 23px;}
}
@media (max-width: 420px){
  .text-box{font-size: 18px;}
  .logo img{max-width: 100%;}
}
@media screen and (device-aspect-ratio: 2/3) {#video{padding-top: 20px;}}
@media screen and (device-aspect-ratio: 40/71) {}
@media screen and (device-aspect-ratio: 667/375) {#video{padding-top: 20px;}}
@media screen and (device-aspect-ratio: 16/9) {#video{padding-top: 20px;}}
/*********************************************

*********************************************/