@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('/fonts/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/opensanshebrew-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('/fonts/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/opensanshebrew-regular-webfont.svg#265e1bf8eadfa92b8d955acd546bd2c3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #000;
  text-align: center;
  font-family: 'Open Sans Hebrew';
}

.site-table {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.site-table-top,
.site-table-middle,
.site-table-bottom{
  display: table-row;
}

.site-table-top .site-table-cell,
.site-table-middle .site-table-cell,
.site-table-bottom .site-table-cell{
  display: table-cell;
}

.site-table-top .site-table-cell {
  min-height: 30%;
  vertical-align: middle;
}

.site-table-middle .site-table-cell {
  min-height: 70%;
  vertical-align: middle;
}

#infoContainer {
  text-align: right;
}

#infoContainer .nav {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
  #contactContainer {
  } 
  #infoContainer {
  }
}

.site-table-bottom .site-table-cell {
  min-height: 20%;
  vertical-align: bottom;
}

@media (min-width: 768px) {
}

/*
 * Other
 */

/* reCaptchja */
.g-recaptcha div { margin-left: auto; margin-right: auto;}

.g-recaptcha.has-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

/* other */

h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  color: #0da5c6;
}

.vgs-list > li {
  font-size: 24px;
  font-weight: bold;
  color: #0da5c6;
}

.vgs-list > li div {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

#withTheHelpOfAbove {
  position: fixed;
  top: 0;
  right: 0;
}

.vgs-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.vgs-inmportant-block {
  color: #0da5c6;
  font-size: 22px;
  font-weight: bold;
  margin-top: 22px;
  margin-bottom: 22px;
}

.vgs-inmportant-block .glyphicon-ok {
  color: #0da5c6;
}

@media (min-width: 768px) {
  .logo {
  }
}

.logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}

.contact-header {
  padding-bottom: 30px; /* like this? */
}

.contact-header h3 {
  font-size: 30px;
}

.nav-tabs h3 {
  font-size: 20px;
}

#infoContainer .tab-pane {
  font-size: 16px;
}

.subContactContainer p {
	text-align: right;
  display: inline-block;
}