html, body{
  font-family: 'Raleway', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
  height:100%;
}

a, a:active, a:focus {
 text-decoration:none;
  outline:0;
  font-size:14px;
}

h1{
  font-size:84px;
  color:white;
  font-weight:700;
}
h2{
  font-size:41px;
  color:white;
  font-weight:400;
}

p{
  font-size:16px;
  color: white;
  font-weight:300;
  margin-top:20px;
}
h1 span{
  color:#2fa68e;
}
h4{
  font-size:14px;
  color: white;
  font-weight:300;
  margin-top:20px;
}
::selection {
  background: #3597d3;
  color:white;
}
::-moz-selection {
  background: #2791a7;
  color:white;
}

/* Start page */

.start-page{
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
  background:url('../files/top-bg-25.jpg') #c0c0c0 top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 650px;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;
}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.1); /* Standard Off */
}


.start-page .container{
  position:relative;
  margin:0 auto;
  height:100%;
  top:25%;
}
@media (max-width: 768px) { 
        .start-page .container {
        top:5%;
}
        }

.start-page .container .row .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}

.start-page .arrow-down{
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -10px;
  width: 21px;
  height: 29px;
  background: url(../img/arrow-down.png) no-repeat center center;
  display: block;
  -webkit-animation: bounce-fade 1s infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1s infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1s infinite; /* Opera 12+ */
   animation:        bounce-fade 1s infinite; /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@media (max-width: 767px) {


}
/* O nama button */

.start-page .container .row .read-more{
  width:175px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border-radius:30px;
  text-decoration: none!important;
  color:white;
  display:block;
  cursor:pointer;
  font-size:18px;
  letter-spacing:1px;
  background:#0800a8;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.start-page .container .row .read-more:hover{
  color:white;
  background: #007bc7;
  text-decoration: none!important;
}
a:hover{
  text-decoration: none!important;
}

 
/* Menu */

.navbar{
  position:fixed;
  width:100%;
  height:72px;
  background:transparent;
  z-index:1000;
  top:0;
  bottom: 0;
  left: 0;
  right:0;
  border: none!important;
  border-radius: 0;
}
.navbar-nav{
  color: #333;
}
.nav-wrap{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.navbar-collapse{/*
  background: #fff;
  border-bottom:1px solid;
  border-color: #f2f2f2!important;*/
}
.navbar-brand {
  padding:0;
   color:#3597d3;
   font-weight:700;
   font-size:24px;
   width:190px;
   /*line-height:60px;*/
   float:left;
   list-style: none;
   margin-top: 7px;
 }
 .navbar-brand img{
  padding-left: 10px;
 }

.navbar-right ul{
  width:500px;
  left:50%;
  float:right;
  text-align:right;
  list-style:none;
}

.navbar-right li{
   display:inline-block;
   position:relative;
   color: #0800a8;
   padding-left: 20px;
   font-weight: 700;
}

.navbar-right li a{
  color:#150499!important;
  font-size:14px;
  display: block;
  padding: 0 20px 0 20px;
  line-height:70px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-right li.active a{
  color:#2791a7;
}

.navbar-right li a:hover{
  color:#2791a7;
}
.navbar-nav li a:hover{
  color:#2791a7!important;
}
.navbar-default .navbar-nav > li > a.active{
  color:#2791a7!important;
}
@media (max-width: 767px) {
  .navbar-brand img{
    width: 150px;
    margin-top: 0px;
}
.start-page h1{
  font-size:64px;
  color:white;
  font-weight:700;
}
.start-page h2{
  font-size:21px;
  color:white;
  font-weight:400;
  margin-top: 40px;
}
.start-page p{
  font-size:16px;
  color: white;
  font-weight:300;
  margin-top:20px;
}
}
@media (max-width: 680px){

  h2.reflection{
    margin-top: 60px;
  }
  .read-more{
    margin-top:20px;
  }
  .partners img{
  margin: 30px 0px!important;
  width: 250px;
  padding: 0px 0px!important;
}
}
/* ABOUT */

.about{
  background: #f5f5f5;
}
.about .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.about h3{
  font-weight: 700;
  color: #231f20;
  padding: 10px 0px;
}
.about img {
  width: 150px;
}
.about p{
  font-size: 16px;
  color:#505050;
  margin-top:0 auto;
  max-width: 500px;
  text-align: center;
}
.about .col-md-4 {
  text-align: center;
  margin: 70px 0px; 
}
.about-text{
  background: #eee;
}
.about-text .row{
  max-width: 1180px;
  margin:0 auto;
}
.about-text h2{
  font-size: 40px;
  color: #231f20;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}
.about-text p{
  padding: 10px 0px 50px 0px;
  color: #505050;
  padd
}
.about-text img{
  padding: 10px;
  margin-top: 40px;
}
#building
{
    animation-delay: 0.5s!important;
   -webkit-animation-delay: 0.5s!important;
   -moz-animation-delay: 0.5s!important;
   -o-animation-delay: 0.5s!important;
}
#worker
{
    animation-delay: 1s!important;
   -webkit-animation-delay: 1s!important;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
}
/* SERVICES */
.services{
  position:relative;
  margin:0 auto;
}
.services .col-md-6{
    min-height: 0px!important;
}
.services .row{
  /*max-width: 1180px;*/
  margin:0 auto;

}
.services h3{
  font-size: 36px;
  font-weight: 700;
  color: #f5f5f5;
}
.services p{
  font-size: 16px;
  color:#f5f5f5;
  margin-top: 0px;
  line-height: 1.5;
  padding: 50px 50px;
  min-height: 250px;
}
.services .col-md-12#reference{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../reference/mepas-mall-mostar.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  cursor: pointer;
}
.services .col-md-12#reference:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../reference/mepas-mall-mostar.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.services .col-md-12#materijali{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/materijali.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  cursor: pointer;
}
.services .col-md-12#materijali:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/materijali.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.services .col-md-6#onama{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../onama/onama-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#onama:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../onama/onama-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.services .col-md-6#proizvodnja{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../proizvodnja/proizvodnja01.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#proizvodnja:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../proizvodnja/proizvodnja01.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.services .col-md-6#spomenici{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../3spomenici/spomenici01.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#spomenici:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../3spomenici/spomenici01.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
  transition: all .5s ease-in-out
}
.services .col-md-6#stubista{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/stubista/stubista_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
    cursor: pointer;
      transition: all .5s ease-in-out
}
.services .col-md-6#stubista:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/stubista/stubista_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
    cursor: pointer;
      transition: all .5s ease-in-out
}
.services .col-md-6#podneObloge{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/podneObloge/podneObloge_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
    cursor: pointer;
}
.services .col-md-6#podneObloge:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/podneObloge/podneObloge_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
    cursor: pointer;
}
.services .col-md-6#radnePloce{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/radnePloce/radnePloce_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#radnePloce:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/radnePloce/radnePloce_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#kupatila{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/kupatila/kupatila_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#kupatila:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/kupatila/kupatila_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#fasade{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/fasade/fasade_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#fasade:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/fasade/fasade_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#interijeri{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/interijeri/interijeri_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#interijeri:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/interijeri/interijeri_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#eksterijeri{
    background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../files/eksterijeri/eksterijeri_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.services .col-md-6#eksterijeri:hover{
    background: linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ), url('../files/eksterijeri/eksterijeri_1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 120px 0px;
  cursor: pointer;
}
.thumb{
  max-width: 100px;
}
/* PARTNERS */

.partners{
  background: #3f576d;
}
.partners .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
  padding-bottom: 75px;
}
.partners h2{
  font-size: 40px;
  color: #172028;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}
.partners img{
  margin: 30px 40px;
  display: inline-block;
  max-width: 400px;
}


/* BUSINESS */

.business{
  background: url(files/partners_bg.jpg) top;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background-repeat: no-repeat;
}
.business .row{
  margin: 0 auto;
  }
.business h2{
  font-size: 44px;
  color: #f5f5f5;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}
.business img{
  max-width:213px; 
  padding: 35px 0px;
}
.business .row .read-more{
  width:195px;
  height:47px;
  margin:100px auto;
  border: 1px solid #f5f5f5;
  line-height:47px;
  border-radius:30px;
  text-decoration: none!important;
  color:white;
  display:block;
  cursor:pointer;
  font-size:18px;
  letter-spacing:1px;
  background:#none;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.business .row .read-more:hover{
  color:white;
  background: #3597d3;
  text-decoration: none!important;
  border: 1px solid #3597d3;
}

  /* CONTACT */

.contact{
  background: #f8f8f8;
}
.contact .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
  padding-bottom: 75px;
}
.contact h2{
  font-size: 40px;
  color: #474747;
  text-align: center;
  font-weight: 700;
  padding: 20px 0 50px;
}
.contact h4{
  font-weight: 700;
  padding-top: 10px;
}
.contact p{
  color: #474747;
  text-align: center;
  margin-top: 0;
}
.contact .row .col-md-3 {
  padding: 20px 0px;
}
.contact img{
 max-height:100px;
  max-width:80px;
  padding: 20px 8px;
}
.contact a{
  font-size:16px;
  color:#3f576d;
}
  /* FOOTER */
.footer{
  background: #2d22fb!important;
  min-height: 120px;
}
.footer .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.footer .copy{
  color: #f5f5f5;
  margin-top: 50px;
}
.footer img{
  max-width: 30px;
}
.footer img:hover{
  opacity: 0.2;
}
.footer .social{
    margin-top:40px;
}
.footer .social ul li {
  list-style: none;
  display: inline;
  padding: 0px 5px;

}

/* LANGUAGE */

.language{
  border-radius: 5px;
  background: rgba(245, 245, 245, 0.7);
  padding: 8px; 
  display: block;
  position: fixed;
  top: 0;
  right:0;
  margin: 10px;
}
.language a{
  color: #000;
  padding:0px 5px; 
}
.language img {
  width: 23px;
  padding-right: 5px;
}
@media (max-width: 1100px) { 
        .language{
         position: absolute;
        margin-top: 50px;
}
        }
/* FORMA */
form{

}
.input-group-addon{
  background-color: #3597d3;
  vertical-align: middle;
  padding: 10px 15px;
}
.contact .glyphicon {
  color:#fff;
    vertical-align: middle;
 }
 .btn-primary {
    color: #ffffff;
    background-color: #3597d3;
  }
  i{
    color: #fff;
  }
 .btn-embossed {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
.message img{
  max-width:200px;
  padding:10px 10px 130px 10px;
  margin: 0 auto;
  display: block;

}
.message p{
  max-width: 500px;
  color: #444!important;
  margin: auto;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
}
.modal h3{
  text-align: center;
}