@charset "utf-8";
/* CSS Document */

body{
	font-size: 12px;
	

}

main{
	background-image: url(../images/bg.jpg);
	background-size: cover;
	overflow: hidden;
	background-repeat: repeat;
	background-position: center center;
}

.logo{
	/*width: 155px;*/
	height: 110px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}


.navbar {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 100px;
}	

.collapse.navbar-collapse{
	margin-top: 50px;
}

.nav-item::after{
	/*
    content:'';
    display:block;
    width:0px;
    height:4px;
    background:#ff0000;
	*/
	color: #f9a62e !important;	
    transition: 0.2s;
    margin-top:-10px;
}

.nav-item{
	margin-right: 15px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}



.nav-item:hover::after{width:100%;}


.nav-link{
	padding:15px 5px;
	transition:0.2s;
}

.navbar-nav .nav-link {
    color:#898886;
}


.navbar-nav .nav-link {

    color: #898886;

}

a.nav-link:hover{
	color: #f8a01f;
}

.navbar-nav .active > .nav-link{
  
    width:100%;
    height:51px;
    color: #f8a01f;
	
	/*
  	border-bottom: .25rem solid transparent;
  	border-bottom-color: #f8a01f;
    */
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0px;
    background: #ffffff;
}

.nav-link .dot{
	text-align: center;
	font-size: 8px;
	color: transparent;
}

.navbar-nav .active > .nav-link .dot{
    color: #f8a01f;
	margin-top: -35px;
}

.nav-link{
	padding-bottom: 0px;
}

.dropdown-menu {
	margin-top: -15px;
    font-size: 16px;
    color: #898886;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,1);

}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dropdown-menu .dropdown-item {
	color: #898886;
}
	
a.dropdown-item:hover{
	color: #f8a01f;
	background-color: transparent;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 40%;
    bottom: 20px;
    left: 15%;
	top:20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-right: 60px;
	padding-left: 60px;
    text-align: center;

}

.carousel-caption .display-1 {
	font-size: 15px;
	text-align: left;
	color: #f8a01f;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: 400;
}

.carousel-caption .display-2 {
	font-size: 50px;
	text-align: left;
	color: #7e7e7e;
	padding-bottom: 15px;
}

.carousel-caption .display-3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: left;
	color: #7e7e7e;
	line-height: 30px;

}

.carousel-caption .display-4 {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	text-align: left;
	border-radius: 0px;
}


.btn-warning {
    color: #FFF;
    background-color: #f8a01f;
    border-color: #f8a01f;
	text-align: left;
}

.btn-warning:hover {
    color: #FFF;
    background-color: #f6a023;
    border-color: #f6a023;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #f6a023;
    border-color: #f6a023;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f8a01f;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}


.seg_slider {
  display: inline-block;
  position:relative;
  height:328px;
  width:182px;
  margin:0 auto;
}

.seg_slider img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.seg_slider img.top:hover {
  opacity:0;
}

.pod_zvijezda{
	padding-top: 40px;
}

.podnaslov{
	font-size: 22px;
	color: #7e7e7e;
	padding-top: 15px;
	padding-bottom: 40px;
}

.footer{
	margin-top: 80px;
	padding-top: 60px;
	height: 400px;
	background-color: #e59e36;
	color: #FFFFFF;
}

.list-footer{
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 40px;	
}

.list-footer p span a{
	color: #FFFFFF;
	font-size: 14px;
}

.list-footer .crta{
	padding: 0px 10px;	
}


.soc-footer{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.soc-footer p span a{
	color: #FFFFFF;
	font-size: 14px;
}


.soc-footer .crta{
	padding: 0px 10px;	
}


.linija_p{
	display: none;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);	
}

.kljuc_vr{
	display: block;
}

.kljuc_vr_m{
	display: none;
}	

.art{
	margin-top: 200px;
	font-size: 15px;
	color: #555555;
	text-align:justify;  
    text-justify:initial;
	margin-bottom: 100px;
}



p.parsley-success {
 color:#468847;
 background-color:#DFF0D8;
 border:1px solid #D6E9C6
}
p.parsley-error {
 color:#B94A48;
 background-color:#F2DEDE;
 border:1px solid #EED3D7
}
ul.parsley-errors-list {
 list-style:none;
 color:#E74C3C;
 padding-left:0
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
 background:#FAEDEC;
 border:1px solid #E85445
}
.btn-group .parsley-errors-list {
 display:none
}


div.container.art p span a{
	color:#d99025;
}


div.container.art p span a:hover{
	color:#d99025;
}

div.container.art p  a{
	color:#d99025;
}


div.container.art p  a:hover{
	color:#d99025;
}








@media (min-width: 0px) and (max-width: 578.98px) {
	
	button.navbar-toggler {
		margin-top: 15px;
		margin-right: 15px;
	}
	
	#navbarsMenu{
		margin-left: 0px;
		margin-top: 45px;
		background-color: #faa220;

	}
	
	.navbar-nav .active > .nav-link .dot {
		display: none;
	}	
	
	
	#carouselExampleIndicators .carousel-item{
		display: block;
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		min-height: 450px;
	}
	
	.carousel-caption{
		padding-left: 0px;
		padding-right: 0px;
		top: 130px;
		left: 20px;
	}
	
	.carousel-control-prev{
		display: none;	
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
	
}

@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.2s ease-in;
        -o-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }
	
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		color: rgba(255, 255, 255, 1);
	}	
	
	.navbar-light .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 1);
		text-align: center;
	}
	
	.navbar-nav .dropdown-menu {
		position: inherit;
		float: none;
		width: 100%;
		text-align: center;
		background-color: #ee8700;
		margin-top: 0px;
	}	
	
	.nav-item{
		margin-right: 0px !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	a.dropdown-item{
		padding: 15px 5px;
	}	
	
	.dropdown-menu .dropdown-item {
		color: #fff;
		text-transform: uppercase;
	}	
	
	.linija_p{
		display: block;
		border: 0;
		border-top-color: currentcolor;
		border-top-style: none;
		border-top-width: 0px;
		border-top: 1px solid rgba(0,0,0,.1);	
	}	
	
	.kljuc_vr{
		display: none;
	}
	
	.kljuc_vr_m{
		display: flex;
	}	
	
	.linkovi_mob{
		margin-top: 15px !important;

	}
	
	.linkovi_mob.kljuc_vr_m div.col-12 a{
		font-size: 14px;
		color: #ffffff;
	}
	
	.footer{
		padding-bottom: 15px;
		height: inherit;
	}	
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		margin-top: 0px;
		background: #eb8c00;
	}	
}