@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css");
html, body {
    height: 100%;
}
body {    
    padding-top: 67px;
	background-color: rgb(224, 224, 224);
	overflow-x: hidden; 
    overflow-y: auto;
}
.navbar {
    height: calc(100%);
	max-height: 300px;
	min-width: 300px;
	transform: translate(0px, calc(-100% + 69px));
}
.navbar .container {
    padding: 0px;
	height: calc(100% - 69px);
}
.navbar-nav.mobile-bar {
	list-style: none;
	display: flex;
	align-items: stretch;
	margin: 0px 0px;
	padding-right: 10px;
}
.navbar-nav.mobile-bar > li {
	flex-grow: 1;
	text-align: center;
}
.navbar-nav.mobile-bar > li > a > span.menu-icon {
	display: block;
	font-size: 1.8em;
}
.navbar-more .navbar-nav > li > a {
    color: rgb(64, 64, 64);   
}
.navbar-more > .navbar-nav > li > a > span.menu-icon {
	margin-left: 5px;
	margin-right: 5px;
}
.navbar-brand {
	height: auto;
	flex-grow: 1;
	text-align: center;
	font-size: 1.8em;
	margin-top: 5px;
}
.right-side {
	display: block;
	width: 100%;
	min-width: 280px;
}
.left-side {
	display: block;
	background-color: rgb(86, 86, 86); 
}
.skrito {
	display: none;
}
.navbar-nav > .up-menu > .dropdown-menu {
	border-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px;
}
.navbar-nav > .up-menu > .dropdown-menu:after {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

/* animacija dropdown */
.open > .dropdown-menu {
	animation-name: fadeAnimation;
	animation-duration: .7s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
}
@keyframes fadeAnimation {
	from {
		opacity: 0;
		top: 120%;
	}
	to {
		opacity: 1;
		top: 100%;
	}
}
.dropdown-menu > li > a {
	min-height: 25px;
}
.dropdown-menu > li > a > .izdelek {
	display: block !important;
	float: left;
	max-width: 180px;
	overflow-x: hidden;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li > button:hover, .dropdown-menu > .input-group > .input-group-btn > button:hover{
	background-color: rgb(159,159,159) !important;
}
.dropdown-menu > li > a >.cena {
	float: right;
}
.znesek_skupaj {
	border-top: thick double rgb(159,159,159);
}
@media screen and (max-width: 767px) {
	.navbar-nav > .up-menu > .dropdown-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: auto;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-left: 1px solid #dddddd;
		background: #ffffff;
	}
}
@media screen and (max-width: 540px) {
	.navbar-nav > .up-menu > .dropdown-menu {
		width: 190px;
	}
	.small-hide {
		display: none !important;
	}
	.dropdown-menu > li > a > .izdelek {
		display: block !important;
		float: left;
		max-width: 110px;
		overflow-x: hidden;
	}
}

.sidebar {
  background-color: rgb(86, 86, 86);  
  color: white;
  height: 100%;
}
.sidebar-nav {
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 30px;
  border-bottom: 1px solid #dddddd;
}
.sidebar-nav li a {
  color: white;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  background: rgba(255,255,255,0.25);
  text-decoration: none;
}
.spustitev {
	list-style: none
}
.telo {
	width: 100%;
	height: 100%;
}
.content{
	text-align: center;
	margin-top: 8px;
}
.spremeni-ikono {
	float: right;
	margin-right: 8px;
	margin-top: 8px;
}
.articel {
	position: relative;
	left: 0px;
}
@media (min-width: 768px) {
	.navbar {
        height: auto;
		transform: translate(0px, 0px);
	}
	.navbar-nav.mobile-bar {
		display: block;
		max-height: 60px;
		margin: 0px -15px;
	}
	.navbar-nav.mobile-bar > li > a > span.menu-icon {
		display: block;
		font-size: 1.3em;
	}
	.right-side {
		display: table-cell;
		width: 100%;
	}
	.left-side {
		display: table-cell;
		background-color: rgb(86, 86, 86);  
	}
	body {    
		padding-top: 61px;
	}
	.sidebar {
	  left: -200px;
	  width: 200px;
	  background-color: rgb(86, 86, 86);  
	  color: white;
	  height: 100%;
	}
}
.banner { 
	position: relative;
	overflow: auto;
}
.banner li {
	list-style: none;
}
.banner ul li { 
	float: left;
}
.in_banner {
	width: 97%;
}
.banner .dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 3px;
}
.banner .dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -999em;
	border: 1.5px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .2;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #58f;
	opacity: .8;
}
.vrstica {
	background-color: rgb(200, 200, 200);  
}
.opis-izdelka {
	text-align: left;
	white-space:pre-wrap;
}
.mala-slika {
	width: 90px;
}
footer {
	background-color: rgb(150, 150, 150);  
	text-align: center;
}