/*
***************************************************
GENERAL
***************************************************
*/

html,body {        
  font-size:1rem;
	height: 100%;
}

input[type="text"] {
	height: 30px;
}
hr {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
    width: 100%;
}
a:link, a:visited  {
	color:#777777;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-decoration:underline;
}


/*
***************************************************
BOOTSTRAP
***************************************************
*/

.navbar {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navbar-brand {
	color:#777777 !important; 
	font-size:1rem;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -100;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 100px;
}

#footer {
  background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
}

/* thumbnails */

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}



/*
***************************************************
SAVI
***************************************************
*/
.text-right {text-align:right;}
.text-center {text-align:center;}

.text-left-padding {
	padding-left: 20px;
}

.text-padding{
	padding: 10px;
}

.text-hebrew{
	direction:rtl;
}

.languages {
	font-size: 0.8rem;
}

a.fb {  
	background-image: url("../images/f_logo.gif");
  width: 25px;
  height: 25px;
  display: block;
}

a.fb:hover {
  background-position: 0 -26px;
}



