/***************************
Add your custom styles below
****************************/

.imagebg:not(.image--light) .btn:not(.btn--primary) {
  border-color: rgba(255, 255, 255, 0.8);
}
.imagebg:not(.image--light) .btn:not(.btn--primary):hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.nav-bar .logo {
  max-height: 50%;
  margin: 0;
  margin-right: 3.625em
}
.footer-3 .social-list{
	margin-bottom: 4.9em;
}
.menu > li ul {
  background: #ff9012;
}
.menu > li > ul {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.menu > li > ul a {
  opacity: 1;
}
.menu > li > ul a:hover {
  opacity: .75;
}
section.space-blank{
  padding-top: 2.33333333em;
  padding-bottom: 2.33333333em;
}
/**! 24. Parallax **/
.parallax > .background-image-holder {
  height: 80vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
  top: 0;
}
.bg--halfdark-1 {
  background: #f8f8f8;
}
.bg--halfdark-2 {
  background: #eae9e9;
}
  a[href^=tel] {
  text-decoration: none;
  color:#767676;
}
button {
    font-size: 1.055em !important;
}
.btn {
    border-radius: 4px;
}
.nav-bar.nav--absolute {
    border-bottom: 0;
}
.nav-bar {
       box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
@media all and (max-width: 1024px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    height: 100%;
  }
}
div[class*='col-'][class*='12']:not([class*='xs-12']) .video-cover iframe {
  min-height: 641px;
}
@media all and (max-width: 990px) {
div[class*='col-'][class*='12']:not([class*='xs-12']) .video-cover iframe {
    min-height: 405px;
  }
}
@media all and (max-width: 767px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 310px !important;
  }
  a[href^=tel] {
  border: 1px solid #ff9012;
  border-radius: 3px;
  color: #ff9012;
  display: inline-block;
  font-style: normal;
  margin: 10px 0;
  padding: 3px 5px;
  text-decoration: none;
}
a[href^=tel]:before {
  content: 'Nazovi: ';
  font-weight: bold;
}
}
@media all and (max-width: 450px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 210px !important;
  }
}
