.logo-image {
  float: left;
}
.logo-rest {
  float: left;
}
.logo-image img {
  margin-top: 10px;
  height: 90px;
}
.logo-title {
  color: white;
  text-align: left;
}

.special-offer {
  display: none;
  width: 400px;
  border: 5px solid #76b737;
  background: white;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10000;
  padding: 20px;
}
.special-offer h2 {
  color: red;
  font-size: 45px;
}
.special-offer span a {
  color: white;
}
.special-offer p {
  font-size: 16px;
}
.special-offer img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.special-offer .exit-button {
  position: absolute;
  top: 5px;
  left: 94%;
  cursor: pointer;
}
.special-offer .offer-button {
  padding: 14px !important;
}
.special-offer .offer-button a {
  padding: 14px;
}

@media (max-width: 992px) {
  .navbar-toggle {
    margin: 10px !important;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-collapse li a {
    font-size: 18px !important;
    padding: 5px !important;
  }

  .special-offer {
    top: 20px;
    right: 0px;
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .logo-title {
    font-size: 35px;
  }
  .email,
  .phone {
    color: white !important;
    font-size: 14px !important;
  }
  .logo-image {
    width: 100%;
    text-align: center;
  }
  .logo-rest {
    width: 100%;
    text-align: center;
  }
  .logo-title {
    text-align: center;
  }
  .logo-image img {
    display: inline;
  }
}

.subtitle {
  font-size: 18px;
}
.title {
  font-size: 45px;
  font-weight: bold;
}
.tech-slideshow {
  height: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

#form_error {
  display: None;
}

#form_success {
  display: None;
}

#form_error a {
  color: red !important;
}

.product p {
  line-height: 20px !important;
  font-size: 16px;
}

.vzorci-form input {
  width: 80%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.red {
  color: red !important;
}
.bigger {
  font-size: 18px;
}
.contact-small {
  font-size: 12px;
}

.center-text {
  text-align: center !important;
}
.left-text {
  text-align: left !important;
}
.basics {
  border-bottom: 1px solid #ddd;
}
.basics div {
  padding-left: 35px;
  padding-right: 35px;
}
.basics i {
  line-height: 20px;
}
.basics a {
  font-size: 16px;
  color: black;
}
.basics ul {
  margin-top: 10px;
  padding-left: 0px;
  padding-bottom: 20px;
}
.basics li {
  text-align: left;
  margin-bottom: 10px;
}
.basics img {
  display: inline;
}

.work-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.worktime {
  margin-top: 20px;
}
.worktime p {
  font-size: 16px;
}
.worktime h3 {
  font-size: 20px;
}

.subtypes {
  width: 80%;
  padding-left: 20%;
  margin-bottom: 50px;
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(../img/slider.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}
.block {
  padding: 10px;
}
.border {
  border: 1px solid grey;
}
.block img {
  margin: 0 auto;
  border: 3px solid grey;
  padding: 15px;
}
.description {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
  font-size: 16px;
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
  z-index: 5 !important;
}

#box-button {
  cursor: pointer;
}

.vzorci-form label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.vzorci-form label a {
  font-size: 14px;
  text-decoration: underline;
  color: #505050;
}
.vzorci-form input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.popup-container {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-inner {
  width: 400px;
  max-width: 90%;
  background-color: white;
  border-radius: 4px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
  border: 10px solid #76b737;
  position: relative;
}

.popup-close {
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 10px;
}
