@charset "utf-8";
/* CSS Document */


/* color change */
#header-1 .main-nav {
	background-color: #FFF;
    border: 0;
    height: 80px;
}

/* links header*/ 
#header-1 .main-nav .nav .nav-item a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #FC3;
	/*color: rgba(255, 255, 255, 0.8);*/
}

#header-1 .main-nav .nav .nav-item.active a {
	color: #F90;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:hover {
	color: #F90;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:focus {
	outline: none;
	background: none;
}

#header-1 .main-nav .nav .nav-item a:active {
	outline: none;
	background: none;
}

#header-1 .main-nav .nav .nav-item.active {
	color: #999;
}

/* main image index */ 

.promo-3 {
	background: url("../images/hidex/main_img_hidex.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}

.promo-4 {
	background: url("../images/hidex/02_o_podjetju_main.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}

.promo-5 {
	background: url("../images/hidex/03_storitve_main.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}

.promo-6 {
	background: url("../images/hidex/05_distribucija_main.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}

.promo-7 {
	background: url("../images/hidex/06_kakovost_main.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}

.promo-8 {
	background: url("../images/hidex/04_produkti600x800main.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0;
}


/* carousel */ 

/*.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
} */


/* fonts, title, ...*/

.underlined-title hr {
	border:solid 2px #FC3}
	
/* footer */ 

.content-block-nopad{
	background-color: #FC3}


/* bg o podjejtu */
.background-image-holder1 {
	background: #000 url(../images/hidex/02_o_podjetju_main.jpg); no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/* content */ 
#content-1-4 {
	background-color:#FFF}

.row h1 {
	color:#FC3}


.editContent a{
	color: #F90;
}

/* storitve bg */
.background-image-holder2 {
	background: #000 url(../images/hidex/03_storitve600x800main.jpg); no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}


/* produkti bg */
.background-image-holder3 {
	background: #000 url(../images/hidex/04_produkti600x800main.jpg); no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/* distribucija bg*/ 
.background-image-holder4 {
	background: #000 url(../images/hidex/05_distribucija600x800mainImg.jpg); no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/* kakovost bg*/ 
.background-image-holder5 {
	background: #000 url(../images/hidex/06_kakovost600x800main.jpg); no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

/*  carousel */

html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%; }
.fill{width:100%;height:500px;background-position:center center; background-size:cover;padding-left:0; padding-right:0; }

/* faster sliding speed */

.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}



/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0; 
	}
}



.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}



/* end carousel */ 




	
	
	