/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-navbar .nk-nav .dropdown {
	background-color: transparent;
}

.nk-navbar .nk-nav .dropdown.dark {
    background-image: url("/assets/images/menu_pozadi.png");
}

.nk-navbar.nk-navbar-light .nk-nav .dropdown {
    background-color: #fff;
}

.nk-ibox-3 .nk-ibox-icon::after {
    border: none;
}

.imagebox_icon {
  position: absolute;
  top: 12px;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.nk-store-product .nk-product-description {
    text-align: justify;
}

.tab-content {
    text-align: justify;
}

.sub_menu_row, .sub_menu_row-subs, .sub_menu_row-products {

}

.sub_menu_rowOver, .sub_menu_row-subsOver, .sub_menu_row-productsOver {
	cursor: pointer;
}

.sub_menu_row-subs, .sub_menu_row-products, .sub_menu_row-subsOver, .sub_menu_row-productsOver {

}

.category-subs-selected {
	color: #fdc613;
	font-weight: bold;
	text-decoration: underline;
}

	.onas_left {
	box-sizing: border-box;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
	font-size: 14px;
	text-align: justify;
	float: left;
	padding-bottom: 1em;
	width: 850px;
	}
	
	.onas_right {
	box-sizing: border-box;
	font-size: 14px;
	text-align: justify;
	float: right;
	padding-bottom: 1em;
	}
	
.onas_red {
	color: #FFFFFF;
	background-color: #BE2716;
	display: block;
	width: 100px;
	text-align: center;
	float: left;
	padding: .5em;
	margin-right: 2em;
	font-weight: bold;
}

.yellow a {
	color: #fdc608;
}

.yellow a:hover {
	color: #fdc608;
}

.red a {
	color: #bd2716;
}

.red a:hover {
	color: #bd2716;
}

.blue a {
	color: #003963;
}

.blue a:hover {
	color: #003963;
}

.white a {
	color: #fff;
}

.white a:hover {
	color: #fff;
}

.black a {
	color: #000;
}

.black a:hover {
	color: #000;
}

.nk-ibox-title a:hover {
    text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.nk-plain-video2 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: cover;
}

.hidden {
	visibility: hidden;
	color: #000;
	height: 0;
}

.zaruka_img, .product_logos, .product_logos img {
	text-align: left;
	padding-bottom: 4px;
}

.tl-novinka {
font-size: 110%;
}

.dropdown .badge {
	padding-top: 0;
	padding-bottom: 0;
}

.bg-darkblue {
	background-color: #003963;
}

.bg-red {
	background-color: #b21924;
}

.center {
	text-align: center;
}

.lowercase{
	text-transform: lowercase;
}

@media (max-width: 600px) {
  .onas_left {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
