body {
	font-family:"Times New Roman", Times, serif;
    width: 100%;
    height: 100%;
	font-size:17px;
}

html {
    width: 100%;
    height: 100%;
}

#clanice #fleksoshape:hover{ fill:#ccc;}
#clanice #ambalazashape:hover{ fill:#ccc;}
#clanice #pakshape:hover{ fill:#ccc;}
#clanice #packagingshape:hover{ fill:#ccc;}

@media(min-width:767px) {
    .navbar {
		z-index:98;
		height:400px;
		border:0;
		font-size:17px;
		
        -webkit-transition: height .5s ease-in-out;
        -moz-transition: height .5s ease-in-out;
        transition: height .5s ease-in-out;
		
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(39%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */



    }
	
	.navbar img {
		height:200px;
		-webkit-transition: height .5s ease-in-out;
        -moz-transition: height .5s ease-in-out;
        transition: height .5s ease-in-out;
		
		}

     .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
		height:100px;
		background: #FFF;
		-webkit-transition: background .5s ease-in-out, border .55s ease-in-out;
        -moz-transition: background .5s ease-in-out, border .55s ease-in-out;
        transition: background .5s ease-in-out, border .55s ease-in-out;
		transition-delay: .35s;
		-webkit-transition-delay: 0s; /* Safari */
		border-bottom:#e9e9e9 solid 1px;
		z-index:100;
		webkit-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		
		
    }
	
	.top-nav-collapse img{
		height:100px;
		
	}
	
	.navbar-brand {padding:0;}
	
	.navbar-default .navbar-nav>.active>a:hover {background:none;}
	.navbar-default .navbar-nav>.active>a:hover {background:none;}
	
	.navbar-nav.navbar-right:last-child {
		 margin-right: 50px; 
	}
	
	.navbar-nav {
		margin:80px 0 0 0;
		-webkit-transition: margin .5s ease-in-out;
		-moz-transition:  margin .5s ease-in-out;
		transition:  margin .5s ease-in-out; }
	
	.top-nav-collapse .navbar-nav {
		margin:25px 0 0 0; 
		}	
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

@media(min-width:769px) and (max-width:1600px) {
    .navbar {
		height:300px;
	}
	.top-nav-collapse {
	height:100px;
	}
}




h1 {color:#000; font-size:45px; margin-bottom:20px;}

.navbar-default .navbar-nav>li>a {color:#333;font-weight:100;}

.navbar-default .navbar-nav>.active>a {background:none;border-bottom:1px solid red; color:#000;}


.intro-section {
    height: 100%;
    text-align: center;
	

}

.intro-section .item {width:100%; height:100%;}

.carousel {
 position:static;
 height:100%;
}
.carousel-inner {height:100%;}


/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1s; /*adjust timing here */
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.intro-section img {
    margin-top:20%;	
	position:absolute;
	z-index:99;
	display:table-cell;
	margin-left:20%;
	
}

.clanice-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
	

}

.clanice-section p{
    text-align: left;
	color:#666;
	padding:20px;
	font-size: 17px;
	line-height: 20px;
}

.onama-section {
    min-height: 100%;
    padding-top: 200px;
	padding-bottom: 200px;
    text-align: left;
    background: #f6f6f6;
	
}

.onama-section p {margin-bottom:30px;}


.civilizacija-section {
    min-height: 100%;
    padding-top: 200px;
    text-align: left;
    background: #ffffff;
	
	
}

.civilizacija-section a{background:#000; padding:20px 35px; text-transform:uppercase; color:#FFF;display:inline-block;margin:100px; font-weight:bold; }

.karijera-section {
    padding-top: 200px;
    text-align: left;
    background: #f6f6f6;
	
}

.karijera-section a{background:#000; padding:20px 35px; text-transform:uppercase; color:#FFF;display:inline-block;margin:100px; font-weight:bold; }

.kontakt-section {
    
    padding-top: 100px;
	padding-bottom: 100px;
    text-align: left;
    background: #333333;
	color:#FFF;
	border-bottom:#3f3f3f 1px solid;
	

}

#map {
    width: 100%;
    height: 300px;
	background: #333!important;
	
    
}

#Grupa {width:100%; height:450px;}

#Prihodi {width:100%; height:625px;}

.weblink {background: #000;
padding: 20px 35px;
text-transform: uppercase;
color: #FFF;
display: inline-block;
margin-top:30px;
font-weight: bold;}

.weblink:hover {color: #fff;}

.copy {
	background: #181818;
	text-align: center;
	color: #fff;
	height: 60px;
	padding-top: 15px;
	margin-top: -1px;}

.copy a {color: #ff0000;}

@media(max-width:767px) {
	body {
		overflow-x:hidden;}
	
	.navbar-brand {
		height:100px;
		padding:0;
		
		}
	
	.navbar-brand img{
		padding:0; 
		height:100px;
		float:none;}
		
	.navbar-header {float:right; display:inline-block;}
	
	.intro-section img {margin:40% 50% 0 10%;width:80%;}
	
	.navbar-collapse {clear:both;}
	
	.civilizacija-section a {margin:0;}
	
	.karijera-section a {margin:0;}
	
	 .onama-section, .civilizacija-section,.karijera-section, .kontakt-section {padding-top: 20px;}
	 
	 #Grupa {width:100%; height:400px;}
	 #Prihodi {width:100%; height:400px;}
	 
	 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle{background: none; border: none;}
	 
	 .navbar-toggle {margin-top:30px;}
	 
	 .navbar-toggle .icon-bar {
		width: 24px;
		height: 3px;
		color:#000;
	 }
	 
	 #onama, #civilizacija, #karijera, #kontakt {padding-top:100px;}
}