body {
  background: url(/budas_bg.png) fixed center top #ffffff;
  background-size: 100% auto;
}

footer {
  background: url(/footer-bg.jpg) center top;
}

div {
  /*border: 1px solid;*/
}

.w100 {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

body {
  font-size: 17px !important;
}

.btn-link:focus,
.btn-link:hover {
  color: #5cb85c;
}

.btn-link,
.green {
  color: #3c763d;
}

.navbar {
  margin-top: -70px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #3c763d;
  border-color: #3c763d;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*zoom {*/
.zoom {
  transition: transform .5s;
  cursor: pointer;
}

.zoom:hover {
  transform: scale(1.5);
}

/*} zoom*/

.form-control:focus {
  border-color: #3c763d;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #3c763d;
}

/*hover zoom*/
* {
  box-sizing: border-box;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 150px;
  height: 150px;
}

/*hover zoom*/

footer {
  bottom: 0;
  position: fixed;
  width: 100%;
}

hr {
  border-top: 1px solid #000;
}

#myresultSpace {
  height: 1px;
  width: 75px
}


@media (max-width:938px) {
  #searchField {
    width: 85px;
  }
}

@media (max-width:768px) {
  .break-spaces {
    white-space: break-spaces !important;
  }
}

@media (min-width:768px) {

  #myresultSpace {
    height: 150px;
  }
}

.badge {
  background-color: #5cb85c;
  font-size: 16px;
}

textarea {
  min-height: 100px;
}