@import url(reset.css);
html {
	scroll-behavior: smooth;
}
a {
    text-decoration: none;
	color:#fff;
	
}
a:hover{
	text-decoration:none;
	
}
li{
	line-height: 2;
}
body{
	font-family: 'Poppins', sans-serif;
}
p{
    line-height:1.7;
	font-family: 'Noto Sans', sans-serif;
}
h1{
	font-family: 'Alata', sans-serif;
	font-size: 30px;
	margin:20px 0;
	font-weight: 700;
}
h2{
	font-size: 25px;
	font-family: 'Alata', sans-serif;
	margin:20px 0;
	font-weight: 600;
}
h3{
	font-family: 'Patrick Hand', cursive;
	font-size:25px;
	margin:20px 0;
}
body img{
    width: 100%;
    z-index: -1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.jumbotron{
	margin-bottom: 0;
}
/*END GENERALNI OPISI ########################################################################*/

/*START HEADER###################################################################################*/
.navbar-brand img{
	height: 50px;
	width: auto;
}
.navbar-nav .nav-item .nav-link{
	color:#fff;
    font-size:16px;
    font-weight: 600; 
	text-transform: uppercase; 
}
.dropdown-menu{
	background-color: #030a14;
}
.navbar-nav .nav-item .nav-link:hover{
	color: #d84315;
}
.navbar-nav .nav-item.active>.nav-link{
	color: #d84315;
}

.navbar .navbar-light .navbar-toggler{
    color:#d84315;
}

.navbar{
	background-color: #030a14;
	z-index:2;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
	text-transform: uppercase;
	color:#fff;
	font-weight: 700; 
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
	color:#cf0404;
	background: transparent;
}
.navbar .navbar-expand-sm{
	text-align: right;
}
.navbar-dark .navbar-nav .show>.nav-link{
	color:#fff;
}
.heder1{
	background-color: #071529;
	padding: 10px 0;
}

.heder1 i{
	font-size: 30px;
	color:#fff;
}
.heder1 p{
	color:#fff;
}
.navbar-light .navbar-toggler-icon{
	background-image: url("../images/home.png");
}
button:focus{
	outline: none;
}
/*END HEADER ########################################################################################*/

/*START NASLOVNA#####################################################################################*/
.bg {
    min-height: 90vh;/*definisanje minimalne visine ove sekcije*/
    background-image: url('../images/cover/naslovna.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 8%;
	
}
.djelo{
	position: absolute;
	top:100%;
	left:50%;
	text-align:center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.djelo a:first-of-type{
	display: inline-block;
	background-color:#d84315;
	padding: 20px;
	text-transform: uppercase;
	margin-right:30px;
	margin-bottom:30px;
	width:220px;
	text-align:center;
}
.djelo a:last-of-type{
	display:inline-block;
	background-color:#071529;
	text-transform: uppercase;
	border:2px solid #fff;
	padding:20px;
	width:220px;
	text-align:center;
}
.djelo a:first-of-type:hover{
	color:#fff;
	background-color:#1e1f1d;
}
.djelo a:last-of-type:hover{
	background-color:#d9ded3;
	color:#333;
}
.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: #030a14 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.crtica::after{
	content:"";
	position:absolute;
	top:20%;
	left:11%;
	height:5px;
	width:15%;
	background:#d84315;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.naslov{
	position: relative;
	padding: 20px;
}
.naslov p, .vizija p{
	padding: 80px 0;
}
.naslov a{
	color:white;
	background:linear-gradient(180deg,#f4511e,#d84315);
	padding:15px;
	text-transform: uppercase;
	
}
/*START PROMJENA NA HOVER OD DNA KA VRHU*/
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #333;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
}
  .hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
	color: white;
  }
  .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
  }
.ikonice span::before{
	font-size:90px;
	color:#fff;
	background: #d84315;
	padding:35px;
	margin:20px 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.ikonice h3{
	margin-top: 60px;
}
.ikonice p{
	color:gray;
	margin: 40px 0;
}
p.card-text{
	text-align: justify;
	margin-bottom: 20px;
}
.fontic h3{
	font-size:22px;
}
.manji h3{
	font-size:21px;
}
/*END NASLOVNA ##########################################################################################*/

/*START O NAMA ##########################################################################################*/
.mi {
    min-height: 70vh;
    background-image: url('../images/cover/onama.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 4%;
}
.crtica2::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:11%;
	background:#d84315;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
/*START PROMJENA NA HOVER S LIJEVA NA DESNO*/
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #333;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none; 
  }
  .hvr-sweep-to-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
}
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
.onama{
	padding-top: 10%;
}
.btn.focus, .btn:focus{
	box-shadow:none;
	text-decoration: none;
}
.card-header{
	background: #071529;
}
.btn-link{
	color:white;
	margin: 0;
}
.btn-link:hover{
	text-decoration: none;
	color:#d84315;
}
.btn-link h3{
	margin:0;
}
.crtica4::after{
	content:"";
	position:absolute;
	top:2%;
	left:50%;
	height:4px;
	width:45px;
	background:#d84315;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.licence p{
	margin-bottom: 40px !important;
}

.relativni{
	position: relative;

}
.apsolutni{
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: none;
	color: #fff;
	transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
	-o-transition: all .4s linear
}
.relativni:hover .apsolutni{
	display: block;
	cursor: pointer;
}
.relativni::before {
    content: "";
    background: rgba(82, 85, 89, 0.9);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
   	visibility: hidden;
	opacity: 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear
}

.relativni:hover::before {
    visibility: visible;
    opacity: 1
}
.licence p{
	font-size: 15px;
}
.licence img{
	padding:10px;
}
/*END O NAMA ##########################################################################################*/

/*START REFERNCE######################################################################################*/
.referal {
    min-height: 70vh;
    background-image: url('../images/cover/reference.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 4%;
}

/*END REFERNCE######################################################################################*/

/*START DJELATNOSTI ######################################################################################*/
.mi1 {
    min-height: 70vh;
    background-image: url('../images/cover/djelatnosti.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 4%;
}
.djelatnost h3{
	text-transform: uppercase;
}
.djela{
	background-color: #d84315;
	color:#fff;
	background-clip: content-box;
}
.content{
	padding:25px;
}
.padi{
	margin-top:20%;
}
.djela:hover{
	background-color:#071529;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.djela h2{
	font-size:20px;
	line-height: 1.5;
}

/*END DJELATNOSTI ########################################################################################*/

/*START OPREMA ########################################################################################*/
.truck {
    min-height: 70vh;
    background-image: url('../images/cover/oprema.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 4%;
}
#oprema{
	margin:120px 0;
}
#oprema .owl-nav{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:105%;
}
#oprema .owl-prev{
	float:left;
}
#oprema .owl-next{
	float:right;
}
#oprema .owl-prev, #oprema .owl-next{
	font-size:70px;
	background:none;
	color:black;
}
#oprema img{
	padding:10px;
	/*height:180px;
	width:100%;*/
}
.oprema .list-group-item.active{
	background-color: #071529;
	border-color:#071529;
}
.oprema a{
	text-transform: uppercase;
}
.crtica5::after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	height:4px;
	width:15%;
	background:#d84315;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
/*END OPREMA ########################################################################################*/

/*START KONTAKT #######################################################################################*/
.contact i{
	font-size:40px;
	color:#fff;
	background-color:#d84315;
	padding:40px;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}

.for .btn{
	background-color:#d84315;
	padding:10px;
	color:#fff;
	border:none;
	margin:10px 0;
	
}
.for .btn:hover{
	background-color:#071529;
	border:none;
	color:#fff
}
.poruka {
    min-height: 70vh;
    background-image: url('../images/cover/kontakt.jpg');
    background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 4%;
}
.contact p a{
	color:#333;
}
.alert {
	background-color: #f90;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
  }
/*END KONTAKT ########################################################################################*/


/*START FOOTER ######################################################################################*/
.footer{
	background:#030a14;
	padding: 3%;
	color:#fff;
}

.crtica3::after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:4px;
	height:45px;
	background:#d84315;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.ikonicef{
	font-size: 20px;
}
.menif.navbar-nav .nav-item .nav-link{
	text-transform: none;
	color:#d84315;
}
.menif.navbar-nav .nav-item .nav-link:hover{
	color:#fff;
}
.menif.navbar-nav .nav-item.active>.nav-link{
	color: #fff;
}
/*END FOOTER ######################################################################################*/

/*START GALERIJA OPREMA ##################################################################################*/
.photo{
	
	text-align:center;
}
.photo figure{
	border:1px solid #fff;
	padding:20px;
	margin:0;
}
.photo1 figure{
	text-align:center;	
}
.photo1 figure{
	position:relative;
}
.photo1 figcaption{
	position:absolute;
	bottom:0;
	background:#f9461d;
	left:15px;
	right:15px;
	padding:5px;
}
.photo1 figcaption{
	display:none;
}
.photo1 figure:hover figcaption{
	display:block;
}
.red{
	margin:0;
}
.navbar-light .navbar-nav .show>.nav-link{
	color:#fff;
}
/*END GALERIJA OPREMA ####################################################################################*/


/**STAR @ MEDIA #################################################################################*/
@media(max-width:948px){
	.djelo a:first-of-type, .djelo a:last-of-type{
		width:100%;
	}
}