.k-header .carousel-img {
	background-position: center;
	background-size: cover;
    max-width: 100%;
    height: 500px;

}
.k-header .slide1 {
	background-image: url('img/slide1.jpg');
}
.k-header .slide2 {
	background-image: url('img/slide2.jpg');
}
.k-header .slide3 {
	background-image: url('img/slide3.jpg');
}
.k-header .slide5 {
	background-image: url('img/slide5.jpg');
}
.k-header .slide6 {
    background-image: url('img/slide3.jpg');
}
.k-header .slide7 {
    background-image: url('img/slide7.jpg');
    background-position: top;
}


@media (max-width: 576px) {
.k-header .slide7 {
    background-position: left;
}

}



.k-header .carousel-text1 {
	font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-right: 4%;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
	text-align: right;	
	position: absolute;
	right: 0;
	bottom: 16%;
    
    text-shadow: 0px 0px 25px #000000;

}


.k-header .carousel-img button {
	border-color: #b59a5a;
	    color: #fff !important;

        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
        border-width: 1.5px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #b59a5a;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    font-family: "Maven Pro", sans-serif;
    width: 140px;



    position: absolute;
    bottom: 8%;
    right: 4%;

}

.k-header .carousel-img button.maya-saznaj {
    top: 4%;
    height: 45px;
    bottom: unset;

}
@media (max-width: 576px) {
.k-header .slide7 {
    background-position: left;
}

.k-header .carousel-img button.maya-saznaj {
    bottom: 4%;
    height: 45px;
    top: unset;

}

}



.k-header .carousel-img button:hover {
	border-color: #b59a5a;
    color: #b59a5a !important;

        background-color: transparent;
}
.k-header .carousel-img button:active {
    background-color: #8a7544;
    border-color: #b59a5a !important;
}
.k-header .carousel-img button:focus {
    background-color: #8a7544 !important;
        border-color: #b59a5a;
        outline:0 !important;
  box-shadow: none !important;
}