*{margin:0;padding:0}
    html{overflow:hidden}
    html,body{height:100%}
    h1{font-size:2.5em}
    a{
        font-weight:600;
        color:#2e3436;
        padding:15px;
    }

body{
    font-family:"Open Sans",Helvetica,Sans-serif;
    /*font-family: 'Lato', Sans-serif !important;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/ 
    background:white;
    color:gray;
    overflow:hidden;
    overflow-y:auto;
}

#preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

.navbar {
  background-color: white !important;
  /*text-transform:uppercase !important;*/
  box-shadow: 1px solid !important;
  box-shadow: 0px 1px 7px rgba(211,211,211,0.7) !important;
}

.navbar a {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 15px 0;
  display: block;
  color: #292929 !important;
}

.navbar a:hover {
  /*color: #292929;*/
  color
}

.nav-item {
  cursor: pointer;
  height: 30px;
  padding-top: 7px;
}

#navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 1000;
}

.hover-bg {
 position: absolute;
 bottom: 0;
 border-bottom: 2px solid #13B0A8; 
 overflow: hidden;
 display: none;
 z-index: 900;
 opacity: 0.5;
}

.hover-bg-active {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #13B0A8; 
  overflow: hidden;
  z-index: 1000;
 }

.baner {
  width:100%;
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-top:bottom;
    left: 0;
    right: 0;
    top:40%;
    background: url(../img/bisoftis2.gif) no-repeat center;
}

.paralax2, .paralax3, .paralax4, .paralax5 {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.paralax2 {
	background-image: url("../img/slika1.jpg");
}

.paralax3 {
  background-image: url("../img/slika3.jpg");
}

.paralax4 {
  background-image: url("../img/slika4.jpg");
}

.paralax5 {
  background-image: url("../img/creative.jpg");
}

.paralax {
	/*height: 100%;*/
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  background-size: cover;
  -webkit-perspective:1px;
  -moz-perspective:1px;
  perspective:1px;
}

.moto {
	position: absolute;
	color: white;
 	left: 3%;
 	/*right: 15%;*/
  top: 19%;
  text-align: center;
}

.paralax video {
    position:absolute;
    width:100%;
    height:100%;
    left:50%;
    width:auto;
    height:auto;
    -webkit-transform:translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    -moz-transform:translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    transform:translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    z-index:-99
}

.container2 {
	width: 100%;
  overflow: auto;
  min-height: 400px;
}

#oNama{
  margin-top: 50px;
}

.about {
	width: 80%;
	margin: auto;
  /*color: #777;*/
  color: #292929;
  background-color: white;
  text-align: justify;
}

.grid {
  float: left;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

#prvo, #drugo, #trece {
  display: none;
}

.grid2 img {
  /*max-height: 290px;
  width: auto;*/
  width: 210px;
  height: auto;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}



p, h2, h1, h3 {
  margin-top:10px;
}

.logo {
  height: 30px;
}

.zaposleni {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  margin: auto;
}

.ime_zaposlenog{
  height:50px;
  display: block;
}

.projekat {
  width: 20%;
  margin-left: 2.5.%;
  margin-right: 2.5%;
  display:flex;
  align-items:center;
  justify-content:center;
  float: left;
}

.projekat img {
  width: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  float: left;
}

.clearfix {
  overflow: auto;
}

.carousel-control-next,  .carousel-control-prev {
  width:5%;
}

.slider {
  box-shadow: 1px solid !important;
  box-shadow: 0px 1px 7px rgba(211,211,211,0.7) !important;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color:#13B0A8;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color:#13B0A8;
}
/* scroll effect animation */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.center-it {
  position: fixed;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption {
  margin-top: 10px;
  position: absolute;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #BEBCBC;
  text-align: center;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #BEBCBC;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

.carousel{
  min-height: 400px;
  max-height: 400px;
}

.carousel-item {
  width: 90%;
  margin: auto;
  height: 300px;
}

/**************** FOOTER ****************/
#myFooter {
  background-color: #3c3d41;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.6) 100%), url(../img_novi/IMG_6419.jpg);
  background-position: 50% 50%; 
  color: white;
  padding-top: 30px;
}

#myFooter .footer-copyright {
  /*background-color: #333333;*/
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .row {
  margin-bottom: 60px;
}

#myFooter .navbar-brand {
  margin-top: 45px;
  height: 65px;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter h2 a{
  font-size: 50px;
  text-align: center;
  color: #fff;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ef1a1a;
}

#myFooter .twitter:hover {
  color: #00aced;
}

#myFooter .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

#map-container {
  height: 240px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .carousel {
    max-height: 100%;
  }
  .carousel-item {
      height:100%;
  }

  .mouse {
    display:none;
  }

  .ime_zaposlenog {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #myFooter {
      text-align: center;
  }

  .moto{
    display: none;
  }
  .ime_zaposlenog {
    height: auto;
  }
}
