@CHARSET "UTF-8";
body {
	color: #606060;
}
.greska{
	color: #5b53a1;
}
/* TOP MENI */
.fixed-top-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    border-bottom: 1px #979797 solid;
	background-color: #FFFFFF;
}
.form-horizontal .form-control-label{
    text-align:left !important;
}
/* TOP BAR 
------------------------------------------------- */
.menu_jezik_info {
	padding-top: 3px;
	padding-left: 0px;
}
#menu_jezik_sadrzaj {
	min-height: 40px;
	/* padding-top: 2px; */
	color: #c7dbf7;
	font-size: 14px;
	line-height: 20px;
	background-color: #10161f;
	border-bottom: 1px solid #284674;
}

#menu_top_sadrzaj {
	min-height: 72px;
	/* background-color: blue; */
}
.panel_1200{
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* MID SPACE BAR------------------------------------ */
.menu-mid-space{
	background-color: #192a41;
	min-height: 100px;
}

/* -- LOGO PRETRAGA KORPA */
.header-logo {
	padding-top: 18px;
}
.header-pretraga {
	padding-top: 28px;
}
.header-kontakt {
	padding: 28px 0 0 40px;
}
.header-kontakt-sadrzaj {
	height: 45px;
	padding: 2px 0 0 45px;
	font-size: 14px;
	font-weight: bold;
	color: #c7dbf7;
	background: url(../images/telefon_ico.png) no-repeat left center;
}
.header-korpa {
	padding-top: 24px;
}

/* .header-poruka-container {
	height: 50px;
	padding-top: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #767676;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.1);
} */

/* HORIZONTAL TOP MENU */

.menu-top-container {
	/* background-color: #ea1b20; */
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
}
.navbar-default {
    background-color: inherit !important;
    /* margin: 0; */
    margin: 0 0 0 -50px;
    /* border-color: #E7E7E7; */
    /* padding-top: 2px; */
    padding-bottom: 0px;
    border-style:none;
}

.dropdown-menu {
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {

    font-size: 16px;
    /* padding: 40px 20px 0 10px; */
    height: 60px;
    line-height: 34px;
    color: #222529;
    letter-spacing: .02em;
    -webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background: #192a41;
}

.navbar-default .navbar-nav > .dropdown > a {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-nav>li>.dropdown-menu {
	right: auto !important;
	left: 0 !important;
}

.dropdown> .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown-ostali> .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

/* ----------------------------- */
.dropdown:hover > .dropdown-menu {
    max-height: 900px;
    opacity: 1;
/*	display: block; */
}
.dropdown-ostali:hover > .dropdown-menu {
    max-height: 900px;
    opacity: 1;
    overflow: visible !important;
/*	display: block; */
}
.dropdown-menu > li > a {
	line-height: 40px;
	text-align: left;
}
.dropdown-menu > li > a > i {
	margin-right: 10px;
	color: #f0483c;
}
.dropdown-menu-other {
	/* color: #f70c09 !important; */
	font-weight: 700 !important;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: -1px !important;
  margin-left: -1px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #6b6b6b;
  margin-top: 16px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #6b6b6b;
}

.dropdown-submenu.pull-left {
  float: none !important;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -160% !important;
  margin-left: 10px !important;
  min-width: 360px !important;
/*  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; */
}

/* SLIDER ---------------------------- */

.carousel-inner {
  position: relative;
  overflow: hidden;
  /* padding: 20px 20px 0 20px; */
}
.carousel-inner img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-inner:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

h1 .h1-info {
    font-family: h1font;
    color: #f34135;
}
h1 .h1-sistem {
    font-family: h1font;
    color: #2e2e2e;
}

.carousel-caption1 {
	width: 100%;
	padding: 10px 30px 20px 30px !important;
	background: rgba(0,0,0,0.5);
	text-align: left;
	border-radius: 8px;
}

.carousel-text{
	position: relative;
}
.carousel-caption1 h1 {
	color: #ffffff !important;
	text-shadow: rgb(3, 3, 3) 3px 3px 2px;
	font-size: 68px;
	font-weight: bold;
}
.carousel-caption1 h2 {
    color: #ffffff;
}
.carousel-caption1 p {
	margin-top: 20px;
	font-size: 34px;
    color: #ffffff;
    line-height: 40px;
}
.carousel-caption a {
    background-color: #f34135;
}
.carousel-caption a:hover {
    background-color: #ed1f0e;
}
.carousel-indicators {
	margin-bottom: 10px;
}
.carousel-header {
	width: 100%;
/*	height: 416px; */
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}
.carousel-obavijestenja-pocetna .carousel-indicators {
	margin-bottom: 20px;
}
#obavijestenja-pocetna {
	background-color: #ffffff;
	margin: 0 0 25px 0px;
	padding: 20px 20px 0 20px;
	border: 1px solid #c0c0c0;
	font-size: 16px;
}
#obavijestenja-pocetna h3 {
	font-size: 24px;
	font-weight: 400;
}
/* -- FOOTER --- */
footer {
    background: #10161f;
    border-top: 2px solid #192a41;
    font-size: 0.9em;
    margin-top: 20px;
}
footer h3{
	color: #d8d8d8;
	font-size: 18px;
}
footer input{
    border-radius: 0px !important;
}
footer button{
	width: 100px;
	background-color: #5b53a1;
	color: #FFFFFF;
    border-radius: 0px !important;
}
footer .btn {
    color: #1b60bc;
    background-color: #c7dbf7;
    border-color: #020e1f;
}
footer .btn:hover {
    color: #fff;
    background-color: #76a8eb;
    border-color: #020e1f;
}
footer li {
    padding: 0 0 5px;
}
footer .link_footer:hover {
    color: #fff;
    text-decoration: none;
}
.footer-autor{
	color: #fff;
	background-color: #000000;
}
#newsletter_poruka {
	color: #c7dbf7;
	font-size: 16px;
	margin-bottom: 10px;
	display: none;
}

/* -- PROIZVODI ---------------------- */
#row-sadrzaj {
	margin-top: 14px;
}
.strana-proizvodi {
	padding-top: 0px;	
}
.h2-proizvodi {
    color: #555454 !important;
    font-weight: normal;
    font-size: 24px !important;
}
.proizvod-okvir {
	width: 208px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 6px 0 0;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}
/* -- TABELA NARUČENIH PROIZVODA ----- */
// .tabela-narucenih tr { line-height: 40px; }
.tabela-narucenih td {
    padding: 15px;
}
.tabela-narucenih-stampa a{
	position: absolute;
	right: 20px;
	top: 20px;
    text-decoration: none;
	color: #d9261c;
	font-size: 16px;
}
.tabela-narucenih-stampa a:hover{
	 color: #b51f17;
}
/* -- PRIJAVA ZABORAVLJENA ----------- */
#prijava-zaboravljena > a {
    color: #ec3237;
}
#prijava-zaboravljena > a:hover,
#prijava-zaboravljena > a:focus {
    color: #c60005;
}

form#searchbox {
    position: relative;
}
#search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    margin-right: 1px;
    border-radius: 25px;
}
.button-search-categories button{
	height: 45px;
	width: 140px;
}
.dropdown-search-button .dropdown-search-text {
	top:14px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	// text-transform: lowercase;
	font-size: 13px;
}

.dropdown-search-button .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}

.button-search {
    background: #FFFFFF;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    color: #898989;
    /* text-shadow: 0 1px #373737; */
    width: 43px;
    height: 43px;
    text-align: center;
    padding: 14px 0 13px 0;
    z-index: 10;
    border-radius: 4px 25px 25px 4px;
}
.button-search:hover
{
 	color: white;
    /* text-shadow: 0 1px #373737; */
	background-image:none !important;
	background-color:#333333 !important;
} */
.dropdown-search-button .dropdown-search-text {
	top:14px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	// text-transform: lowercase;
	font-size: 13px;
}

.dropdown-search-button .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}
/*
.button-search {
    background: #bd0013;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    color: white;
    text-shadow: 0 1px #373737;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 14px 0 13px 0;
    z-index: 10;
    border-radius: 0px;
}
.button-search:hover
{
 	color: white;
    text-shadow: 0 1px #373737;
	background-image:none !important;
	background-color:#333333 !important;
}
.button-search-no-label {
    background: #929292;
    display: block;
    position: absolute;
    right: 0;
    border: none;
    color: white;
    text-shadow: 0 1px #373737;
    width: 36px;
    text-align: center;
    padding: 9px 0 9px 0;
    z-index: 10;
}
*/
.container-content {
	padding-top: 20px;
}
.row-glavni-sablon {
	margin-bottom: 20px;
}

/* -- FILTER PROIZVODA -- */
.filter-proizvoda-red {
	background: #FFF; 
	/* padding: 5px 0 5px 0; */
	padding: 10px 0 12px 0; 
	margin: 10px 0 15px 0;
	border-radius: 6px 6px 0 0;
	/* border-bottom: solid 1px #eee; */
}
.filter-proizvoda label {
	padding-top: 8px;
	padding-right: 6px;
	font-weight: normal;
	font-size: 12px;
	float: left;
}

/* -- PROIZVODI -- */
.thumbnail-proizvod {
	background-color: #FFF;
	border-color: #cccccc;
	border-radius: 0px;
	min-height: 347px;
	padding-bottom: 10px;
	border: none !important;
}
.thumbnail-proizvod:hover {
	border-color: #9a9a9a;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
#detaljno-proizvod-velicina{
    width: 100%;
}
#detaljno-proizvod-velicina li a{
    float: left;
    cursor: pointer;
    padding: 8px 6px;
    color: #ec0928;
    border: 1px #ec0928 solid;
    margin-right: 4px;
    margin-bottom: 5px;
    min-width: 39px;
    text-align: center;
	text-decoration: none;
}
#detaljno-proizvod-velicina li a:hover{
    color: #ffffff;
    background-color: #ec0928;
}
.detaljno-proizvod-velicina-izabran{
    color: #ffffff !important;
    background-color: #c2071f!important;
}
.product-naslov h1 {
    font-size: 26px !important;
    color: #2761b3 !important;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    line-height: 34px;
}
.img-proizvod {
    position: relative;
    overflow: hidden;
    height:250px;
}

.img-proizvod img{
	max-width: none !important;
	position: absolute;
	top:-100%; left:-100%; right: -100%; bottom:-100%;
    margin: auto;
}

.img-proizvod-red {
    position: relative;
    overflow: hidden;
    height:150px;
    max-width: 150px;
    border: 1px solid #eeeeee;
}
.img-proizvod-red img{
	max-width: none !important;
	position: absolute;
	top:-100%; left:-100%; right: -100%; bottom:-100%;
    margin: auto;
}
.img-proizvod-brend {
    position: absolute;
    left: -5px;
    top: 0px;
    z-index: 50;
    width: 100px;
    height: 60px;
}
.img-proizvod-detaljno-brend {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 50;
    width: 100px;
    height: 60px;
}
.img-proizvod-detaljno-akcija {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 100px;
	height: 100px;
    z-index: 50;
    display: none;
}
.kolicina-red {
	margin-top: -15px;
	width: 60px !important;
	padding: 4px;
	border-radius: 0;
	float: left;
}
.kolicina-korpa {
	width: 60px !important;
	padding: 4px;
	border-radius: 0;
	float: left;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.vcenter {
    margin-top: 12px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.btn-proizvod-red {
	width: 33px;
	height: 33px;
	margin-left: 10px;
	background-color: #224575;
	color: #FFF;
	border-radius: 0px;
	float: left;
	padding: 6px 3px;
	border: none;
}
/* .btn-proizvod-red:hover
{
	color: #FFF;
	background-color: #5c53a2;
}
*/
.btn-proizvod {
/*	width: 100%; */
	height: 40px;
	line-height: 27px;
/*	margin-bottom: 15px; */
/*	font-weight: bold; */
    color: #192a41;
	border-radius: 2px;
  /*  background: #2f343d; */
    border: none !important;
}
.btn-proizvod:hover
{
	background: #0e0f12;
	color: #ffffff;
}

.btn-pomjeri {
	color: #FFF;
	background-color: #ec3237;
	border: 1px solid #bb1115;
}
.btn-pomjeri:hover
{
	color: #FFF;
	background-color: #de141a;
	border: 1px solid #bb1115;
}
.caption-proizvod {
	padding-bottom: 0px !important;
}
.caption-proizvod h3 {
	font-size: 14px;
}
.caption-proizvod h3 a{
	color: #606060;
	text-decoration: none;
}
.caption-proizvod p {
	padding: 0 10px 0 10px;
}
.caption-proizvod i {
	padding: 8px 0 0 0;
}
.proizvod-cijena-kolona{
	padding: 0px;
}
.proizvod-cijena{
	margin: 1px 0 1px 0;
    font-size: 18px;
    color: #092038;
}

.modal {
  text-align: center;
  padding: 0!important;
}
.modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-header {
	 background-color: #224575;
}
.modal-header h4{
	font-size: 16px;
	color: #FFFFFF;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
   background-color: #eeeeee;
   opacity:0.7 !important;
}
.modal-content  {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important; 
}
.detaljno-proizvod-slika-sirina {
	width: 300px;
}

#kolicina_detaljno {
	height: 50px;
	border-radius: 0;
    width: 60px;
    margin: 0 5px 0 0;
    text-align: center;
}
.btn-korpa-detaljno {
    height: 50px;
    padding: 0 30px 0 30px;
    background: #224575;
    color: #ffffff;
    border-radius: 0;
}
.btn-korpa-detaljno:hover {
	background: #0e0f12;
	color: #ffffff;
}
#row-prijava-korisnika{
	 background-color: transparent;
}

#meni-pijava-korisnika{
	float: right;
	height: 37px;
	width: auto;	
}
#row-header-logo-pretraga{
	background-color: #FFF;
}
#slajder-proizvodi .modal-body {
    max-height: 420px;
    overflow-y: auto;
}
#slajder-proizvodi .modal-header {
	 background-color: #ec3237;
	 height: 50px;
}
#slajder-proizvodi .modal-header h4{
	font-size: 16px;
	color: #FFFFFF;
}
#slajder-proizvodi-loader {
	width: 100%;
	height: 50px;
	background: url(../images/loading.gif) no-repeat center top;	
}
.img-proizvod a img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img-proizvod a:hover img {
    width: 100.05%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.img-proizvod-red a img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.controls
{
   margin-top: 10px;
   margin-right: -15px;
}
.controls > a {
	border-radius: 0px;
	width: 30px;
	padding: 6px 9px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
.img-proizvod-red a:hover img {
    width: 110%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.izdvojene_usluge {
	padding-top: 20px;
}

.izdvojene-image-box {
	height: 300px;
}

.izdvojene_usluge img {
    border-radius: 50%;
    border: 10px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);

    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.izdvojene_usluge img:hover {
    border: 14px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
}
.izdvojene_usluge h3 {
	margin-bottom: 40px !important;
}

.sadrzaj-bez-header{
	margin-top: 240px;
}
/* Panel - programi početna */
.section-baneri{
	background-color: #cc003f;
	/* background: url(../images/usluge_pattern.gif); */
	background: url(../images/section_baneri_top.gif) repeat-x left top #cc003f;
	padding-bottom: 30px !important;
	margin-bottom: 25px;
}
.page-top-section{
	background: url(../images/programi_bg1.jpg);
	background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;

    padding-bottom: 10px !important;
}
.carousel-control {
    width: 6% !important;
    height: 134px !important;
}
/* .carousel-inner > .item > img {
  width: 1920px;
} */
/* slajder transition - fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*.item:nth-child(1) {
  background: url(../slike/slider/7083d883de.jpg); 
}
.item:nth-child(2) {
  background: url(../slike/slider/eba5ff8b3d.jpg);
}
.item:nth-child(3) {
  background: url(../slike/slider/434c11164d.jpg);
} */
/* Declare heights because of positioning of img element */
/* #carousel-example-generic0 .item {
	width: 100%;
  	background-color: #777;
  	background-position: center center;
	-webkit-background-size: cover;
	moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
} */

.item-properties {
	width: 100%;
  	background-position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: !important;
}

/* Products */
.proizvod-velicine {
	min-height: 60px;
	text-align: center;
	margin: 0 10px 0 10px;
}
.proizvod-velicine ul {
	min-height: 60px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.proizvod-velicine ul li{
    color: #96969b;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 4px 4px 4px;
    margin: 0 2px 6px 0;
    text-align: center;
}
.proizvod-velicine ul li a:hover{
    color: #ec3237;
}

.proizvod-velicine ul li a:focus{
	color: #666666 !important;
}

.proizvod-velicine-izbran{
	border: 1px solid #d9261c;
	background-color: #f6f6f6;
}

.proizvod-velicine h4 {
	font-size: 14px;
}
/* Phones */
/* @media (max-width: @screen-xs-max) { */
@media (max-width : 480px) {
	#body{
	    background-image: none;
	}
	#row-prijava-korisnika{
		background-color: #424242;
	}
	.header-top {
		height: auto;
		padding-bottom: 20px;
	}
	.header-logo {
		padding-top: 15px;
		padding-left: 40px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.header-logo-img {
		width: 80px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.header-pretraga {
		padding-top: 15px;
	}
	.header-kontakt {
    	padding: 20px 0 10px 15px;
	}
/*	.filter_link {
		display: inline;
	} */
	.korpa_brza {
	    padding: 4px 12px 6px 8px;
	    width: 100%;
	}
	.header-poruka-container{
		font-size: 13px;
	}
	/* meni top ----------------------------- */
	.navbar-default .navbar-nav > li > a {
	    color: #3c3c3c;
	}
	.navbar-default .navbar-nav > li > a {
	
	    font-size: 16px;
	    padding: 10px 20px 0 35px;
	    height: 40px;
	    line-height: 24px;
	}

	/* meni proizvodi ------------------------ */
	#nav-vertical {
	    background-color: #ffffff;
	    /* border: 1px solid #d1d1d1; */
	    margin-bottom: 15px;
	    min-height: 0px;
	    background: none;
	}
	#meni-pijava-korisnika{
		padding-top: 4px;
		margin-left: -15px;
		float: left !important;
	}
	#meni-pijava-korisnika a{
		font-size: 13px !important;
	}
	#row-header-logo-pretraga{
		margin-bottom: 20px;
		-webkit-box-shadow: 0 8px 6px -6px #c4c4c4;
    	-moz-box-shadow: 0 8px 6px -6px #c4c4c4;
    	box-shadow: 0 8px 6px -6px #c4c4c4;
	}
	.navbar-default {
		background-color: #333333;
	    border :none;
	    box-shadow :none;
	}
	.navbar-nav {
	    margin-left: 0px;
	}

	/* obavijestenja pocetna ------------ */
	#obavijestenja-pocetna {
		background-color: #ffffff;
		margin: 0 0 25px 0px;
		padding: 0;
		border: none;
		font-size: 16px;
	}
	#obavijestenja-pocetna h3 {
		font-size: 18px;
		font-weight: 400;
	}
	
	/* proizvodi ------------------------ */
	.proizvod-okvir {
		width: 100%;
	}

 	.proizvod-cijena-kolona{
		padding: 0px;
 	}
	.proizvod-cijena{
		padding: 0px;
		margin-top: 0px;
	}
	.modal:before {
	  content: '';
	  display: inline-block;
	  height: 300px;
	  vertical-align: middle;
	  margin-right: -4px;
	  margin-top: 0;
	  margin-bottom: 0;
	}
	.filteri-panel {
	    position: absolute;
	    left: -530px;
	    top: 0px;
	    z-index: 100;
	    width: 270px;
	    height: 100%;
	    padding: 30px 20px;
	    margin-left: -30px;
	    background-color: #fff;
	    box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	}
	.proizvodi-panel {
	    float: none;
	    position: relative;
	    width: auto;
	    padding-left: 0;
	    border: 0;
	}
}
/* Tablets */
/* @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max){ */ 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#body{
	    background-image: none;
	}
	#row-prijava-korisnika{
		background-color: #424242;
	}
	#meni-pijava-korisnika{
		float: left !important;
	}
	.header-top {
		height: auto;
		padding-bottom: 20px;
	}
	.header-logo {
		padding-top: 15px;
		padding-left: 40px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.header-logo-img {
		width: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.header-pretraga {
		padding-top: 15px;
	}
	.header-kontakt {
    	padding: 20px 0 10px 15px;
	}
	.header-korpa {
		padding-top: 15px;
		padding-bottom: 10px;
		height: 70px;
	}
/*	.filter_link {
		display: inline;
	} */
	.korpa_brza {
	    padding: 4px 12px 6px 8px;
	    width: 100%;
	}
	#row-header-logo-pretraga{
		margin-bottom: 20px;
		-webkit-box-shadow: 0 8px 6px -6px #c4c4c4;
    	-moz-box-shadow: 0 8px 6px -6px #c4c4c4;
    	box-shadow: 0 8px 6px -6px #c4c4c4;
	}
	.navbar-default {
		background-color: #333333;
	    border :none;
	    box-shadow :none;
	}
	.navbar-default .navbar-nav > li > a {
	    color: #3c3c3c;
	}
	.navbar-default .navbar-nav > li > a {
	
	    font-size: 16px;
	    /* padding: 40px 20px 0 10px; */
	    height: 40px;
	    line-height: 24px;
	}
	.navbar-nav {
	    margin-left: 20px;
	}
	
	/* meni proizvodi ---------------------------- */
	#nav-vertical {
	    background-color: #ffffff;
	    /* border: 1px solid #d1d1d1; */
	    margin-bottom: 15px;
	    min-height: 0px;
	    background: none;
	}
	
	/* obavijestenja pocetna ------------ */
	#obavijestenja-pocetna {
		background-color: #ffffff;
		margin: 0 0 25px 0px;
		padding: 0;
		border: none;
		font-size: 16px;
	}
	
	#obavijestenja-pocetna h3 {
		font-size: 20px;
		font-weight: 400;
	}
	
	/* proizvodi ------------------------------ */
	.proizvod-okvir {
		width: 45%;
	}
	.h2-proizvodi {
	    color: #555454 !important;
	    font-weight: normal;
	    font-size: 24px !important;
	}
 	.proizvod-cijena-kolona{
		padding: 0px;
 	}
	.proizvod-cijena{
		padding: 0px;
		margin-top: 0px;
	}
	.modal:before {
	  content: '';
	  display: inline-block;
	  height: 300px;
	  vertical-align: middle;
	  margin-right: -4px;
	  margin-top: 0;
	  margin-bottom: 0;
	}
	.filteri-panel {
	    position: absolute;
	    left: -530px;
	    top: 0px;
	    z-index: 100;
	    width: 270px;
	    height: 100%;
	    padding: 30px 20px;
	    margin-left: -30px;
	    background-color: #fff;
	    box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
	}
	.proizvodi-panel {
	    float: none;
	    position: relative;
	    width: auto;
	    padding-left: 0;
	    border: 0;
	}
}
/* Tablets */
/* @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	#body {
		height: 470px;
	/*	background: url(../images/bg_top_a2.gif) repeat-x; */
		text-align: 0 auto;
	}
	.header-logo {
		padding-top: 26px;
	}
	.header-logo-img {
		width: 78px;
		display: block;
		/* margin-left: auto;
		margin-right: auto; */
	}
	.korpa-top-jm{
		font-size: 11px;
	}
	.korpa-top-iznos{
		display: none;
	}
	.korpa-top-valuta{
		display: none;
	}
	.filter_link {
		display: none !important;
	}
	.carousel-header {
		padding-bottom: 0px !important;
	}
/*	.carousel-inner {
 	   max-height: 238px;
	} */
	/* obavijestenja pocetna ------------ */
	#obavijestenja-pocetna {
		background-color: #ffffff;
		margin: 0 0 25px 0px;
		padding: 0;
		border: none;
		font-size: 16px;
	}
	#obavijestenja-pocetna h3 {
		font-size: 18px;
		font-weight: 400;
	}
	/* proizvodi ------------------------------ */
		/* proizvodi ------------------------- */
	.proizvod-okvir {
		width: 30%;
	}
 	.proizvod-cijena-kolona{
		padding: 0px;
 	}
	.proizvod-cijena{
		padding: 0px;
		margin-top: 0px;
	}
}

/* Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {
	#body {
		height: 577px;
	/*	background: url(../images/bg_top_a1.gif) repeat-x; */
		text-align: 0 auto;
	}
	.header-logo {
		padding-top: 24px;
	}
	.header-logo-img {
		width: 78px;
		display: block;
		/* margin-left: auto;
		margin-right: auto; */
	}
	.modal-lg {
	    width: 900px;
	}
	.carousel-header {
		padding-bottom: 0px !important;
	}
	/* proizvodi ------------------------- */
	.proizvod-okvir {
		width: 170px;
    	display: inline-block;
    	vertical-align: top;
    	margin: 10px 6px 0 0;
    	border-radius: 2px;
    	position: relative;
    	z-index: 1;
	}
	.detaljno-proizvod-slika-sirina {
		width: 400px;
	}
	.korpa-top-jm{
		font-size: 11px;
	}
	.korpa-top-iznos{
		font-size: 11px;
	}
	.korpa-top-valuta{
		display: none;
	}
	.filter_link {
		display: none !important;
	}
/*	.carousel-inner {
 	   max-height: 345px;
	} */
	.kolicina-red {
    	width: 37px !important;
	}
}
/* Large devices */
@media only screen and (min-width : 1200px) {
	.header-logo-img {
		width: 90px;
		display: block;
		/* margin-left: auto;
		margin-right: auto; */
	}
	#logo-veci {
		padding-top: 14px;
		display: block;
		margin-left: -30px;
	}
	.modal-lg {
	    width: 900px;
	}
	.filter_link {
		display: none !important;
	}
	.detaljno-proizvod-slika-sirina {
		width: 400px;
	}

}