@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
*{
    scroll-behavior: smooth;
}
body{
    background-image: url(../slike/bodybg.png);
    font-family: 'Nunito', sans-serif;
    line-height: 1.6em;
    margin:0;
    padding: 0;
    overflow-x: hidden;
}

a, a:focus, a:hover {
    text-decoration: none;
    color:inherit;
}
.row{
    margin-right: 0;
    margin-left: 0;
}

.body-padding{
    border: 1px solid #DBDBDB;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 30px;
}

@media (max-width: 767px){
    .body-padding{
        margin-top: 0;

    }
    #nav{
        background-color: #0c1923;;
    }
    nav {
        margin-top:20px;
    }
    .container{
        max-width: 100%;
    }
    .container #nav{
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media(max-width:575px){
    .container #nav{
        margin-left: 0px;
        margin-right: 0px;
    }
}


/* Header */

.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
    font-size: 25px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    right: 40px;
    display: none;
    background: #711c76;
    color: #fff;
}
.scrollToTop:hover {
    background-color: #333;
    color: #fff;
}
#header{
    padding-top: 37px;
}
#header .img{
    display:block;
    width: 50%;
    margin-left:30px;
}
@media (max-width:1024px){
    #header .img{
        display:block;
        width: 75%;
        margin:auto;
}
}

@media (max-width:767px){
    #header .img{
        display:block;
        width: 50%;
        margin:auto;
}
}

#header .top_right_bar{
    margin-top: 20px;
}
#header ul{
    padding: 0;
}
#header .social_logos {
    list-style-type: none;
    float: right;
}
#header .social_logos li {
    display: inline;
    margin-left: 8px;
    margin-right: 0px;
    float: left;
    font-weight: 500;
    color: #711c76;
}
#header .social_logos li a {
}
#header .centar{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#header .razmak{
    display: flex;
}


#header .centar{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#header .razmak{
    padding-bottom: 5px;
    display: contents;
}
#header .slusalica{
    text-align: right;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #711c76;
}
#header .text{
    margin-top: 1rem;
}
@media (max-width:1126px){
    #header .text{
    margin-top: 1rem;
}
}
@media (max-width:768px){

    #header .col-md-7{
        display: none;
    }
}

/* Header */

/* Nav bar */
#nav .pozadina{
}
nav {
    
}

nav ul {
    list-style: none;
    float: left;
    position: relative;
    z-index: 50;
    width: 100%;
    margin: 30px 0;
    padding: 10px 0;
    border-bottom: 4px double #e1e1e1;
    border-top: 4px double #e1e1e1;
    
}

nav ul li {
        float: none;
    background: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.3em;
    position: relative;
}

nav ul li a {
    position: relative;
    color: #3b3c3c;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    font-family: 'Poppins','sans-serif';
    
}

nav ul li a::after {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    transition: width 0.5s;
    left: 0;
    border-bottom: 1px solid #00AC35;

    
}

nav ul li a:hover::after {
    left:0;
    width: 100%;
}

nav ul li a::before {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    transition: width 0.5s;
    right: 0;
    border-top: 1px solid #00AC35;

}
nav ul li a:hover::before {
    right: 0;
    
    width: 100%;
}

@media (max-width: 1126px){
    nav ul li a {
        padding: 10px;
        font-size: 15px;
        line-height: 1.2;
    }

}

nav ul li:hover {
    text-decoration: none;
    color: #00AC35;
    transition: .5s ease;

}

#responsive-nav {
    cursor: pointer;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    padding: 5px 0;
}

@media (max-width: 767px){
    nav ul li a {
        padding: 10px;
        font-size: 18px;
        line-height: 1.2;
}
    nav ul {
        margin:0;
        border-bottom: none;
        border-top: none;
    }
    nav ul li {
        background-color: black;
        border-bottom: 4px solid white;
        text-align: center;
        text-transform: uppercase;
    }
    nav ul li a {
        color:white;
        
    }
}


/* Nav bar */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



/* Slider */
.carousel-container {
  list-style-type: none;
  padding: 0;
  margin: 30px auto;
    margin-top: 0;
  width: 100%;
  height: 408px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
    background-position: center;
}
@media(max-width:767px){
    .carousel-container {
        margin: 30px auto;
    }
}
.carousel-container .arrow {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #711c76;
  display: block;
  width: 50px;
    height: 408px;
  font-size: 62px;
  text-align: center;
  bottom: 0;
  top: 0;
  line-height: 408px;
  position: absolute;
  z-index: 9999;
  padding-bottom: 4px;
  padding-top: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-container .arrow.next {
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.carousel-container .arrow.back {
  right: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.carousel-container .arrow:hover {
  color: #00AC35;
}
.carousel-container li:nth-child(1) > .dot {
  margin-left: 44.6%;
}
.carousel-container .carousel-content {
  height: 0;
  overflow: hidden;
  line-height: 22px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0 5px 5px -5px #333;
  list-style-type: none;
  padding: 0;
}
.carousel-container .carousel-content img {
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
    height:408px;
  border-radius: 5px;
  transition: 0.2s ease-in;
}
.carousel-container .dot {
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-top: 56%;
  border-radius: 50%;
  z-index: 999;
  margin-right: 8px;
  display: block;
}
.carousel-container .dot:hover {
  background: #fff;
}
.carousel-container .carousel-toggle {
  display: none;
}
.carousel-container .carousel-toggle:checked + .dot, .carousel-container .carousel-toggle.active + .dot {
  background: #fff;
}
.carousel-container .carousel-toggle:checked ~ .carousel-content, .carousel-container .carousel-toggle.active ~ .carousel-content {
  height: 100%;
  width: 100%;
}
.carousel-container .carousel-toggle:checked ~ .carousel-content img, .carousel-container .carousel-toggle.active ~ .carousel-content img {
  opacity: 1;
}

@media(max-width:767px){
    .carousel-container .carousel-content img {
        height:204px;
    }
    .carousel-container .arrow {
        height: 204px;
        line-height: 204px;
    }
    .carousel-container {
        height: 204px;
    }
}

#slider .pozadina{
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 20px;
    color: #444;
    display: block;
    top: 20%;
    bottom: auto;
    text-shadow: none;
    border-radius: 3px;
}
.carousel-caption h1.text {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
}
.carousel-caption li.text {
    margin-left: 0;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 300;
}
.carousel-caption a.textbtn {
    padding: 8px 16px;
    border: 1px solid #444;
    color: #444;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media(max-width:767px){
    #slider .pozadina{
        background: rgba(255, 255, 255, 1);
        padding: 20px 20px;
        top:12%;
    }
    .carousel-caption h1.text {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .carousel-caption li.text {
        display: none;
    }
    .carousel-caption a.textbtn {
        padding: 8px 16px;
    }
}
/* Slider */


/* Text */

#text{
    margin-top:80px;
}
#text .wrapper{
    
    text-align: center;
}
#text h1{
    color: #242424;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
}
#text .pozadina{
    margin:30px 0;
    background-color:#711c76;
    color:white;
    padding:15px 25px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.pozadina-cepa{
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.pozadina-cepa img{
    width: 50%;
}

@media(max-width:767px){
    #text{
        margin-top:50px;
}
    #text .pozadina{
        padding:15px;
        font-size: 1.1rem;
    }
}


/* Text */


/* Usluge */

#usluge{
    padding-top: 35px;
    padding-bottom: 25px;
}
#usluge .naslov{
    font-size: 26px;
    text-align: center;
    color: #242424;
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
#usluge hr{
    margin: 30px 35%;
    position: relative;
    border: 0;
    border-top: 1px solid #C7C7C7;
}
#usluge hr:after {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}
#usluge hr:before {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}


#usluge .wrapper{
    margin-top: 10px;
}
#usluge .wrapper .naslov{
    font-size: 22px;
    font-weight: 500;
}

#usluge .img{
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
#usluge .img:hover{
    opacity: 0.9;
}

#usluge p{
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555555;
}
#usluge .vise{
    color: #444;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.2s ease-out;
}
#usluge .hvr-fade2:hover{
    color: #0F9E5E;
    background-color: #711c76;
}
#usluge .poslednji{
    margin:auto;
    text-align: center;
    margin-top:30px;
}
@media(max-width:767px){
    #usluge p{
        font-size: 13px;
    }
    #usluge .wrapper .naslov {
        font-size: 17px;
        font-weight: 500;
}
    
}

@media(max-width:575px){
    #usluge .wrapper{
        text-align: center;
        border: 1px solid rgb(231,231,231);
        padding: 25px;
        margin-bottom: 25px;
}
    #usluge .img {
        width: 100%;
    }
    #usluge .wrapper .naslov{
        font-size: 22px;
}
    #usluge .poslednji{
        margin-top:0px;
    }
}



/* Usluge */

.ssup{
    margin-top: 30px;
    margin-bottom: -50px;
}

.ss{
    margin-right: -30px;margin-left: -30px;
}
@media(max-width:767px){
    .ss{
        margin: 0;
    }
    .ssup{
    margin-top: 30px;
    margin-bottom: -50px;
    }
}
/* Uspeh */
#uspeh{
    margin-top:50px;
    margin-left:-30px;
    margin-right: -30px;
}
#uspeh .pozadina{
    background-color: #711c76;
    padding-bottom: 70px;
    padding-top: 70px;
}
#uspeh .wrapper{
    margin:auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}
#uspeh .padding{
}
#uspeh .img{
    max-width: 100%;
    color:#ffffff;
}
#uspeh .im{
    width: 65px;
    height: 65px;
    font-size: 65px;
}
#uspeh .veliki{
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
    line-height: 0.5;
    letter-spacing: 0px;
    color: #ffffff;
}
#uspeh .mali{
    font-weight: 400;
    font-style: normal;
    color: #959595;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    
}
#uspeh .row .col-sm-9{
    padding-left:50px;
}
@media(max-width:575px){
    .body-padding {
        padding: 0;
    }
    #uspeh{
    margin-top:50px;
    margin-left:0px;
    margin-right: 0px;
}
    #uspeh .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    #uspeh .wrapper .row{
        text-align: center;
    }
    #uspeh .mali{
        margin-bottom: 50px;
    }
    #uspeh .img{
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    #uspeh .row .col-sm-9{
        padding-left:0px;
        padding-right:0px;
}
    #uspeh .row .col-sm-3{
        margin: auto;
    }
    #uspeh .text{
        padding-left:20px;
    }
}


/* Uspeh */


/* Blog */

#blog{
    padding-top: 35px;
    padding-bottom: 25px;
}
#blog .wrapper{
    padding-left: 10px;
    padding-right: 10px;
    
}
#blog .text-naslov{
    margin: auto;
}
#blog .naslov{
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    color: #323b42;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}
#blog .text{
    font-weight: 400;
    font-style: normal;
    color: #828282;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
}
#blog hr{
    margin: 30px 35%;
    position: relative;
    border: 0;
    border-top: 1px solid #C7C7C7;
}
#blog hr:after {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}
#blog hr:before {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}

#blog h3{
    font-weight: 600;
    font-style: normal;
    color: #323b42;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
}
#blog p{
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    color: #959595;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}


/* Blog */


/* Kontakt */


#kontakt .pozadina{
    margin-top:50px;
    margin-left: -30px;
    margin-right: -30px;
    background-image: url(../slike/apartment-apartment-building-architecture-building-3237051.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    z-index: 90;
    padding: 75px 0;
}
#kontakt .map{
    width: 100%;
    height:500px;
}
#kontakt iframe{
    height: 100%;
    width: 100%;
}
#kontakt .wrapper{
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#kontakt .img{
    margin: auto;
    width: 200px;
    height: 90px;
}
#kontakt .logo{
    margin: auto;
    text-align: center;
}
#kontakt .col-sm-12{
    margin: auto;
}




#kontakt .info{
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}
#kontakt .blok{
    padding: 25px;
}

#kontakt .boja{
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    font-size: 1.07692rem;
    font-weight: 600;
    letter-spacing: 0.06154rem;
    text-transform: uppercase;
}
#kontakt ul li{
    display: block;
    font-size: 1.07692rem;
    font-weight: 400;
    letter-spacing: 0.06154rem;
    color: #fff;
    margin-bottom: 5px;
}
#kontakt .social{
    margin-top: 20px;
    text-align: center;
}
#kontakt .social li{
    text-align: center;
    margin-right: 17px;
    font-size: 40px;
}

#kontakt .icon {
    font-size:2.5rem;
    border-radius: 100%;
    height: 85px;
    width: 85px;
    text-align: center;
    margin: 0 auto;
    transition: background 0.25s linear, color 0.25s linear;
    padding: 1.5%;
    margin-bottom: 15px;
}

#kontakt .icon:hover{
    background: #711c76;
    color: white;
    cursor: pointer;
}

@media(max-width:575px){
    #kontakt .pozadina{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
}

@media (max-width:1200px){
    #kontakt .boja{
        font-size: 0.9rem;
    }
    #kontakt ul li{
        font-size: 0.9rem;
    }
    #kontakt .img{
        
    }
    #kontakt .pozadina{
        height: auto;
    }
    #kontakt .blok{
        padding: 0;
    }
    #kontakt ul{
        padding: 0;
    }
}



/* Kontakt */

/* Footer */
#footer .pozadina{
    color: #fff;
    background-color: #711c76;
    padding-bottom: 5px;
    padding-top: 20px;
}
#footer a{
    color:#00AC35;
    text-decoration: none;
    font-weight: 600;
}
#footer b{
    color:#00AC35;
}
#footer .centar{
    text-align: center;
}

/* Footer */


/* Stranica Blog */


#str_blog{
    margin-top: 30px;
    padding-bottom: 30px;
}

#str_blog .razmak{
    padding-top: 0;
    padding-right: 10px;
    overflow: hidden;
}
#str_blog .post{
    margin-bottom: 120px;
    padding-top: 0;
    margin-top: 0;
}
#str_blog .post h1{
    padding-left: 1px;
    padding-top: 0;
    margin-top: 0;
    word-wrap: break-word;
}
#str_blog .post p{
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555555;
}
#str_blog .post a{
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline-block;
    float: right;
    margin-top: 40px;
    padding: 9px 16px;
    border: 3px double #eee;
    background-color: #fff;
}
#str_blog .post .hv:hover{
    background-color:#00AC35; 
    transition: 0.5s;
}
#str_blog .post hr:nth-child(odd){
    margin-top: 120px;
}
#str_blog .strana{
    padding-top: 2px;
    padding-left: 30px;
}
#str_blog .title{
    font-size: 18px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    padding: 12px 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    background-color: #711c76;
}
#str_blog ul{
    list-style: none;
}
#str_blog ul li a{
    display: block;
    text-align: right;
    font-weight: 700 !important;
    color: #666;
    font-size: 16px;
}
#str_blog ul li a:hover{
    opacity: 0.8;
}

@media(max-width:767px){
    #str_blog .title {
        font-size: 14px;
    }
    
}



/* Stranica Blog */


#vesti{
  padding-top: 35px;
  padding-bottom: 25px;
  width: 40em;
  height: 40em;
  margin: 0 auto;
}
#vesti li {
  width: 500px;
  height: 430px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  text-align: center;
}

#vesti li p {
  
}

#vesti .items {
  position: absolute;
  background-color: #fff;
}

#vesti .main-pos {
  margin-left: 2em !important;
  z-index: 3000;
  /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}

#vesti .left-pos {
  opacity: .3;
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

#vesti .back-pos {
  margin-left: 2em !important;
  opacity: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

#vesti .right-pos {
  opacity: .3;
  margin-left:  21em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}

#vesti span {
  position: relative;
  margin: 0 auto;
  left: 12em;
  top: 25em;
}
#vesti .text-naslov{
    margin: auto;
}
#vesti .naslov{
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    color: #323b42;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
}
#vesti .text{
    font-weight: 400;
    font-style: normal;
    color: #828282;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
}
#vesti hr{
    margin: 30px 35%;
    position: relative;
    border: 0;
    border-top: 1px solid #C7C7C7;
}
#vesti hr:after {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}
#vesti hr:before {
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color: #161616;
    background-color: #fff;
    margin-top: -6px;
    content: '';
    position: absolute;
}
#vesti h3{
        font-weight: 600;
    font-style: normal;
    color: #323b42;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
}
#vesti p{
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
    color: #959595;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}
#vesti .button{
    color: #444;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.2s ease-out;
}
@media(max-width:1200px){
    #vesti{
        width:100%;
    }
    #vesti .left-pos {
        display: none;
    }
    #vesti .back-pos {
        display: none;
    }
    #vesti .right-pos {
        display: none;
    }
    #vesti span {
        left:4em;
    }
    #vesti .main-pos {
        margin: 0 !important;
    }
    #vesti li {
        width:100%;
    }
    #vesti ul{
        margin: 0;
    }
    #vesti .carousel{
        width:100%;
        padding-left: 1px;
        padding-right: 15px;
    }
}
@media(max-width:330px){
    #vesti span {
        left:2em;
    }
}

