.img_brd {
    border: solid 1px #ccc;
    padding: 5px;
}


@media screen and (max-width:767px) {
    img.img_brd {
        margin-top: 40px;
    }

}

/*SLIDE HOME  */
.slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 0 00;
}
.slide img {
}
/*SLIDE HOME KRAJ */



/*CAROUSEL HOME */
.carousel_home, .carousel_home_new {
    width: 100%;
    height: 100vh;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}
.carousel_home .cell, .carousel_home_new .cell {
    width: 100%;
    height: 100vh;
    position: absolute;
    margin: 0;
    background: #fff;
    display: none;
}
.carousel_home .cell img, .carousel_home_new .cell img {
    width: 100%;
    min-height: 200px;
}
.carousel_home .cell .text h2, .carousel_home_new .cell .text h2 {
    font-size: 2.3rem;
    color: #fff;
    padding: 10px 0 2px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    font-family: 'Playfair Display', serif;
    margin-bottom: 6px;
    text-align: right;
    font-weight: 400;
}
.carousel_home .cell .text h2 span, .carousel_home_new .cell .text h2 span {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    margin-left: 40px;
    line-height: 53px;
}
.carousel_home .cell a, .carousel_home_new .cell a {
    text-decoration: none;
}
.datum_top {
    font: 11px;
    color: #ffffff;
    padding: 10px 0px 0px 20px
}
.carousel_home .cell .text p, .carousel_home_new .cell .text p {
    font: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-left: 80px;
    text-shadow: 1px 1px rgba(0,0,0,.5) ;
}
.carousel_home .cell .text p span,.carousel_home_new .cell .text p span {
    color: #fdca00;
}
.carousel_home ul.controls, .carousel_home_new ul.controls {
    height: 16px;
    position: absolute;
    z-index: 999;
    right: 10px;
    bottom: 10px;
}
.carousel_home ul, .carousel_home_new ul {
    list-style: none;
}
.carousel_home ul.controls li.active,.carousel_home_new ul.controls li.active {
    background-position: -669px 0;
    cursor: default;
}
.carousel_home .cell .text, .carousel_home_new .cell .text {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 7%;
    right: 0;
    background: none;
    padding: 10px;
    /* border-radius: 0 0 50px 0; */
    /* border-top: solid 1px rgba(255,255,255,.5); */
    border-bottom: solid 1px rgba(255,255,255,.5);
}
.carousel_home ul.controls li, .carousel_home_new ul.controls li {
    width: 17px;
    height: 16px;
    background: #c00;
    float: left;
    margin: 0 0 0 2px;
    background: url(/img/sprite.png) no-repeat -669px -16px;
    cursor: pointer;
}


.carousel_home .dugmic_akcija a {text-decoration:none; color:#fff;}


.logo-slide {
    width: 20%!important;
    position: absolute;
    bottom: 0%;
    left: 3%;
}

/*CAROUSEL HOME END */



/*GALERIJA IZGRADNJE*/

.home_novosti .text {
    position: absolute;
    background: rgba(0,0,0,0.65);
    padding: 20px;
}


.home_novosti .text h2 {
    font-size: 26px;
    color: #fff !important;
    text-shadow: 1px 1px rgba(0,0,0,.5);
}

.bottom {bottom:0;}

/*GALERIJA IZGRADNJE END */

.inside {
    position: absolute;
    top: 15px;
    left: 55px;
}

.bxslider2 .bx-viewport, .bxslider2 .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider2, .bxslider2 li{
    height: 100% !important;;
}
.bxslider2 li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bxslider2 .bx-wrapper .bx-viewport{
    border: none !important;
}


