body {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.naslov {
  font-family: 'Nunito', sans-serif;
}
html, body {
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.50;
  color: #000;
  background-color: #ffffff;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  color: #333333;
}
h1 {
  font-size: 38px;
  font-weight: 700;
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  margin-top: 15px;
}
h5 {
  font-size: 16px;
  font-weight: 700;
}
h6 {
  font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span {
  color: #339BEB;
}
.text-colored {
  color: #55acee;
}
a {
  color: #55acee;
}
a:hover {
  color: #339BEB;
}
a:focus, a:active {
  outline: none;
}
.large {
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-unstyled li {
  padding: 5px 0;
}
.list-horizontal {
  padding: 15px 0;
}
.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}
.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}
.list-icons li {
  padding: 0 0 15px 0;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.title {
  margin-top: 0;
}

/* Layout----------------------------------------------------------------------------- */

.header {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.40);
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  color: #fff;
}
.banner-image {
  vertical-align: middle;
  min-height: 100%;
  width: 100%;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.83);
  content: "";
}
.banner-caption {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 2;
}
.subfooter {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 30px;
}
.section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Backgrounds----------------------------------------------------------------------------- */

.default-bg {
  background-color: #222222;
  color: #ffffff;
}
.default-bg.blue {
  background-color: #55acee;
}
.translucent-bg {
  color: #ffffff;
}
.default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .translucent-bg h1, .translucent-bg h2, .translucent-bg h3, .translucent-bg h4, .translucent-bg h5, .translucent-bg h6 {
  color: #ffffff;
}
.default-bg blockquote footer, .translucent-bg blockquote footer {
  color: #cccccc;
}
.default-bg a, .translucent-bg a {
  color: #ffffff;
  text-decoration: underline;
}
.default-bg a:hover, .translucent-bg a:hover {
  text-decoration: none;
}
.translucent-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.translucent-bg .translucent-bg {
  margin-top: 80px;
  z-index: 3;
}
.translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.7); */
}
.translucent-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
  z-index: 3;
  position: relative;
}
.bg-image-1 {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  padding: 50px 0;
}
.bg-image-2 {
  background-color: #FFFFFF;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 50px 0;
}

/*.bg-image-3{background-color:#f5f5f5; background-size: cover; height: auto;width: 100%;padding: 50px 0;}*/

.bg-image-3 {
  background: url("../images/zajedno.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  padding: 50px 0;
}
@media (max-width:767px) {
  .bg-image-3 {
    background: url("../images/zajedno_sm.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    padding: 50px 0;
  }
}

.bg-image-4 {
  background-color: #FFF;
  background-size: cover;
  height: 100%;
  padding: 50px 0;
}

.bg-image-5 {
  font-size: 18px;
  height: auto;
  padding: 30px 0;
  clear: both;
  background-color: rgb(239, 237, 250);
  border-top: 1px solid #C7C7C7;
}
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible, .touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */

@-moz-document url-prefix() {
  .object-visible, .touch .object-non-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
.space {
  padding: 20px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pb-clear {
  padding-bottom: 0;
}

/* Buttons---------------------------------- */

.btn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default {
  color: #55acee;
  border: 1px solid #cccccc;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #339BEB;
  border-color: #339BEB;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}



@media (min-width:1200px) {
  .modal-lg {
    width: 1140px;
  }
}

/* Media---------------------------------- */

.media .fa {
  font-size: 24px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}
.header .navbar {
  margin-bottom: 0;
}
.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: rgb(221, 231, 25) !important;
  border-bottom: 2px solid #FFFFFF;
  ;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: #55acee;
}
@media (min-width:768px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    float: left !important;
  }
}
@media (max-width:767px) {
  .header.navbar-fixed-top {
    position: absolute;
  }
}

/* Fixed Header----------------------------------------------------------------------------- */

.fixed-header-on .header {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 5px 0;
}
.fixed-header-on .site-name {
  font-size: 24px;
}
.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width:768px) {
  .fixed-header-on .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width:991px) {
  .fixed-header-on .logo, .fixed-header-on .site-name, .fixed-header-on .site-slogan {
    display: none;
  }
}

/* Blocks/Widgets----------------------------------------------------------------------------- */


/* Logo, Site Name, Site Slogan---------------------------------- */

.logo {
  margin: 10px 10px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo, .site-name-and-slogan {
  float: left;
}
.site-name {
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-name a {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
}
.site-slogan {
  font-size: 12px;
}

/* Testimonials---------------------------------- */

.testimonial .media-left {
  width: 60px;
}

/* Social Links---------------------------------- */

.social-links {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.social-links li {
  margin: 10px 25px 10px 0;
  display: inline-block;
  font-size: 36px;
}
.social-links li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Isotope Items---------------------------------- */

.filters {
  margin: 0 0 30px 0;
}
.filters .nav-pills > li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filters .nav-pills > li + li {
  margin-left: 0px;
}
.text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}
.isotope-container {
  overflow: hidden;
}
.isotope-item {
  margin-bottom: 20px;
}
.isotope-item .btn-default {
  color: #999999;
}
.isotope-item .btn-default:hover {
  color: #ffffff;
}
@media (max-width:480px) {
  .filters .nav-pills > li {
    width: 100%;
    display: block;
  }
}

/* Images Overlay----------------------------------------------------------------------------- */

.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(85, 172, 238, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.yellow {
  color: #fff101 !important;
}
.yellow-bg {
  background-color: #fff101 !important;
}
.poc-cont {
  top: 40%;
  position: absolute;
}
.poc-cont h1 {
  letter-spacing: 2px;
  font-weight: 300;
  padding: 20px 10px;
  font-size: 46px;
}
.poc-cont h3 {
  letter-spacing: 3px;
  padding: 20px 10px;
}
.no-pad {
  padding: 0px !important;
}
.m-bott {}
.razmak {
  padding-top: 30px;
}
@media (max-width:480px) {
  .poc-cont {
    top: 15%;
    position: absolute;
  }
  .poc-cont h1 {
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px;
    font-size: 24px;
  }
  .poc-cont h3 {
    letter-spacing: 2px;
    padding: 5px;
  }
  .razmak {
    padding-top: 0px;
  }
  .m-bott {
    margin-bottom: 10px;
  }
  li {
    background-color: #000 !important;
    width: 100%;
  }
}

}
@media screen and (max-width:299px) {
  .fa {
    font-size: 1.2em
  }
}
@media screen and (min-width:300px) and (max-width:799px) {
  .fa {
    font-size: 2em
  }
}
.rotate {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden
}
.box-icon {
  height: 150px;
  width: 150px;
  -moz-border-radius: 35px;
  border-radius: 100%;
  padding: 47px 10px;
  background-color: #f0f1ec;
  color: #034b81;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin-right: 15px
}
.figure-caption {
  text-align: center;
}
.onama-cont {
  padding: 30px;
  background-color: #FFF;
  opacity: 0.7;
  left: 85%;
  position: absolute;
  height: auto;
  min-height: 250px;
  border-radius: 6px;
}
.logo-text {
  margin-top: 20px;
  font-family: Montserrat;
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (min-width:300px) and (max-width:799px) {
  .logo-text {
    font-size: 14px;
    margin-top: 0px;
  }
  header img {
    height: 64px;
    width: 40px;
  }
}
.@media only screen and (max-width: 766px) {
  .navbar-collapse in {
    background-color: #000000;
    /*replace with desired color*/
  }
}
.white-bg {
  background-color: #FFF;
  opacity: 0.55;
}
.meni li a:active {
  color: #fff !important;
}
#footer {
  clear: both;
  position: relative;
  z-index: 10;
  padding: 15px 0;
  background-color: rgb(239, 237, 250);
  border-top: 1px solid #C7C7C7;
}

#team {
background: url(../images/team.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding-top: 100px;
padding-bottom: 70px;
position: relative;
overflow: hidden;
width: 100%;
background-position:50%;
color: #FFF !important;
}
#team h3, h5{
	margin: 15px 0;
	color: #FFF !important;
}

@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.animiraj {
   animation-duration: 1.2s;
   animation-name: fadeAndScale;
   animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}
