:root {
	/* --primary-color: #113d8d;
	 --primary-light-color: #0851cf; */
	--primary-color: #1a439b;
	--primary-light-color: #0051ff;
	--secondary-color: #092a71;
	--secondary-light-color: #0d3da3;
	background-color: #010055;
}
body {
	color: #606060;
	background-color: #f4f5fb;
}
.greska{
	color: #ff0000;
}
/* TOP MENI */
.fixed-top-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    border-bottom: 1pt solid #272727;
   /* background-color: #333333; */
    filter: alpha(opacity=95);
    opacity: 0.96;
    background: url(../images/logo3.png) no-repeat left top var(--primary-color);
	background-size: 124px 38px;
	/* background: var(--primary-light-color); */
    background-position: 10px 5px;
    -webkit-box-shadow: 0 8px 6px -6px #505050;
    -moz-box-shadow: 0 8px 6px -6px #505050;
    box-shadow: 0 8px 6px -6px #505050;
}
.form-horizontal .col-form-label{
    text-align: left !important;
}
/* MENI
------------------------------------------------- */
#menu_jezik_sadrzaj {
	min-height: 38px;
	/* padding-top: 2px; */
	color: #FFFFFF;
	font-size: 16px;
	background-color: var(--primary-color);
/*	border-bottom:2px solid #EC3227; */
}
.menu_jezik_info {
	padding-left: 0px;
}
#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 ------------------------------------ */
.menu-mid-space{
	background-color: var(--primary-color);
	min-height: 105px;
}

/* -- 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: #030d25;
	font-weight: 600;
}
#prijava-zaboravljena > a:hover,
#prijava-zaboravljena > a:focus {
    color: #000000;
}
/* -- LOGO PRETRAGA KORPA */
.row-header-abowe {
	height: 140px;
}

.header-logo {
	/* padding-top: 34px; */
}
#header-logo1{
	width: 260px;
}
#header-logo2{
	display: none;
}
.navbar-brand-ak {
	display: block;
}
.header-pretraga {
/* 	position: absolute; 
	right: 70px; */
	width: 100% !important;
	margin-right: 15px;
	display: block;
}
.header-pretraga .search-panel {
    width: 38px;
    height: 38px;
    background: url(../images/header-search-btn.png) center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    display: none;
}
form#searchbox {
    position: relative;
}
#search_query_top {
    display: inline;
    padding: 0 13px;
    height: 48px;
    line-height: 48px;
    background: #fbfbfb;
    margin-right: 1px;
    border-radius: 0px;
}
.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: var(--secondary-color);
    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;
}
.prikazi-po-stranici select{
	height: 48px;
	border-radius: 0;
}
.prikazi-po-stranici-label{
	display: none;
}
/* PRETRAGA ZA MODEL PO DIJELU NAZIVA PROIZVODA*/
form#searchbox-proizvod {
	text-align: end;
    position: relative;
}
form#searchbox-proizvod label {
	margin-bottom: 5px;
}
form#searchbox-proizvod .button-search {
	top: 0;
	right: 0;
}
#btn-pretraga-model-proizvodi-cancel{
    position: absolute;
	z-index: 10;
    border: 0;
    top: 0px;
    right: 49px;
    height: 48px;
    width: 48px;
	display: none;
}
#pretraga-model-proizvodi-input{
	display: inline;
    padding: 0 13px;
    height: 48px;
    line-height: 48px;
    background: #fbfbfb;
    margin-right: 1px;
    border-radius: 0px;
}
#pretraga-model-proizvodi-list {
	background: #FFF;
	width: 100%;
	max-height:300px;
	position: absolute;
	display: none;
	z-index: 101;
	overflow-x: hidden;
	text-align: left;
	font-size: 12px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
#pretraga-model-proizvodi-list table{
	margin-bottom: 0 !important;
}
#pretraga-model-proizvodi-list table tr{
	height: 50px;
	cursor: pointer;
	vertical-align: middle;
}
#pretraga-model-proizvodi-list table tr:hover{
	color: #FFFFFF;
	background: #000000;
}
.container-content {
	padding-top: 20px;
}
.row-glavni-sablon {
	margin-bottom: 20px;
}
#navbar-close {
	color: #FFF;
    border: none;
    padding: 0;
    margin-right: 4px;
    opacity: 0.7;
    background-color: transparent;
    position: absolute;
    top: 21px;
    right: 20px;
	display: none;
}
/* -- FILTER PROIZVODA -- */
.filter-proizvoda-red {
/*	background: #FFF; */
	padding: 5px 0 5px 0; 
/*	margin: 15px -15px 35px -15px; */
	margin-top: 15px;
	margin-bottom: 15px;
}
.filter-proizvoda label {
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 6px;
	font-weight: normal;
	font-size: 16px;
	float: left;
}

/* -- PROIZVODI -- */
#proizvodi-panel-prikaz{
	padding: 0 11px 0 11px;
}
.section-proizvodi h1{
	margin:0 0 10px 0;
}
.thumbnail {
    display: block;
	position: relative;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail-proizvod {
	background-color: #FFF;
	border-color: #cccccc;
	border-radius: 8px;
	min-height: 435px !important;
	padding-bottom: 10px;
}
.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;
}

#tabela-odgovara-za tr {
    cursor: pointer;
}

.img-proizvod {
    position: relative;
    overflow: hidden;
    height:240px;
}

.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:100px;
    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;
}
.img-proizvod-detaljno-velicine-akcija {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 100px;
	height: 100px;
    z-index: 50;
}
.btn_brzi_pregled {
	width: 38px;
	height: 38px;
	display: block;
	background:transparent url('../images/btn_brzi_pregled.png') center top no-repeat;
}
.btn_brzi_pregled:hover {
	background-image: url('../images/btn_brzi_pregled_over.png');
}
.kolicina-red {
	margin-top: -15px;
	height: 44px;
    width: 60px !important;
    padding: 6px;
    border-radius: 0;
    float: left;
    font-size: 1.2rem;
}
.kolicina-red-korpa {
	height: 44px;
    width: 60px !important;
    padding: 6px;
    border-radius: 0;
    float: left;
    font-size: 1.2rem;
}
.kolicina-korpa {
	width: 60px !important;
	padding: 4px;
	border-radius: 0;
	float: left;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.vcenter {
    margin-top: 55px;
}
.dostupno-vcenter{
	margin-top: 50px;
}
.dostupno-vcenter span{
	display: none;
}
.dostupno-header{
	margin-left: -20px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.info-proizvod-red {
	padding-right: 30px;
}
.btn-proizvod-red {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    background-color: #0851cf;
    color: #FFF;
    border-radius: 0px !important;
    float: left;
    padding: 12px 3px;
    border: none;
}
.btn-proizvod-edit {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    color: #525252;
    float: left;
    padding: 12px;
    border: 1px solid #0851cf;
}
.btn-proizvod-edit:hover {
    color: #ffffff;
    background: var(--primary-color);
}
.btn-proizvod-mar {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    color: #525252;
    float: left;
    padding: 9px;
    border: 1px solid #0851cf;
}.btn-proizvod-mar:hover {
    color: #ffffff;
    background: var(--primary-color);
}
.btn-proizvod {
    width: 90%;
    height: 44px;
    line-height: 31px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #666666;
    border-radius: 25px;
	cursor: pointer !important;
}
.btn-proizvod:hover
{
/*	color: #FFF;
	background-color: #ec3237; */
	border: 1px solid #2a2a2a;
/*	cursor: pointer; */
}

.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;
	margin-top: 48px;
}
.caption-proizvod h3 {
	font-size: 14px;
	margin-top: 24px !important;
}
.caption-proizvod p {
	padding: 0 10px 0 10px;
}
.caption-proizvod i {
	margin-right: 10px;
}
.caption-proizvod h3 a {
	color: #606060;
    text-decoration: none;
}
.proizvod-cijena-kolona{
	padding: 6px;
}
.proizvod-cijena{
	font-weight: 600;
	margin: 15px 0 1px 0;
	font-size: 1.8rem;
	color: var(--secondary-color);
}
/* -- FOOTER --- */
footer {
    background: var(--primary-color);
    border-top: 1px solid var(--primary-color);
	color: #fafafa;
	line-height: 32px;
    font-weight: 500;
}
footer h3{
	color: #d8d8d8;
	font-size: 18px;
	font-weight: 700 !important;
}
footer input{
    border-radius: 0px !important;
}
footer img{
	width: 200px;
}
footer button{
	width: 100px;
	background-color: #5b53a1;
	color: #FFFFFF;
    border-radius: 0px !important;
	margin-top: 20px;
}
footer .btn {
    color: #fff;
    background-color: #0051ff;
    border-color: #4854ff;
}
footer .btn:hover {
    color: #fff;
    background-color: #4854ff;
    border-color: #4854ff;
}
footer ul {
	padding-left: 0 !important;
}
footer li {
    padding: 0 0 5px;
	color: #fafafa !important;
}
footer .link_footer {
	color: #fafafa !important;
}
footer .link_footer:hover {
    color: #a5b7cf;
    text-decoration: none;
}
.footer-column {
    margin-bottom: 40px;
}
.footer-autor{
	color: #dfecff;
	background-color: var(--primary-color);
	border-top: 1px solid #06276d;
}
.footer-autor a{
	color: #a5b7cf;
}
#newsletter_poruka {
	color: #5c53a2;
	font-size: 16px;
	margin-bottom: 10px;
	display: none;
}
.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: var(--primary-color);
}
.modal-header h5{
	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; 
}

#modal-brza-narudzba .modal-dialog{
	min-width: 800px;
}

.detaljno-proizvod-slika-sirina {
	width: 300px;
}

.modal-brza-narudzba-slika-sirina {
	width: 100%;
}

#kolicina_detaljno {
	height: 50px;
	border-radius: 0;
    width: 60px;
    margin: 0 5px 0 0;
    text-align: center;
}
.btn-korpa-detaljno {
	min-width: 200px;
	height: 50px;
	padding: 0 30px 0 30px;
	background: var(--primary-color);
	color: #ffffff;
	border-radius: 0;
}
.btn-korpa-detaljno:hover {
	background: var(--secondary-color);
	color: #ffffff;
}
#row-prijava-korisnika{
	 background-color: transparent;
}
.prijava-korisnika {
	background: url(../images/prijava_bg1.jpg) no-repeat center top;
	min-height: 480px;
	margin-bottom: 40px;
	opacity: 0.9;
}
.prijava-korisnika-obavjestenje {
	background: rgb(9 42 113 / 75%);
	padding: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
}
.prijava-korisnika-obrazac {
	padding: 60px;
	color: #FFFFFF;
}
#prijava-zaboravljena {
	margin-top: 35px;
}
#meni-pijava-korisnika{
	float: right;
	height: 37px;
	width: auto;	
}
#row-header-logo-pretraga{
	background-color: #FFF;
}

#row-sadrzaj {
	margin-top: 10px;
}
#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: 110%;
    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;
}
.naslov-proizvod-red {
	margin-top: 15px;
	margin-bottom: 20px;
}
.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;
}
/* NAV-BAR ----------------------------------------- */
#navbar-activator {
	display: none;
	border: none;
	padding: 0;
	margin-top: 4px;
	margin-left: 4px;
	opacity: 0.6;
	margin-top: 7px;
	background-color: transparent;
}
#navBarTop {
    background: transparent;
}
/* SLAJDER
-------------------------------------------------- */
h1 .h1-info {
    font-family: h1font;
    color: #f34135;
}
h1 .h1-sistem {
    font-family: h1font;
    color: #2e2e2e;
}
.carousel {
	width: 100%;
	position: relative;
	z-index: 1;
}
.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;
}
.sadrzaj-bez-header{
	margin-top: 240px;
}
/* Panel - programi početna */
.usluge-section{
	background-color: #e6e6e6;
	background: url(../images/usluge_pattern.gif);
}
.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-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;
} */

#carousel-example-generic0 .item {
	margin-top: 25px;
	/* height: 526px; */
}

/* 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;
}
.proizvodi_glavna_slika{
	min-height: 200px;
	position: relative;
}
.proizvodi-detaljno .product-naslov h1 {
	font-size: 1.8rem !important;
    color: var(--primary-color) !important;
    margin-top: 0 !important;
    margin: 0 0 30px 0 !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
}
.cijena-detaljno{
	margin-bottom: 30px;
}
.cijena-label{
	color: #666;
    font-size: 14px;
}
.cijena-detaljno{
	color: #666;
    font-size: 22px;
    font-weight: 200;
}

/* LISTA MARKE STRANA --- */
#modal-marka-strana a .brend-item {
	padding: 15px;
    /* opacity: 0.7; */
    min-height: 140px;
    position: relative;
    border: 8px solid #ffffff;
    background: #1a439b;
    color: #FFFFFF;
	transition: 0.3s;
}
#modal-marka-strana a .brend-item:hover {
    border: 3px solid #ffffff;
    background: #0a2661;
    color: #FFFFFF;
}
#modal-marka-strana a .brend-item {
    font-size: 1.4rem;
    text-align: center;
	color: #FFFFFF;
}
/* LISTA MARKE MODAL --- */
#modal-marka a .brend-item {
	padding: 15px;
    min-height: 110px;
    position: relative;
    border: 8px solid #ffffff;
    background: #1a439b;
    color: #FFFFFF;
	transition: 0.3s;
}
#modal-marka a .brend-item:hover {
    border: 3px solid #ffffff;
    background: #0a2661;
    color: #FFFFFF;
}
#modal-marka a .brend-item {
    font-size: 1.4rem;
    text-align: center;
	color: #FFFFFF;
}
.list-marke {
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

.list-marke li {
    padding-bottom: 1.5rem;
    display: inline-block;
    width: 24%;
    padding: 0px 2% 10px 0px;
}
.list-marke li a {
    font-size: 1.2rem;
    width: 100%;
    text-transform: uppercase;
}

/* MODAL MARKA */
#modal-marka h4 {
	color: var(--primary-color);
}
#modal-marka .form-control {
	border: 1px solid #7f7f7f !important;
}
#modal-marka .modal-body{
	min-width: 800px;
	max-height: 90vh;
	overflow-y: auto;
}

/* LISTA GODISTA */
.list-godista {
	display: none;
	padding: 12px 0 12px 0;
	overflow-y: scroll;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 10; 
	background: #FFFFFF;
	opacity: 0.9; 
	height: 100%;
	width: 100%;
}

.list-godista h4 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.1rem;
}

.list-godista ul {
	padding-left: 0;
}

.list-godista li {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: 100%;
	padding: 0px 0 2px 0px;
}

.list-godista li a {
	color: #242424;
    text-decoration: none;
    outline: none;
    font-size: 1.1rem;
    text-transform: uppercase;
	font-weight: bold;
}

.list-godista li a:hover {
	color: #ff0000;
}
#modal-marka-strana .list-model-item {
	position: relative;
}
.list-marke .list-model-item {
	position: relative;
	margin-bottom: 15px;
}
.list-marke .card{
	height: 100%;
}
.list-marke .card:hover {
	border: 1px solid rgb(0 0 0 / 42%);
}
.list-marke .card-image{
	background: #515151;
    height: 100%;
}
.list-marke .card-title{
	width: 100%;
	text-align: center;
}
#modal-marka-strana .model-accordion{
    color: #ffffff !important;
    background-color: #1a439b !important;
}
#modal-marka-strana h2{
    margin-bottom: 2px !important;
}
#modal-marka .model-accordion{
    color: #ffffff !important;
    background-color: #1a439b !important;
}
#modal-marka h2{
    margin-bottom: 2px !important;
}
.accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* MEDIA */
/* Large devices */
@media (max-width: 1400px) {
	.header-logo {
	/*	padding-top: 42px; */
	}
	.header-logo-img {
	/*	display: block;
		width: 160px;
	*/
	/*	margin-left: 0; */
	}
	.header-pretraga {
	/*	width: auto; */
	}
	/* .modal-lg {
	    width: 900px;
	} */

	/* #modal-marka .modal-body{
	    min-width: 800px;
    	max-height: 90vh;
		overflow-y: auto;
	} */

	.filter_link {
		display: none !important;
	}
	.detaljno-proizvod-slika-sirina {
		width: 400px;
	}

}

/* Desktops */
@media (max-width: 1200px) {
	/* #body {
		height: 577px;
		background: url(../images/bg_top_a1.gif) repeat-x;
		text-align: 0 auto;
	} */
	.menu-mid-space {
		min-height: 75px;
	}
	.header-logo {
	/*	padding-top: 43px; */
	}
	#header-logo1{
		width: 190px;
	}
	.header-logo-img {
		width: 190px;
	}
	.header-pretraga {
	/*	width: auto; */
	}
	/* .modal-lg {
	    width: 900px;
	} */
	/* #modal-marka .modal-body{
	    min-width: 800px;
    	max-height: 90vh;
		overflow-y: auto;
	}*/ 
	.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;
	}
}

/* Tablets */
@media (max-width: 992px) {
	/* #body {
		height: 470px;
		background: url(../images/bg_top_a2.gif) repeat-x;
		text-align: 0 auto;
	} */
	#menu_jezik_sadrzaj {
	/*	padding-bottom: 6px; */
		border-bottom: 2px solid #092c79;
	}
	#header-logo1{
		display: none;
	}
	#header-logo2{
		display: block;
	}
	#navbar-activator {
		display: block;
		width: 24px;
		height: 24px;
	}
	.navbar .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	a.navbar-brand {
		display: block;
	}
	a.navbar-brand > i {
		line-height: 40px !important;
        padding: 10px 15px 10px 15px;
        margin: 0px 0 0 10px;
	}
	.navbar-default .navbar-nav > li > a {
		line-height: 18px;
		padding-left: 20px !important;
		font-size: 1rem;
	}
	.navbar-nav > li a {
    	text-align: left !important;
    }
	.navbar .navbar-collapse {
        border-top: 1px solid #777;
    }
	.header-logo-img {
		width: 144px;
        height: 42px;
        display: block;
        margin-top: -3px;
	}
	#menu-top-container {
        position: fixed;
        top: 0;
        left: -700px;
        width: 60%;
        height: 100vh;
        z-index: 1000;
        overflow-y: scroll;
		background: #020c23 !important;
		transition: left 0.8s;
    }
    .menu-mid-space {
        padding-top: 15px;
        min-height: 70px;
    }
	.navbar-brand-ak {
		display: none;
	}
	.header-pretraga {
		width: 38px !important;
	}

	/* pretraga panel ------------------- */
    #header-pretraga-form {
        display: none;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 4px 20px 10px 20px;
        background: #1a439b;
    }
	.button-search {
		right: 54px;
	}
	.header-pretraga .search-panel {
		display: block;
	}
	.btn-cancel-search {
		margin-left: 20px;
		background: none;
		background: none;
		border: none;
		width: 48px;
		height: 48px;
		text-align: center;
		padding: 9px 0 13px 0;
		z-index: 10;
		border-radius: 0px;
		opacity: 0.8;
		color: #FFFFFF;
	}
	.btn-cancel-search:hover {
		opacity: 1;
	}

	/* NAV BAR ----------------------------------- */
	#navbar-activator {
        display: block;
    }
	#navbar-activator:focus {
		border: none;
		outline: 0;
	}
	.navbar-brand-button-ak {
		min-width: 180px;
        font-size: 0.8rem;
        height: 38px;
        padding: 15px 10px 10px 10px !important;
    }
	a.navbar-brand-ak {
		line-height: 10px;
	}
	#navbar-close {
		display: block;
	}
	#modal-marka .modal-body{
	    min-width: 700px;
	}
	
	#modal-brza-narudzba .modal-dialog{
	    min-width: 700px;
	}
	#modal-marka-strana{
		padding-left: 6px;
		padding-right: 6px;
	}
	#modal-marka-strana a .brend-item {
		padding: 10px;
		border: 4px solid #ffffff;
	}
	.accordion-border{
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	/* KORPA ----------------------------- */
	.korpa-top-jm{
		font-size: 11px;
	}
	.korpa-top-iznos{
		display: none;
	}
	.korpa-top-valuta{
		display: none;
	}
	.filter_link {
		display: none !important;
	}
/*	.carousel-inner {
 	   max-height: 238px;
	} */
	.carousel-container {
		margin-top: 25px;
		margin-bottom: -10px;
	/*	height: 265px; */
	}
	.carousel-container img{
		min-height: 180px;
	}
 	.proizvod-cijena-kolona{
		padding: 0px;
 	}
	.proizvod-cijena{
		padding: 0px;
		margin-top: 20px;
	}
	.prijava-korisnika-obavjestenje {
		background: rgb(9 42 113 / 75%);
		padding: 40px 20px 20px 20px;
		font-weight: normal;
		color: #FFFFFF;
		line-height: 1.4;
	}
	.prijava-korisnika-obavjestenje p {
		margin-top: 0;
		margin-bottom: 0;
	}
	.prijava-korisnika-obrazac {
		padding: 40px 20px 30px 20px;
	}
	.prijava-korisnika {
		background: url(../images/prijava_bg1.jpg) right top;
		margin-bottom: 10px;
	}
}

/* Tablets */
/* @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max){ */ 
@media (max-width: 768px) {
	#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: 36px; */
	}
	#header-logo1 {
		/* width: 114px; */
		display: none;
	}
	.header-logo button {
		width: 24px;
	}
	.header-logo-img {
	/*	width: 124px;
		height: 48px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	*/
	}
	.header-pretraga {
	/*	padding-top: 36px;
		width: auto; */
	}
	.header-korpa {
		padding-top: 15px;
		padding-bottom: 10px;
		height: 70px;
	}
	/*	.filter_link {
		display: inline;
	} */

	#modal-marka .modal-body{
	    min-width: 600px;
	}

	#modal-brza-narudzba .modal-dialog{
	    min-width: 550px;
	}

	.korpa_brza {
		padding: 4px 12px 6px 8px;
		width: 100%;
	}
	.korpa-top-jm{
		display: none;
	}
	.korpa-top-iznos-box{
		display: none;
	}
	#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: #c9c9c9;
	}
	.navbar-nav {
		margin-left: 0px;
	}
	.proizvod-cijena-kolona{
		padding: 0px;
	}
	.kolicina-red {
        width: 100px !important;
    }
	.proizvod-cijena{
		padding: 0px;
		margin-top: 20px;
	}
	.vcenter {
		margin-top: 30px;
	}
	.dostupno-vcenter{
		margin-top: 10px;
		padding-left: 20px;
	}
	.dostupno-vcenter span{
		display: block;
		padding: 5px 0 0 10px;
	}
	.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;
	}
	#menu-top-container {
        width: 80%;
    }
}

@media (max-width: 576px) {
	#body{
	    background-image: none;
	}
	#row-prijava-korisnika{
		background-color: #424242;
	}
	.header-top {
		
		height: auto;
		padding-bottom: 20px;
	}
	.header-logo {
	/*	padding-top: 15px; */
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.header-logo-img {
		margin-top: 2px;
        width: auto;
    }
	.header-pretraga {
	/*	padding-top: 15px; */
	}
	.header-korpa {
		padding-top: 15px;
		padding-bottom: 10px;
		height: 70px;
	}

	#modal-marka .modal-body{
	    min-width: 500px;
	}

	#modal-brza-narudzba .modal-dialog{
	    min-width: 90%;
	}
	/*	.filter_link {
		display: inline;
	} */
	.korpa_brza {
	    padding: 4px 12px 6px 8px;
	    width: 100%;
	}
	.header-poruka-container{
		font-size: 13px;
	}
	#meni-pijava-korisnika{
	/*	padding-top: 4px; */
		margin-left: -15px;
	}
	#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-default .navbar-nav > li > a {
	    color: #c9c9c9;
	}
	.navbar-nav {
	    margin-left: 0px;
	}
 	.proizvod-cijena-kolona{
		padding-left: 10px;
 	}
	.proizvod-cijena{
		padding: 0px;
		margin-top: 20px;
	}
	.img-proizvod-red {
		height: 252px;
		max-width: 300px;
		margin: auto;
		border: none;
	}
	.img-proizvod-red a img {
		width: 280px;
	}
	.sifra-proizvod-red {
		margin-left: 10px;
	}
	.vcenter {
		margin-top: 0px;
        margin-left: 10px;
	}
	.proizvod-podaci-red {
		margin-bottom: 0px;
	}
	.naslov-proizvod-red {
		margin-top: 15px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	.info-proizvod-red {
		margin-top: 40px !important;
	}
	.kolicina-red {
        width: 100px !important;
    }
	.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;
	}
	.proizvodi-detaljno .product-naslov h1 {
		margin-top: 30px !important;
	}

	/* PRETRAGA ZA MODEL PO DIJELU NAZIVA PROIZVODA*/
	.filter-proizvoda {
		margin-top: 10px;
	}
	form#searchbox-proizvod {
		text-align: start;
	}
	.prikazi-po-stranici{
		width: 100%;
	}
}
/* -------------------------------------------------------------------------------------------------------- */
