@CHARSET "UTF-8";
nav {
/*	width: 100%; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;
	position: relative;
	background-color:#D71920;
}
nav .nav-container {
	margin: 0 auto;
/*	width: 850px; /* za centriranje menija */ 
}
nav a {
	display:inline-block;
	width:100%;
	text-decoration:none;
	outline:none;
	color:#888888;
}
nav .menu-list {
	display:inline-block;
	width:100%;
	margin:0 auto;
}
nav .menuItem {
	display:inline-block;
	padding: 10px 15px;
}
nav .menuItem:hover, .menuItem-sub:hover {
	cursor:pointer;
}
nav .menuItem:hover > a,.menuItem-sub:hover > a{
	color: #f8a1a1;
	transition-property: color;
	transition-duration: 0.5s;
}
nav .menu-sub {
	font-size: 10pt;
	display:none;
	padding: 10px 0px; 
	position: absolute;
	text-align: left;
	z-index: 100000;
	white-space: nowrap;
	
}
nav .menuItem:hover > .menu-sub{
	display:block;
}
nav .menuItem-sub:hover > .menu-sub-sub{
	display:inline-block;
		
}
nav .menuItem-sub {
	display:block;
	width:100%;
	text-align:left;
	padding:3px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#444444;
	border-bottom: 1px solid transparent;
	border-collor: #f8a1a1;
}
nav .menu-sub-sub {
	display:none;
	margin-left:2px;
	position: absolute;
	z-index: 100000;
	white-space: nowrap;
	margin-top:-3px;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-color: #f8a1a1;
}

/* dodao bob*/
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;  	
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

