.fixed-bar {
  position: fixed;
  z-index: 999;
  opacity: 0.75;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #b2d234;
  padding: 26px;
  color: #fff;
  white-space: normal;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.fixed-bar a {
  font-size: 15px;
  color: #fff;
}

.fixed-bar a:hover,
.fixed-bar a:active,
.fixed-bar a:focus,
.fixed-bar a:visited {
  font-size: 15px;
  color: #fff;
}

.fixed-bar:hover,
.fixed-bar:active,
.fixed-bar:focus,
.fixed-bar:visited{
  color: #fff;
  background-color: #b2d234;
  opacity: 0.90;
}

html {
  font-size: 16px;
  background-color: #1b1b1b;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}


h1 {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.25;
  color: #f5f5f5;
  text-align: left;
  margin: 0 auto;
  padding: 220px 0 80px 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .99);
}

.landing-page-design h1 {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.25;
  color: #242424;
  text-align: left;
  margin: 0 auto;
  padding: 00px 0 40px 0;
  text-shadow: none;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3.0em;
    padding: 200px 0 80px 0;
  }
  .cta-area {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.7em;
    padding: 160px 0 80px 0;
  }
  .cta-area {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 525px) {
  h1 {
    font-size: 2.3em;
    padding: 60px 0 40px 0;
  }
  .cta-area {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 1.8em;
    padding: 40px 0 40px 0;
  }
  .cta-area {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 1.8em;
    padding: 30px 0 30px 0;
  }
  .cta-area {
    margin-bottom: 30px;
  }
}

h2 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 4.8em;
  line-height: 1.2em;
  text-align: left;
  color: #424242;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 525px) {
  h2 {
    font-size: 3em;
    margin-bottom: 16px;
  }
}

h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 1.5;
  color: #b2d234;
  text-align: left;
}

h4 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 2.0em;
  line-height: 1.5;
  color: #b2d234;
  text-align: left;
}

h5 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1;
  color: #6d6d6d;
  text-align: center;
  margin-top: 15px;
}

p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2;
  color: #6d6d6d;
  text-align: justify;
  margin-top: 20px;
}

@media screen and (max-width: 525px) {
  p {
    font-size: 1.3em;
  }
}

a {
  text-decoration: underline;
  padding-left: 0;
  color: #424242;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a.landing-page-link {
  text-decoration: none !important;
  padding-left: 0 !important;
  color: #b2d234 !important;
  font-size: 1em !important;
  transition: none !important;
}

label {
  font-size: 1.3em;
}

input placeholder {
  color: #e1e1e1;
}

.form-control {
  color: #888888;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #b2d234;
}

.paragraph-strong {
  font-weight: 700;
}

.paragraph-color {
  color: #b2d234;
  font-weight: 700;
}

.paragraph-list {
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .text-align-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-align-right {
    text-align: left;
  }
}






.homepage {
  margin-top: 0;
  background-image: url("../images/backgrounds/background-new.jpg");
  background-size: cover;
  min-height: 600px;
}

@media screen and (max-width: 768px) {
  .homepage {
    margin-top: 50px;
    min-height: 0px;
  }
}

@media screen and (max-width: 525px) {
  .homepage {
    margin-top: 100px;
    background-repeat: round;
  }
}




.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs a {
  color: #b2d234;
  text-decoration: none;
}

.breadcrumbs p {
  color: #b2d234;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.o-nama {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .o-nama {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 525px) {
  .o-nama {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.o-nama-content {
  margin-top: 30px;
}

.o-nama-content hr {
  border-top: 1px solid #e1e1e1;
}

.map-container {
  width: 100%;
}

.map-container iframe {
  width: 100%;
  height: 500px;
  border: none;
  /*pointer-events: none;*/
  position: relative;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.map-container iframe.clicked {
  pointer-events: auto
}



.galerija-img-container {
  padding: 10px;
}

.galerija-img-container:hover {
  z-index: 1;
}

img.lazy {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

img.lazy:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media screen and (min-width: 993px) {
  img.lazy:hover {
    transform: scale(1.5,1.5);
  }
}

img.lazy-technical {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  /*cursor: pointer;*/
}

img.lazy:hover {
  box-shadow: none;
}

/*@media screen and (min-width: 993px) {
  img.lazy-technical:hover {
    transform: scale(1.5,1.5);
  }
}*/

.download-link:hover {
  color: #b2d234;
  text-decoration: underline;
}

/*.normal {
  transform: scale(1.0,1.0);
}

.large {
  transform: scale(1.5,1.5);
}*/

/*.galerija-img {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.25s ease-in-out;
}

.galerija-img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/

























.footer {
  position: relative;
  padding: 75px 0;
  margin: 0;
  color: #e1e1e1;
  background-color: #1b1b1b;
  border-bottom: 1px solid #e1e1e1;
}

.footer a {
  color: #a1a1a1;
}

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

.footer a {
  color: #a1a1a1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}

.footer a:hover {
  color: #e1e1e1;
}

.footer .fa-3x {
  font-size: 4em;
}

@media screen and (max-width: 768px) {
  .footer-alutech-logo {
    display: none;
  }
  .footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 525px) {
  .footer {
  padding: 20px 0;
  }
}

@media screen and (max-width: 375px) {
  .footer {
  padding: 10px 0;
  }
}





.nav>li>a {
  padding: 0 20px 0 0;
  line-height: 2;
  font-weight: 700;
  color: #424242;
}

.navbar-default .navbar-nav>li>a {
  color: #424242;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #424242;
  background-color: transparent;
  border: none;
}

.nav hr {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
}



.container-fluid {
  margin: 0;
  padding: 0;
}

.cta-area {
  margin: 0;
  margin-bottom: 80px;
  padding: 10px 35px;
  border: solid 1px transparent;
  border-radius: 50px;
  box-shadow: none;
  background-color: #fcb918;
  transition: all 0.25s ease-in-out;
}

.cta-area:hover {
  background-color: #f58220;
  padding: 10px 37px;
}

.o-nama-content a,
.carousel a {
  font-size: 1.5em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
}

@media screen and (max-width: 525px) {
  .cta-area {
    padding: 12px 40px;
  }
  .cta-area a {
    font-size: 1.3em;
  }
}

.download-content a {
  color: #b2d234;
  text-decoration: none;
  font-size: 1em;
  text-transform: none;
  letter-spacing: normal;
}

.tormatic-logo {
  height: 80px;
}

.key-automation-logo {
  height: 100px;
}

.automatika-za-ograde h2,
.automatika-za-ograde h5 {
  text-align: center;
}

.automatika-za-ograde h5 {
  font-size: 20px;
}

.gdje-smo-info a {
  font-size: 1em;
  color: #6d6d6d;
  text-transform: none;
  text-decoration: underline;
  letter-spacing: normal;
}



@media screen and (min-width: 992px) {
  .carousel {
    display: inline-block;
    width: 75%;
  }
}



.kartice-section {
  padding-top: 40px;
}

.kartice-section hr {
  border-top: 1px solid #e1e1e1;
}

.kartice-section p {
  color: #a1a1a1;
}

.news-section {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  padding-top: 140px;
  z-index: 1;
  width: 25%;
  height: 100vh;
  background-color: #fff;
  /*background-image: url("../images/backgrounds/news-2.jpg");
  background-size: cover;*/
  border-bottom: 1px solid #e1e1e1;
}

.news-section-mobile {
  margin-bottom: 30px;
}

.news-section h3,
.news-section-mobile h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.8em;
  color: #fcb918;
  background: transparent;
  padding-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.news-section h4,
.news-section-mobile h4 {
  font-family: 'Noto Sans', sans-serif;
  color: #444;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0;
}

.news-section p,
.news-section-mobile p,
.kartice-section p {
  text-align: left;
  font-size: 1.3em;
  margin-top: 8px;
  margin-bottom: 15px;
}

.news-section a,
.news-section-mobile a {
  text-align: left;
  font-size: 1.3em;
  letter-spacing: 1.2px;
  text-decoration: none;
  padding: 10px 25px;
  background: #fcb918;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.news-section a:hover {
  background-color: #f58220;
  padding: 10px 27px;
}

table {
  font-size: 1.6em;
}

@media screen and (max-width: 991px) {
  .news-section {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .news-section-mobile {
    display: none;
  }
  .kartice-section hr {
    display: none;
  }
  .kartice-section {
    margin-top: 12px;
  }
}
