@charset "UTF-8";

/*

  ------------------------------------------------------
  CSS DOKUMENT
  ------------------------------------------------------
  Autori:	Christian Medica i Željko Kereš
  Tvrtka:	e-Sustavi d.o.o., Zagreb
  Datum:	srpanj, 2019.
  ------------------------------------------------------
  
*/






/* ############################# */
/* #####  VANJSKI SADRŽAJI  #### */
/* ############################# */

/*
  font OpenSans - glavni za cijeli web
  font-family: 'Open Sans', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

/*
  font PT Sans - za naslove i podnaslove
  font-family: "PT Sans", Trebuchet MS, Arial, Helvetica, sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i);

/*
  font Playfair Display - za naslove i podnaslove
  font-family: 'Playfair Display', serif;
*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);


/*
  Flaticon font - sadrži samo dio ikona na temu vode
*/
@font-face {
  font-family: "Flaticon";
  src: url("/fonts/Flaticon.eot");
  src: url("/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/fonts/Flaticon.woff2") format("woff2"),
       url("/fonts/Flaticon.woff") format("woff"),
       url("/fonts/Flaticon.ttf") format("truetype"),
       url("/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-telephone:before { content: "\f100"; }
.flaticon-magnifying-glass:before { content: "\f101"; }
.flaticon-search:before { content: "\f102"; }
.flaticon-supermarket:before { content: "\f103"; }
.flaticon-drop-leaf-table:before { content: "\f104"; }
.flaticon-water:before { content: "\f105"; }
.flaticon-teardrop:before { content: "\f106"; }
.flaticon-water-barrel:before { content: "\f107"; }
.flaticon-online-shop:before { content: "\f108"; }
.flaticon-play-button-arrowhead:before { content: "\f109"; }
.flaticon-right:before { content: "\f10a"; }
.flaticon-back:before { content: "\f10b"; }
.flaticon-user:before { content: "\f10c"; }
.flaticon-comment-white-oval-bubble:before { content: "\f10d"; }
.flaticon-movie:before { content: "\f10e"; }
.flaticon-water-1:before { content: "\f10f"; }
.flaticon-water-2:before { content: "\f110"; }
.flaticon-top:before { content: "\f111"; }
.flaticon-water-4:before { content: "\f112"; }
.flaticon-water-3:before { content: "\f113"; }







/* ############################ */
/* #####  TIJELO STRANICE  #### */
/* ############################ */

/* tijelo */
body {
	color:#4D4D4D;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
  
  background-image: url(/img/pattern-1.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
	body {
		font-size: 15px;
	}
}
/*kraj @media screen od 1024px do 1400px*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
	body {
		font-size: 14px;
	}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
	body {
		font-size: 13px;
	}
}
/*kraj @media screen do 600px*/

div.sunceko {
  position: absolute;
  top: -100px;
  left: -100px;
  
  width: 450px;
  z-index: -1;
  display: none;
}
div.sunceko img {
  width:100%;
  height: auto;
}
@media screen and (max-width: 600px) {
div.sunceko {
  top: -100px;
  left: -100px;
  width: 200px;
}
}
/*kraj @media screen do 600px*/

/* slike */
img { border:0; vertical-align:top;}

/* linkovi za sve */
a {
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover {
  text-decoration:none;
  outline:none;
}



/* odjeljci */
header,
footer,
main,
section {
	width:100%;
	box-sizing:border-box;
	float:left;
	padding:0px;
	text-align: center;
}
div, 
button {
	box-sizing:border-box;
}
section {
  overflow:hidden;
}


main {
  /*background-image: url("/img/pozadina-t-lijevo.png"),url("/img/pozadina-t-desno.png"),url("/img/pozadina-t-lijevo.png"),url("/img/pozadina-t-desno.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top left, right top 500px,  top 2000px left -200px, right -100px top 3400px;*/
  
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
main {
  /*background-position: top left -200px, right -150px top 500px,  top 2000px left -250px, right -150px top 3400px;*/
  
  padding-bottom: 50px;
}
}
/*kraj @media screen do 600px*/


/* gumbi u formama */
/*input[type=text],
input[type=password],
select,
textarea {
	width:100%;
	box-sizing:border-box;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background-color:#FFF;
  color: #000;
}
@media screen and (max-width: 600px) {
input[type=text],
input[type=password],
select,
textarea {
	font-size: 13px;
}
}*/
/*kraj @media screen do 600px*/
select, button { cursor:pointer; }
/*button {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align:center;
}*/


/* hr linija */
hr {
	border:0;
	border-bottom:2px solid #135cab;
  width: 60px;
  display: block;
  margin: 15px 0;
}
@media screen and (max-width: 600px) {
hr {
}
}
/*kraj @media screen do 600px*/



/* kontejner */
div.kontejner {
	width:100%;
	max-width:1370px;
	margin:0 auto;
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
	div.kontejner {
		max-width:1200px;
		padding:0 20px;
	}
}
/*kraj @media screen od 1024px do 1400px*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
	div.kontejner {
		padding:0 30px;
	}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
	div.kontejner {
		padding:0 30px;
	}
}
/*kraj @media screen do 600px*/










/* ################################# */
/* #####  NASLOVI I PODNASLOVI  #### */
/* ################################# */

h1 { 
  margin:0 0 25px;
  padding:0;
	text-align:left;
	box-sizing:border-box;
  
  position: relative;
  font-size: 48px;
  font-family: serif;
  line-height: 58px;
  color: #222;
  font-weight: 400;
  padding-bottom: 33px;
}
h1:before {
  position: absolute;
  content: '';
  background: url(/img/wave-icon-2.png);
  width: 33px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
h1.text-center:before {
  left: 50% !important;
  margin-left: -16px;
}
h1.text-right:before {
  left: inherit;
  right: 0;
  margin-left: 0;
}

@media screen and (max-width: 600px) {
h1 { 
  font-size: 30px;
  margin:0 0 10px;
  line-height: 40px;
}
}
/*kraj @media screen do 600px*/
h2 {
	font-family: "PT Sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px; 
	font-weight: bold; 
	line-height:1.4em; 
	color:#222;
	margin:0 0 15px;
	padding:0;
	text-transform: none;
	text-align:left;
	box-sizing:border-box;
  display: block;
}
@media screen and (max-width: 600px) {
h2 {
	font-size:19px; 
	line-height:1.3em; 
}
}
/*kraj @media screen do 600px*/

h3 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Playfair Display', serif;
	font-weight: 700; 
	line-height:30px; 
	color:#222;
	text-transform: none;
	margin:0px 0 10px;
	padding:0;
	
	text-align: left;
	font-size:22px;
}


h5 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #0e1221;
  margin: 0px;
  transition: all 500ms ease;
}









/* ############################### */
/* #####  EFEKTI I ANIMACIJE  #### */
/* ############################### */
:hover { 
	-webkit-transition:all 100ms ease-in; 
	-o-transition:all 100ms ease-in; 
	-moz-transition:all 100ms ease-in; 
}

@-webkit-keyframes fade-out {
	0% { opacity: 1; -webkit-transform: scale(1);}
	50% {opacity: 0.5; -webkit-transform: scale(1.5);}
	100% {opacity: 0; -webkit-transform: scale(.1); }
}
	
@-moz-keyframes fade-out {
	0% { opacity: 1; -moz-transform: scale(1);}
	50% {opacity: 0.5; -moz-transform: scale(1.5);}
	100% {opacity: 0; -moz-transform: scale(.1); }
}
	
@keyframes fade-out {
	0% { opacity: 1; transform: scale(1);}
	50% {opacity: 0.5; transform: scale(1.5);}
	100% {opacity: 0; transform: scale(.1); }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@-webkit-keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}


















/* ###################### */
/* #####  ZAGLAVLJE  #### */
/* ###################### */
header {
	height:auto;
	min-height:250px;
}
@media screen and (max-width: 600px) {
header {
	min-height:200px;
}
}
/*kraj @media screen do 600px*/

/* izbornik */
nav {
	position:absolute; /* mora biti preko bannera */
	top:0;
	left:0;
	right:0;
	z-index:50;
	border-bottom:0px solid rgba(19,92,171,.3);
	
	/*background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.0));*/
  background-color: rgba(255,255,255,.9);
}
nav > div.kontejner {
  position: relative;
}
@media screen and (min-width: 1400px) {
nav > div.kontejner {
  max-width: 1800px;
  padding-left: 25px;
}
}
/*kraj @media screen od 1500px*/
nav > div.kontejner > a {
	display:inline-block;
	text-decoration:none;
	width:250px;
	height:125px;
	vertical-align:top;
	margin-left:-10px;
	
	background-image:url(/img/poljski-dom-logo.svg);
	background-size:220px auto;
	background-repeat:no-repeat;
	background-position:center;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > a {
	width:200px;
	height:80px;
	background-size:180px auto;
	background-position: center bottom 43%;
}
}
/*kraj @media screen do 1023px*/

nav > div.kontejner > a:hover {
	background-color: rgba(255,255,255,.5);
  /*background-color:#135cab;
  background-image:url(/img/poljski-dom-logo2.png);*/
}
nav > div.kontejner > a:active {
	background-color:#135cab;
}


/* logo tekst */
nav > div.kontejner > div.logo_tekst {
  display: none;
  position:absolute;
  top: 33px;
  left: 220px;
  width: 180px;
  box-sizing: border-box;
  font-size: 11px;
  border-left: 1px solid rgba(19,92,171,.2);
  line-height: 1.3em;
  padding: 5px 0 5px 15px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > div.logo_tekst {
  top: 55px;
  left: 30px;
  width: 200px;
  font-size: 9px;
  border-left: 0px solid rgba(19,92,171,.2);
  line-height: 1.3em;
  padding: 0;
  font-weight: 600;
}
}
/*kraj @media screen do 1023px*/


/* gornji izbornik i tražilica */
nav > div.kontejner > div.res_izb_gornji {
  position:absolute;
  top: 15px;
  right: 200px;
  left: 200px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > div.res_izb_gornji {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  
  padding: 15px 25px;
  
  z-index: 101;
}
nav.sticky > div.kontejner > div.res_izb_gornji {
  top: 60px;
}
}
/*kraj @media screen do 1023px*/
nav > div.kontejner > div.res_izb_gornji > a {
  color:#4D4D4D;
  text-decoration: none;
  display: inline-block;
  padding: 7px 15px 6px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 4px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > div.res_izb_gornji > a {
  display: none;
}
}
/*kraj @media screen do 1023px*/
nav > div.kontejner > div.res_izb_gornji > a:hover {
  color:#333;
  background-color: #FFF;
  
  webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
nav > div.kontejner > div.res_izb_gornji > a.active {
  color:#FFF;
  background-color: #135cab;
  font-weight: 600;
  
  webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
nav > div.kontejner > div.res_izb_gornji > form {   /* TRAŽILICA */
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  margin-left: 0px;
}
nav > div.kontejner > div.res_izb_gornji > form > input[type=text],
nav > div.kontejner > div.res_izb_gornji > form > button {
  display: inline-block;
  vertical-align: top;
}
nav > div.kontejner > div.res_izb_gornji > form > input[type=text] {
  width:500px;
  height: 34px;
  background-color: rgba(255,255,255,.5);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 50px;
  padding: 0 40px 0 10px;
  font-size: 13px;
  margin-right: -42px;
  margin-top: 2px;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > div.res_izb_gornji > form > input[type=text] {
  width:260px;
}
}
/*kraj @media screen do 1023px*/
nav > div.kontejner > div.res_izb_gornji > form > button {
  background-color: transparent;
  height: 38px;
  width: 38px;
  border: 0;
  border-radius: 100%;
  color:#4D4D4D;
}
nav > div.kontejner > div.res_izb_gornji > form:hover > button:hover {
  background-color: #0095DF;
  color:#FFF;
}
nav > div.kontejner > div.res_izb_gornji > form:hover > button {
  background-color: #07c0fd;
  color:#FFF;
  
  /*webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);*/
}
nav > div.kontejner > div.res_izb_gornji > form:hover > input[type=text],
nav > div.kontejner > div.res_izb_gornji > form:hover > input[type=text]:focus,
nav > div.kontejner > div.res_izb_gornji > form > input[type=text]:focus{
  border-color: #07c0fd;
  background-color: rgba(255,255,255,.9);
  
  webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

nav > div.kontejner > div.res_izb_gornji > a.drustvene_mreze {
  padding: 0px 0px;
  font-size: 24px;
  border-radius: 20px;
  margin-top: 7px;
  color: #135CAB;
  margin-left: 6px;
}
@media screen and (max-width: 1023px) {
nav > div.kontejner > div.res_izb_gornji > form {   /* TRAŽILICA */
  margin-left: 0px;
}
nav > div.kontejner > div.res_izb_gornji > a.drustvene_mreze {
  display: inline-block;
}
}
/*kraj @media screen do 1023px*/
@media screen and (max-width: 600px) {
nav > div.kontejner > div.res_izb_gornji > form > input[type=text] {
  width:190px;
}
}
/*kraj @media screen do 600px*/




/* statični izbornik kod scrolanja */
nav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color:rgba(255,255,255,.9);
	/*background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,.05));*/
	z-index:50;
	height:125px;
	
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);*/
}
@media screen and (max-width: 1023px) {
  nav.sticky {
    height:60px;

  }
  nav.sticky > div.kontejner > div.logo_tekst {
    display: none;
  }
  nav.sticky > div.kontejner > a {
    width:170px;
    height:60px;
    background-size:150px auto;
	background-position: center bottom 47%;
  }
}
/*kraj @media screen do 1023px*/

/*nav + section {
	margin-top: 108px;
}
nav.sticky + section {
	margin-top: 108px;
}*/

nav.sticky > div.kontejner > div.res_izb_gornji > form > input[type=text] {
  background-color: rgba(255,255,255,.5);
  border: 1px solid rgba(0,0,0,0.1);
}



/* STAVKA AKCIJE U IZBORNIKU */
ul.nav_izb_akcije {
  min-width:350px;
}
ul.nav_izb_akcije > li {
  min-width:350px;
}
ul.nav_izb_akcije > li > a > span > div {
  display: inline-block;
  width: 50px;
  height: 50px;
  /*float: left;*/
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 0 10px 0 0;
  vertical-align: middle;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 600px) {
ul.nav_izb_akcije {
  min-width:auto;
}
ul.nav_izb_akcije > li {
  min-width:auto;
}
}
/*kraj @media screen do 600px*/





/* MOBILNI IZBORNIK */
nav > div#res_izb_mobile {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  
  box-sizing: border-box;
  padding-top: 70px;
  
  background-color: #FFF;    /* rgba(19,92,171,1) */
  /*background-image: url(/img/pattern-1.png);
  background-repeat: no-repeat;
  background-position: top -80px right;*/
  
  z-index: 100;
}
nav.sticky > div#res_izb_mobile {
  top: 60px;
}




















/* ##################### */
/* #####  PODNOŽJE  #### */
/* ##################### */
footer > div:nth-of-type(1) {
  width: 100%;
  height: 25px;
}
footer > div:nth-of-type(1) > div {
  width: 16.6666%;
  height: 25px;
  float: left;
}
footer > div:nth-of-type(1) > div:nth-of-type(1) { background-color: #e588b2; }
footer > div:nth-of-type(1) > div:nth-of-type(2) { background-color: #07c0fd; }
footer > div:nth-of-type(1) > div:nth-of-type(3) { background-color: #fa8951; }
footer > div:nth-of-type(1) > div:nth-of-type(4) { background-color: #55c4b1; }
footer > div:nth-of-type(1) > div:nth-of-type(5) { background-color: #0095DF; }
footer > div:nth-of-type(1) > div:nth-of-type(6) { background-color: #87C323; }
@media screen and (max-width: 600px) {
footer > div:nth-of-type(1) {
  height: 15px;
}
footer > div:nth-of-type(1) > div {
  height: 15px;
}
}
/*kraj @media screen do 600px*/

.main-footer{
  position: relative;
  background-color: #135cab;
  font-family: "PT Sans", Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

.main-footer .footer-top{
  position: relative;
  padding: 30px 0px 35px 0px;
}
@media screen and (max-width: 600px) {
.main-footer .footer-top{
  padding: 20px 0px 40px 0px;
}
}
/*kraj @media screen do 600px*/

.main-footer .footer-top .subscribe-form{
  position: relative;
  max-width: 650px;
  width: 100%;
}

.main-footer .footer-top .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.main-footer .footer-top .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  border: 3px solid #fff;
  padding: 10px 200px 10px 40px;
  border-radius: 30px;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-form .form-group input:focus{
  
}

.main-footer .footer-top .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-footer .footer-top .subscribe-form .form-group .theme-btn.style-two{
  padding: 17px 50px;
}

.main-footer .footer-top .footer-social{
  position: relative;
  margin-top: 12px;
}
.main-footer .footer-top .footer-social .social-links {
  display: inline-block;
}
.main-footer .footer-top .footer-social .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-top .footer-social .social-links li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .footer-social .social-links li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  background: #FFF;
  color: #135cab;
  border-radius: 50%;
  text-align: center;
}

.main-footer .footer-upper{
  position: relative;
  padding: 0px 0px 35px 0px;
}
@media screen and (max-width: 600px) {
.main-footer .footer-upper{
  padding: 30px 0px 35px 0px;
}
}
/*kraj @media screen do 600px*/

.main-footer .footer-upper .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 17px;
}

.main-footer .footer-upper .logo-widget .text{
  position: relative;
  color: #fff;
}

.main-footer .footer-upper .footer-widget .widget-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.main-footer .footer-upper .footer-widget .widget-title:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.main-footer .footer-upper .links-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.main-footer .footer-upper .footer-widget{
  position: relative;
}

.main-footer .footer-upper .links-widget{
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
.main-footer .footer-upper .links-widget{
  margin-left: 0px;
}
}
/*kraj @media screen do 600px*/

.main-footer .footer-upper .logo-widget{
  margin-right: -30px;
  margin-top: 3px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li{
  position: relative;
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .shediul-widget,
.main-footer .footer-upper .contact-widget{
  margin-left: 60px;
}
@media screen and (max-width: 600px) {
.main-footer .footer-upper .shediul-widget,
.main-footer .footer-upper .contact-widget{
  margin-left: 0px;
}
}
/*kraj @media screen do 600px*/

.main-footer .footer-upper .contact-widget .widget-content .list li{
  position: relative;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a,
.main-footer .footer-upper .shediul-widget .widget-content .list li a{
  color: #fff;
}

.main-footer .footer-bottom{
  position: relative;
  background: #FFF;
  padding: 15px 0px;
  text-align: center;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  font-size: 14px;
  color: #333;
}

.main-footer .footer-bottom .copyright a{
  color: #000;
  font-weight: bold;
}

.main-footer .footer-bottom .copyright a:hover{
  
}
.main-footer .footer-top .subscribe-form .form-group input:focus{
  border-color: #f5a93f !important;
}

.main-footer .footer-top .footer-social .social-links li a:hover{
  color: #000;
}

.main-footer .footer-upper .footer-widget .widget-title:before{
	background: #13bbea;
}

.main-footer .footer-upper .links-widget .widget-content .list li a:hover,
.main-footer .footer-upper .shediul-widget .widget-content .list li a:hover,
.main-footer .footer-upper .contact-widget .widget-content .list li a:hover{
  color: #f5a93f;
}

.main-footer .footer-bottom .copyright a:hover{
  color: #f5a93f;
}


.main-footer ul, 
.main-footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}







/* #################### */
/* #####  SADRŽAJ  #### */
/* #################### */

/* p napomena */
p.napomena {
  position: relative;
  border: 2px solid rgba(19,92,171,.5);
  background-color: rgba(19,92,171,.05);
  box-sizing: border-box;
  padding: 6px 15px 10px 36px;
  color: #135CAB;
  border-radius: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
}
p.napomena > i:first-of-type {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
p.napomena > strong:first-of-type {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* a gumb */
a.a_gumb {
  display:inline-block;
  box-sizing: border-box;
  background-color: #135cab;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  
  border-radius: 50px;
}
a.a_gumb:hover {
  background-color: #2666fd;
}
a.a_gumb:active {
  background-color: #333;
}

/* Gumb "Na vrh" */
div.na_vrh {
	position: fixed;
	bottom:24px;
	right:90px;
	display: none;
	
	z-index:9999;
	
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	background-color:#3f66f5;
	width:50px;
	height:50px;
	text-align:center;
	font-size:30px;
	padding-top:10px;
	cursor:pointer;
	
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	
	/*-webkit-box-shadow: 0 0px 20px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0px 20px rgba(0,0,0,.4);
	box-shadow: 0 0px 20px rgba(0,0,0,.4);*/
}
div.na_vrh:hover {
	background-color:#f5a93f;
	border-color:#135cab;
  color:#FFF;
}
div.na_vrh:active {
	background-color:#4D4D4D;
	color:#FFF;
}
@media screen and (max-width: 600px) {
/*div.na_vrh {
	bottom:10px;
	right:10px;
}*/
}
/*kraj @media screen do 600px*/




/* Banner na naslovnoj stranici */
section#header_banner {
  padding: 0px 0px 0;
}
@media screen and (max-width: 600px) {
section#header_banner {
  padding: 80px 0px 0;
}
}
/*kraj @media screen do 600px*/
.banner_naslovna {
	position: relative;
	width: 100%;
	overflow: auto;
	border:0px;
	
	text-align: center;
	
	color: #135cab;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.banner_naslovna ul {
	list-style: none;
	width: 300%;
	padding:0;
	margin:0;
}
.banner_naslovna ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 0px 0 0px;
	box-sizing:border-box;
	
	/*height: 850px;*/
	
	/*background-position:center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: right 25% center;*/

}
@media screen and (max-width: 1500px) {
.banner_naslovna ul li {
	/*height: 650px;*/
}
}

.banner_naslovna > ul > li > a {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 45%;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}



/*kraj @media screen do 1500px*/
.banner_naslovna > ul > li > div {
	background-color: transparent;
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding: 250px 0 0px;

}
@media screen and (max-width: 1500px) {
.banner_naslovna > ul > li > div {
	padding: 200px 0 0px;
}
}
/*kraj @media screen do 1500px*/
.banner_naslovna > ul > li > div > div.kontejner > div.row {
  position: relative;
}
.banner_naslovna > ul > li > div > div.kontejner > div.row > div:nth-of-type(2) { /* div koji prikazuje PNG prozirnu sliku */
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1450px) {
.banner_naslovna > ul > li > div > div.kontejner > div.row > div:nth-of-type(2) { /* div koji prikazuje PNG prozirnu sliku */
  top: -100px;
  bottom: -90px;
}
}
/*kraj @media screen od 1450px*/
.banner_naslovna h1 {
	font-size: 55px;
	line-height: 1.1em;
	font-weight: bold;
	color: #135cab;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	margin:0 0 20px 0;
	text-align:left;
	text-transform:uppercase;
}
.banner_naslovna h1 > small { font-size:40px;}
.banner_naslovna p {
	line-height:1.5em;
	font-size:20px;
}
.banner_naslovna p > a,
.plavi_gumb {
	display:inline-block;
	box-sizing:border-box;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:10px 25px;
	font-size:14px;
	font-weight:bold;
	background-color:#135cab;
	margin-top:15px;
  text-shadow:none;
	
	border-radius:510px;
	
	-webkit-box-shadow: 0px 0px 27px 0px rgba(255,255,255,0.4);
  -moz-box-shadow: 0px 0px 27px 0px rgba(255,255,255,0.4);
  box-shadow: 0px 0px 27px 0px rgba(255,255,255,0.4);
}
.banner_naslovna p > a:hover,
.plavi_gumb:hover {
	background-color:#2666fd;
	text-shadow:none;
  color:#FFF;
}
.banner_naslovna p > a:active,
.plavi_gumb:hover {
	background-color:#333;
  color: #FFF;
	text-shadow:none;
}

	
.banner_naslovna .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	padding:0;
}
.banner_naslovna .dots li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	
	text-indent: -999em;
	
	border: 0px solid #FFF;
	border-radius: 100%;
	background: #FFF;
	
	cursor: pointer;
	opacity: .4;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner_naslovna .dots li.active {
	background: #FFF;
	opacity: 1;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {  /* TABLET */
.banner_naslovna ul li {
	/*height: 550px;*/
}
.banner_naslovna > ul > li > div {
	padding: 160px 0 0px;
}
.banner_naslovna h1 {
	font-size: 38px;
	line-height: 1.1em;
}
.banner_naslovna p {
	line-height:1.5em;
	font-size:16px;
}
.banner_naslovna p > a {
	padding:10px 20px;
	font-size:14px;
	margin-top:10px;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {                      /* MOBITEL */
.banner_naslovna {
	width: 100%;
}
.banner_naslovna ul li {
	/*height: 450px;*/
}
.banner_naslovna > ul > li > a {
  padding-top: 55%;
}
.banner_naslovna > ul > li > div {
	padding: 100px 0 0px;
}
.banner_naslovna > ul > li > div > div.kontejner > div.row > div:nth-of-type(2) { /* div koji prikazuje PNG prozirnu sliku */
  left: 60%;
}
.banner_naslovna h1 {
	font-size: 30px;
	line-height: 1.1em;
}
.banner_naslovna p {
	line-height:1.5em;
	font-size:14px;
}
.banner_naslovna p > a {
	padding:8px 20px;
	font-size:12px;
	margin-top:10px;
}
.banner_naslovna .dots {
	margin:0;
  bottom: 0px;
}	
.banner_naslovna .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 1px;
}
}
/*kraj @media screen do 600px*/

/* Banner na naslovnoj stranici - pojedini slajd */
li.banner_nasl_webshop {
  background-image:url(/img/banner/03.jpg);

}
li.banner_nasl_webshop > div > div.kontejner,
li.banner_nasl_webshop > div > div.kontejner h1 {
  text-align: center;
}


/* banner - poruka s lijeve strane da su novosti ispod banner */
section#smjer {
  position:relative;
}
section#smjer > div {
  position:absolute;
  top: 0;
  right: 0;
  margin:-250px -60px 0 0px;
  z-index: 50;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  background-color: rgba(255,255,255,.2);
  padding: 5px 10px;
  border-radius: 10px;
  
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Animirana strelica prema dolje */
section#header_banner,
section#naslovna_akcije{
  position:relative;
  overflow: inherit;
}
div.strelica {
  position:absolute;
  bottom: 70px;
	left: 50%;
  width: 30px;
  height: 60px;
  margin-left: -15px;
}
div.strelica > span {
  width:30px;
  height:65px;
  position:relative;
}
div.strelica > span > div.chevron{
  position:absolute;
  width:30px;
  height:2px;
  opacity:0;
  transform:scale3d(.5,.5,.5);
  animation:move 3s ease-out infinite;
}
div.strelica > span > div.chevron:first-child{
  animation:move 3s ease-out 1s infinite;
}
div.strelica > span > div.chevron:nth-child(2){
  animation:move 3s ease-out 2s infinite;
}
div.strelica > span > div.chevron:after,
div.strelica > span > div.chevron:before{
  content:'';
  position:absolute;
  top:0;
  height:100%;
  width:51%;
  background:#07c0fd;
}
div.strelica > span > div.chevron:before{
  left:0;
  transform:skew(0deg,30deg);
}
div.strelica > span > div.chevron:after{
  right:0;
  width:50%;
  transform:skew(0deg,-30deg);
}

section#header_banner div.strelica {
  bottom: 90px;
  display: none;
}
section#header_banner div.strelica > span > div.chevron:after,
section#header_banner div.strelica > span > div.chevron:before {
  background:#135cab;
}
/*@media screen and (min-width: 1400px)  {
section#header_banner div.strelica {
  bottom: 150px;
}
}*/
/*kraj @media screen od 1400px*/
@media screen and (max-width: 600px) {
div.strelica {
  bottom: 30px;
}
section#header_banner div.strelica {
  bottom: 50px;
	left: auto;
  right: 30px;
  width: 30px;
  height: 60px;
  margin-left: 0px;
}
}
/*kraj @media screen do 600px*/




/*  NASLOVNA - brojac */
.naslovna_brojac {
  margin-top: -30px;
}
.naslovna_brojac > div > div,
.naslovna_brojac > div > a {
  display: block;
  background-color: #135cab;
  color: #FFF;
  text-align: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 30px;
  
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  line-height: 1.3em;
  
  
  /*background-image: url(/img/gumb-val2.png);
  background-size: auto 550px;
  background-repeat: repeat;
  
  animation: slide 1000s linear infinite;
  -webkit-animation: slide 1000s linear infinite;*/
}
.naslovna_brojac > div:nth-of-type(1) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(1) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(1):hover > a, #res_izbornik > ul > li:nth-of-type(1).active > a {
  background-color: #e588b2;
}
.naslovna_brojac > div:nth-of-type(2) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(2) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(2):hover > a, #res_izbornik > ul > li:nth-of-type(2).active > a {
  background-color: #07c0fd;
}
.naslovna_brojac > div:nth-of-type(3) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(3) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(3):hover > a, #res_izbornik > ul > li:nth-of-type(3).active > a {
  background-color: #fa8951;
}
.naslovna_brojac > div:nth-of-type(4) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(4) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(4):hover > a, #res_izbornik > ul > li:nth-of-type(4).active > a {
  background-color: #55c4b1;
  border-color: #55c4b1;
}
.naslovna_brojac > div:nth-of-type(5) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(5) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(5):hover > a, #res_izbornik > ul > li:nth-of-type(5).active > a {
  background-color: #0095DF;
  border-color: #0095DF;
}
.naslovna_brojac > div:nth-of-type(6) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(6) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(6):hover > a, #res_izbornik > ul > li:nth-of-type(6).active > a {
  background-color: #87C323;
  border-color: #87C323;
}
.naslovna_brojac > div:nth-of-type(7) > a,
section.naslovna_opis1 > div.kontejner > div.row > div:nth-of-type(7) > div > div:last-of-type > a,
#res_izbornik > ul > li:nth-of-type(7):hover > a, #res_izbornik > ul > li:nth-of-type(7).active > a {
  background-color: yellow;
  border-color: yellow;
  color: #000;
}


/*.naslovna_brojac > div > div > span,
.naslovna_brojac > div > a > span > span {
  font-size: 30px;
  line-height: 1.3em;
}*/
.naslovna_brojac > div > a > span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
}
.naslovna_brojac > div > a > span > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4em;
  text-transform: uppercase;
}
/*.naslovna_brojac > div > div,
.naslovna_brojac > div > a > span {
  padding-top: 17px;
}*/
.naslovna_brojac > div > a:hover > span {
  background-color:#135cab;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .naslovna_brojac {
    margin-top: 30px;
  }
  .naslovna_brojac > div > div,
  .naslovna_brojac > div > a {
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  }
  .naslovna_brojac > div > a > span {
    padding: 0 5px;
  }
  /*.naslovna_brojac > div > div > span,
  .naslovna_brojac > div > a > span > span {
    font-size: 20px;
    line-height: 1.3em;
  }*/
  /*.naslovna_brojac > div > div,
  .naslovna_brojac > div > a > span {
    padding: 10px 15px 0;
  }*/
}
/*kraj @media screen do 600px*/





/* POP-UP AKCIJA */
div.popup_akcija {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 420px;
  height: 420px;
  margin-top: -210px;
  box-sizing: border-box;
  padding: 120px 50px 0 85px;
  
  background-image: url("/img/akcija-popup2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  z-index: 5000;
}
div.popup_akcija > div {
  position: relative;
  background-color: rgba(255,255,255,1);
  border-radius: 100%;
  padding: 20px 10px 1px;
  
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
div.popup_akcija > div > span {
  display: block;
  position: absolute;
  top: 10px;
  right: 50px;
  background-color: red;
  border-radius: 100%;
  font-size: 20px;
  color: #FFF;
  padding: 5px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
div.popup_akcija > div > span:hover {
  background-color: #333;
}

div.popup_akcija > div p,
div.popup_akcija > div h3 {
  text-align: center;
  font-size: 16px;
}
div.popup_akcija > div > p > img {
  width: auto;
  height: 80px;
}
div.popup_akcija > div > p.cijena {
  color: red;
}
div.popup_akcija > div > p.cijena del {
  color: #999;
  font-size: 14px;
}
div.popup_akcija > div > p:nth-of-type(1) {
  text-transform: uppercase;
  font-weight: bold;
  color: red;
}
div.popup_akcija > div > p:last-of-type > a {
  display: inline-block;
  background-color: #fa8951;
  color: #FFF;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
div.popup_akcija > div > p:last-of-type > a:hover {
  background-color: #135cab;
}
div.popup_akcija > div > p:last-of-type > a:active {
  background-color: #333;
}
@media screen and (max-width: 600px) {
div.popup_akcija {
  top: auto;
  right: auto;
  left: -100px;
  bottom: -40px;
  margin-top: 0;
}
}
/*kraj @media screen do 600px*/





/* NASLOVNA - AKCIJE slider (ne koristi se) */
section#naslovna_akcije {
  padding: 0px 0 140px;
}
section#naslovna_akcije > div > h1 {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
section#naslovna_akcije {
  padding: 0px 0 100px;
}
section#naslovna_akcije > div > h1 {
  margin-top: 40px;
}
}
/*kraj @media screen do 600px*/
section#naslovna_akcije .frame {
	height: auto;
	overflow: hidden;
}
section#naslovna_akcije .frame ul {
	list-style: none;
	margin: 0;
	padding:0px 0;
	height: 100%;
}
section#naslovna_akcije .frame ul li {
	float: left;
	width: 298px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	height: 100%;
	margin: 0 0px 0 0;
	padding: 15px;
}
@media screen and (min-width: 1400px) {
section#naslovna_akcije .frame ul li {
	width: 280px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
}
}
/*kraj @media screen od 1400px*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
section#naslovna_akcije .frame ul li {
	width: 250px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	margin: 0 15px 0 0;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
section#naslovna_akcije .frame ul li {
	width: 210px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	margin: 0 10px 0 0;
}
}
/*kraj @media screen do 600px*/


.scrollbar {
	width: 100%;
	margin:15px 0;
  height: 15px;
}
.scrollbar .handle {
  height: 10px;
	width: 100px;
	background-color:#135cab;
	cursor: e-resize;
	
	border-radius:3px;
}
.scrollbar .handle:hover,
.scrollbar .handle:active {
	height:15px;
	
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,.3);
	box-shadow: 0 3px 20px rgba(0,0,0,.3);
}

div.slider_akcije_strelice {
  position: relative;
  margin-top: 50px;
  height: 1px;
}
div.slider_akcije_strelice > span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  
  border-radius: 100%;
  text-align: center;
  color: #135cab;
  font-size: 50px;
  padding-top: 15px;
  cursor: pointer;
}
div.slider_akcije_strelice > span:nth-of-type(1) { /* lijeva strelica */
  left: 0;
  margin: 0 0 -250px -100px;
  padding-right: 5px;
}
div.slider_akcije_strelice > span:nth-of-type(2) { /* desna strelica */
  right: 0;
  margin: 0 -100px -250px 0;
  padding-left: 5px;
}
@media screen and (max-width: 1400px) {
div.slider_akcije_strelice > span:nth-of-type(1) { /* lijeva strelica */
  margin: 0 0 -250px -60px;
}
div.slider_akcije_strelice > span:nth-of-type(2) { /* desna strelica */
  margin: 0 -60px -250px 0;
}
}
/*kraj @media screen do 1400px*/
@media screen and (max-width: 600px) {
div.slider_akcije_strelice {
  margin-top: 24px;
}
div.slider_akcije_strelice > span {
  width: 60px;
  height: 60px;
  font-size: 40px;
  padding-top: 10px;
}
div.slider_akcije_strelice > span:nth-of-type(1) { /* lijeva strelica */
  margin: 0 0 10px -15px;
}
div.slider_akcije_strelice > span:nth-of-type(2) { /* desna strelica */
  margin: 0 -15px 10px 0;
}
}
/*kraj @media screen do 600px*/

div.slider_akcije_strelice > span:hover {
  background-color: #135cab;
  color: #FFF;
}


div#slider_akcije > ul > li > a {
  background-color: #FFF;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #4D4D4D;
  text-align:left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 380px;
  position: relative;
  border: 5px solid #FFF;
  
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 600px) {
div#slider_akcije > ul > li > a {
  height: 310px;
}
}
/*kraj @media screen do 600px*/

div#slider_akcije > ul > li > a:hover,
div#slider_akcije > ul > li.active > a{
  border-color:#135cab;
}
div#slider_akcije > ul > li > a > div { /* slika */
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 240px;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 600px) {
div#slider_akcije > ul > li > a > div { /* slika */
  height: 180px;
}
}
/*kraj @media screen do 600px*/
div#slider_akcije > ul > li > a > div > span {
  display: block;
  position:absolute;
  box-sizing: border-box;
  
  border-radius: 3px;
}
div#slider_akcije > ul > li > a > div > span.popust {
  top:0;
  right: 0;
  background-color: red;
  color: #FFF;
  font-weight: 600;
  padding: 5px 7px;
}
div#slider_akcije > ul > li > a > div > span.novo {
  top:0;
  left: 0;
  background-color: darkgreen;
  color: #FFF;
  font-weight: 600;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 12px;
}
div#slider_akcije > ul > li > a > div > span.nedostupno {
  bottom:0;
  left: 0;
  background-color: #333;
  color: #FFF;
  font-weight: 600;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 10px;
}
div#slider_akcije > ul > li > a > h2 { /* naslov */
  position: absolute;
  display: block;
  top: 255px;
  left: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #135cab;
  line-height: 1.4em;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  max-height: 76px;
  overflow: hidden;
}

div#slider_akcije > ul > li > a > p {  /* cijena */
  position: absolute;
  display: block;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
div#slider_akcije > ul > li > a > p > del { /* prekrižena cijena */
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
div#slider_akcije > ul > li > a > h2 { /* naslov */
  top: 195px;
  font-size: 15px;
  line-height: 1.3em;
  padding: 0 10px;
  max-height: 60px;
}

div#slider_akcije > ul > li > a > p {  /* cijena */
  font-size: 17px;
  line-height: 1.1em;
}
div#slider_akcije > ul > li > a > p > del { /* prekrižena cijena */
  font-size: 12px;
  margin-right: 0px;
  display: inline-block;
  width: 100%;
}
}
/*kraj @media screen do 600px*/



/* PODSTRANICE */
section#podstranica {
  padding: 150px 0 35px;
  
  /*background-image: linear-gradient(rgba(209,231,244,1), rgba(209,231,244,.0));*/
  /*background-image: url("/img/banner/01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;*/
}
@media screen and (max-width: 600px) {
section#podstranica {
  padding: 100px 0 15px;
}
}
/*kraj @media screen do 600px*/
section.valovi {
  overflow:inherit;
  position: relative;
}
section#podstranica h1 {
  text-align: left;
  color: #0e2c50;
  text-transform: uppercase;
  font-weight: bold;
}
section#podstranica p.gdjesam a,
section#podstranica p.gdjesam span {
  text-decoration: none;
  font-size: 13px;
  color: #4D4D4D;
  margin-right: 7px;
}
section#podstranica p.gdjesam a:after,
section#podstranica p.gdjesam span:before {  /* stvara strelicu pored linka tako da je HTML kod čist */
  border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	top: 8px;
	left: 5px;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.45em;
  border-color: #CCC;
}
section#podstranica p.gdjesam span {
  margin-left: -7px;
}
section#podstranica p.gdjesam span:before {
  left:-6px;
}
section#podstranica p.gdjesam a:last-of-type:after {  /* stvara strelicu pored linka tako da je HTML kod čist */
  border-color: transparent;
}
@media screen and (max-width: 600px) {
section#podstranica p.gdjesam a,
section#podstranica p.gdjesam span {
  font-size: 10px;
}
section#podstranica p.gdjesam a:after,
section#podstranica p.gdjesam span:before {  /* stvara strelicu pored linka tako da je HTML kod čist */
	top: 5px;
}
section#podstranica p.gdjesam span:before {
  left:-4px;
}
}
/*kraj @media screen do 600px*/
section#podstranica p.gdjesam a:hover {
  text-decoration: underline;
  color: #135CAB;
}




/* UVJETI PRODAJE - DESNI DIO, OKVIRI ZA PRIJAVU I REGISTRACIJU */
div.uvjeti-sadrzaj,
div.okvir_prijava, 
div.okvir_registracija, 
div.okvir_registracija_novi,
div.okvir_kontakt_forma > form,
div.kosarica_prazna {
  border: 2px solid #d1e7f4;
  border-radius: 10px;
  padding: 15px 15px 5px;
  box-sizing: border-box;
}
div.uvjeti-sadrzaj:hover,
div.okvir_prijava:hover, 
div.okvir_registracija:hover, 
div.okvir_registracija_novi:hover,
div.okvir_kontakt_forma > form:hover,
div.kosarica_prazna:hover {
  border-color: rgba(19,92,171,.5);
  background-color: rgba(19,92,171,.03);
}
div.uvjeti-sadrzaj h1 {
  font-size:26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
div.uvjeti-sadrzaj a {
  display: block;
  text-decoration: none;
  color: #135cab;
  box-sizing: border-box;
  padding: 10px 0;
  border-top: 1px solid #d1e7f4;
}
div.uvjeti-sadrzaj a:hover {
  color:#4D4D4D;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  div.okvir_prijava {
    margin-bottom: 25px;
  }
}
/*kraj @media screen do 1023px*/


/* OKVIR REGISTRACIJA KOD NAPLATE */
div.okvir_registracija_novi {
  margin-top: 30px;
}
div.okvir_registracija_novi > p:last-of-type {
  text-align: right;
}




/* OKVIR PRIJAVA */
div.okvir_prijava > form > label,
div.okvir_registracija > form label,
div.okvir_kontakt_forma > form > label {
  font-weight: bold;
  margin: 20px 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
div.okvir_prijava > form > p > input,
div.okvir_registracija > form input[type=text],
div.okvir_registracija > form input[type=password],
div.okvir_registracija > form textarea,
div.okvir_kontakt_forma > form > p > input,
div.okvir_kontakt_forma > form > p > textarea {
  display: inline-block;
  width: 100%;
  height: 34px;
  background-color: #FFF;
  border: 1px solid rgba(19,92,171,.3);
  border-radius: 0px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 3px;
}
div.okvir_kontakt_forma > form > p > textarea,
div.okvir_registracija > form textarea {
  height: 150px;
  padding: 10px;
}
div.okvir_prijava > form > p > input:hover,
div.okvir_prijava > form > p > input:focus,
div.okvir_registracija > form input[type=text]:hover,
div.okvir_registracija > form input[type=password]:hover,
div.okvir_registracija > form textarea:hover,
div.okvir_registracija > form input[type=text]:focus,
div.okvir_registracija > form input[type=password]:focus,
div.okvir_registracija > form textarea:focus,
div.okvir_kontakt_forma > form > p > input:hover,
div.okvir_kontakt_forma > form > p > input:focus,
div.okvir_kontakt_forma > form > p > textarea:hover,
div.okvir_kontakt_forma > form > p > textarea:focus {
  border-color:rgba(19,92,171,1);
  
  webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
div.okvir_prijava > form > p > label {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
div.okvir_prijava > form > p > button,
div.okvir_registracija > form button,
div.okvir_kontakt_forma > form > p > button,
div.okvir_registracija_novi > p:last-of-type > a,
p.cash2_gumb > button {
  display: inline-block;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  background-color: #135cab;
  margin-top: 15px;
  border-radius: 50px;
}
div.okvir_prijava > form > p > button:hover,
div.okvir_registracija > form button:hover,
div.okvir_kontakt_forma > form > p > button:hover,
div.okvir_registracija_novi > p:last-of-type > a:hover,
p.cash2_gumb > button:hover {
  background-color: #2666fd;
}
div.okvir_prijava > form > p > button:active,
div.okvir_registracija > form button:active,
div.okvir_kontakt_forma > form > p > button:active,
div.okvir_registracija_novi > p:last-of-type > a:active,
p.cash2_gumb > button:active {
  background-color: #333;
}
div.okvir_prijava > form > p > a {
  font-weight: 600;
  font-size: 12px;
}
div.okvir_prijava > form > p:nth-last-of-type(1),
div.okvir_prijava > form > p:nth-last-of-type(2),
div.okvir_prijava > form > p:nth-last-of-type(3) {
  text-align: right;
}



/* OKVIR REGISTRACIJA */
div.okvir_registracija h3 {
  margin: 25px 0 5px;
}
div.okvir_registracija hr {
  width:100%;
  border-bottom: 2px dotted #d1e7f4;
}
div.okvir_registracija p { margin-top: 1rem;}
div.okvir_registracija > form > p:last-of-type  {
  text-align: center;
}




/* KONTAKT FORMA - VELIKA IKONA */
div.okvir_kontakt_ikona {
  position: relative;
}
div.okvir_kontakt_ikona > i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 150px;
  margin-top: -55px;
  margin-right: -10px;
  color: rgba(19,92,171,1);
}

/* KONTAKT FORMA */
div.okvir_kontakt_forma {
  padding:0px 0 0 100px;
}

div.okvir_kontakt_forma > form > p:last-of-type {
  text-align: center;
}
div.okvir_kontakt_forma > form > p:nth-of-type(1) {
  box-sizing: border-box;
  padding-right: 150px;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 600px) {
div.okvir_kontakt_ikona > i {
  font-size: 100px;
  margin-top: -15px;
}
div.okvir_kontakt_forma {
  padding:0;
  margin-top: 20px;
}
div.okvir_kontakt_forma > form > p:nth-of-type(1) {
  font-size: 12px;
  padding-right: 80px;
}
  p.lead {
    line-height: 1.4em;
    font-size: 1rem;
  }
}
/*kraj @media screen do 600px*/

p.ikona {
  position: relative;
  box-sizing: border-box;
  padding-left: 45px;
}
p.ikona > i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

 /* KONTAKT - GOOGLE KARTA */
iframe.karta {
  width: 100%;
  height: 80vh;
  border: 0;
  box-sizing: border-box;
  margin-top: 100px;
  border: 2px solid #d1e7f4;
  border-radius: 10px;
}
iframe.karta:hover {
  border-color: rgba(19,92,171,.5);
}






/* ##################################### */
/* #####  WEBSHOP - POPIS ARTIKALA  #### */
/* ##################################### */
div.webshop {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div.webshop > h2 {
  text-align: center;
  margin: 50px 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(19,92,171,.3);
}
div.webshop > a,
.webshop2 > div.frame > ul > li a {
  background-color: #FFF;
  display: block;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  text-decoration: none;
  color: #4D4D4D;
  text-align:left;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 380px;
  position: relative;
  border: 2px solid #FFF;
  float: left;
  
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
div.webshop > a:nth-of-type(5n) { margin-right: 0; }
.webshop2 > div.frame > ul > li a {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
div.webshop > h2 {
  margin: 30px 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(19,92,171,.3);
}
div.webshop > a {
  width: 32%;
  margin: 0 2% 2% 0 !important;
  height: 310px;
}
div.webshop > a:nth-of-type(3n) { margin-right: 0 !important; }
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
div.webshop > h2 {
  margin: 30px 0 25px;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(19,92,171,.3);
}
div.webshop > a {
  width: 49%;
  margin: 0 2% 2% 0 !important;
  height: 350px;
}
div.webshop > a:nth-of-type(2n) { margin-right: 0 !important; }
}
/*kraj @media screen do 600px*/

div.webshop > a:hover,
.webshop2 > div.frame > ul > li a:hover {
  border-color:#13BBEA;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
div.webshop > a:active,
.webshop2 > div.frame > ul > li a:active {
  border-color:#333;
}
div.webshop > a > div,
.webshop2 > div.frame > ul > li a > div { /* slika */
  position: absolute;
  top: 25px;
  left: 10px;
  right: 10px;
  height: 200px;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
div.webshop > a > div { /* slika */
  height: 180px;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
div.webshop > a > div { /* slika */
  height: 150px;
}
}
/*kraj @media screen do 600px*/
div.webshop > a > div > span,
.webshop2 > div.frame > ul > li a > div > span {
  display: block;
  position:absolute;
  box-sizing: border-box;
  
  border-radius: 3px;
}
div.webshop > a > div > span.popust,
.webshop2 > div.frame > ul > li a > div > span.popust {
  top:-15px;
  right: 0;
  background-color: red;
  color: #FFF;
  font-weight: 600;
  padding: 5px 7px;
  text-transform: uppercase;
}
div.webshop > a > div > span.novo,
.webshop2 > div.frame > ul > li a > div > span.novo {
  top:0;
  left: 0;
  background-color: darkgreen;
  color: #FFF;
  font-weight: 600;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 12px;
}
div.webshop > a > div > span.nedostupno,
.webshop2 > div.frame > ul > li a > div > span.nedostupno {
  bottom:0;
  left: 0;
  background-color: #333;
  color: #FFF;
  font-weight: 600;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 8px;
  /*width: 200px;*/
}
div.webshop > a > div > span.u_kosarici,
.webshop2 > div.frame > ul > li a > div > span.u_kosarici {
  bottom:0;
  right: 0;
  background-color: #135CAB;
  color: #FFF;
  font-weight: 600;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 10px;
}
@media screen and (max-width: 1023px) {
div.webshop > a > div > span.popust {
  padding: 3px 4px;
  font-size: 12px;
}
div.webshop > a > div > span.novo {
  padding: 3px 4px;
  font-size: 10px;
}
div.webshop > a > div > span.nedostupno {
  padding: 3px 4px;
  font-size: 10px;
  max-width: 50px;
}
div.webshop > a > div > span.u_kosarici {
  padding: 4px 5px;
  font-size: 10px;
}
}
/*kraj @media screen do 1023px*/
div.webshop > a > h2,
.webshop2 > div.frame > ul > li a > h2 { /* naslov */
  position: absolute;
  display: block;
  top: 260px;
  left: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #135cab;
  line-height: 1.3em;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  max-height: 70px;
  overflow: hidden;
}

div.webshop > a > p,
.webshop2 > div.frame > ul > li a > p {  /* cijena */
  position: absolute;
  display: block;
  left: 5px;
  right: 5px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
div.webshop > a > p > del,
.webshop2 > div.frame > ul > li a > del { /* prekrižena cijena */
  font-size: 13px;
  font-weight: normal;
  color: #999;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
div.webshop > a > h2 { /* naslov */
  top: 195px;
  font-size: 15px;
  line-height: 1.3em;
  padding: 0 10px;
  max-height: 60px;
}

div.webshop > a > p {  /* cijena */
  font-size: 17px;
  line-height: 1.1em;
}
div.webshop > a > p > del { /* prekrižena cijena */
  font-size: 12px;
  margin-right: 0px;
  display: inline-block;
  width: 100%;
}
}
/*kraj @media screen do 1023px*/

/* grupa u popisu artikala - rgba(19,92,171,.3) */
div.webshop > a.grupa {
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.webshop > a.grupa > h2 { /* naslov */
  top: 20px;
  font-size: 19px;
  max-height: 100%;
}
/*div.webshop > a.grupa > img {
  position:absolute;
  top: 100px;
  left: 50%;
  margin-left: -50px;
  
  width: 100px;
  height: auto;
}*/
@media screen and (max-width: 1023px) {
  div.webshop > a.grupa > h2 { /* naslov */
    top: 20px;
    font-size: 16px;
  }
  /*div.webshop > a.grupa > img {
    top: 80px;
    margin-left: -40px;
    width: 80px;
  }*/
}
/*kraj @media screen do 1023px*/






/* PAGINACIJA */
div.paginacija {
  text-align: center;
  margin: 20px 0 0px;
}
div.paginacija > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: rgba(19,92,171,.1);
  text-align: center;
  padding-top: 10px;
  border-radius: 3px;
  cursor: pointer;
}
div.paginacija > span.oznacen {
  background-color: rgba(19,92,171,1);
  color: #FFF;
}
div.paginacija > span:hover {
  background-color: #2666fd;
  color: #FFF;
}
div.paginacija > span:active {
  background-color: #333;
  color: #FFF;
}
@media screen and (max-width: 600px) {
div.paginacija > span {
  padding-top: 13px;
  font-size: 14px;
  margin: 0 0 3px 0;
}
}
/*kraj @media screen do 600px*/



/* OPCIJE SORTIRANJA */
div.opcije {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 25px;
  
  border-bottom: 2px solid rgba(19,92,171,.3);
}
div.opcije select {
  display: inline-block;
  float: none;
  margin-left: 5px;
  background-color: #FFF;
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(19,92,171,.2);
  
  border-radius: 3px;
}
div.opcije > select { width: 250px; }
div.opcije > span > select { width: 70px; }
@media screen and (max-width: 600px) {
div.opcije {
  margin-bottom: 20px;
  padding-bottom: 10px;

}
div.opcije select {
  margin-left: 5px;
  font-size: 12px;
  padding: 5px;
}
div.opcije > select { width: 180px; }
div.opcije > span > select { width: 56px; }
}
/*kraj @media screen do 600px*/
div.opcije > span {
  float: right;
}
@media screen and (max-width: 600px) {
div.opcije > span {
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
}
/*kraj @media screen do 600px*/
div.opcije select:hover {
  border-color: rgba(19,92,171,1);
  
  webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}



/* KATEGORIJE PROIZVODA */
div.webshop_kategorije {
  display: inline-block;
  width: 100%;
}
div.webshop_kategorije > a {
  display: block;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  float: left;
  background-color: #135CAB;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding: 0 10px;
  
  border-radius: 3px;
}
div.webshop_kategorije > a:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
div.webshop_kategorije > a {
  width: 49%;
  margin: 0 2% 2% 0 !important;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
}
div.webshop_kategorije > a:nth-of-type(2n) {
  margin-right: 0 !important;
}
}
/*kraj @media screen do 600px*/
div.webshop_kategorije > a > span {
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
div.webshop_kategorije > a:hover {
  background-color: #2666fd;
}
div.webshop_kategorije > a:active {
  background-color: #333;
}










/* ###################################### */
/* #####  WEBSHOP - PREGLED ARTIKLA  #### */
/* ###################################### */

/* ARTIKL JE DODAN U KOŠARICU */
div#postoji > div {
  color:darkgreen;
  box-sizing: border-box;
  padding: 15px 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
  border: 2px solid darkgreen;
  font-weight: 600;
  
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
div#postoji > div {
  padding: 10px 10px;
  margin-bottom: 15px;
}
}
/*kraj @media screen do 600px*/



/* PREGELD ARTIKLA */
div.artikl {
  display: inline-block;
  width: 100%;
}
div.artikl > div {
  float: left;
  box-sizing: border-box;
}
div.artikl > div:nth-of-type(1) {                              /* LIJEVI DIO */
  width: 30%;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
div.artikl > div:nth-of-type(1) {                              /* LIJEVI DIO TABLET */
  width: 40%;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
div.artikl > div:nth-of-type(1) {                              /* LIJEVI DIO MOBITEL */
  width: 100%;
}
}
/*kraj @media screen do 600px*/

div.artikl > div:nth-of-type(1) > a {                          /* -- FOTOGALERIJA ARTIKLA */
  display: block;
  float: left;
  width: 32%;
  height: auto;
  padding-top: 32%;
  margin: 0 2% 2% 0;
  
  background-color: #FFF;
  border: 1px solid rgba(19,92,171,.3);
  border-radius: 3px;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.artikl > div:nth-of-type(1) > a:hover {
  border-color: rgba(19,92,171,1);
  
  webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
div.artikl > div:nth-of-type(1) > a:nth-of-type(1) { width: 100%; padding-top: 100%; }
div.artikl > div:nth-of-type(1) > a:nth-of-type(4),
div.artikl > div:nth-of-type(1) > a:nth-of-type(7),
div.artikl > div:nth-of-type(1) > a:nth-of-type(10),
div.artikl > div:nth-of-type(1) > a:nth-of-type(13){ margin-right: 0; }



div.artikl > div:nth-of-type(2) {                              /* DESNI DIO - OPIS ARTIKLA, DODAVANJE U KOŠARICU */
  width: 70%;
  padding-left: 25px;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
div.artikl > div:nth-of-type(2) {                              /* DESNI DIO - OPIS ARTIKLA, DODAVANJE U KOŠARICU TABLET */
  width: 60%;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
div.artikl > div:nth-of-type(2) {                              /* DESNI DIO - OPIS ARTIKLA, DODAVANJE U KOŠARICU MOBITEL */
  width: 100%;
  padding-left: 0px;
  margin-top: 25px;
}
}
/*kraj @media screen do 600px*/
div.artikl > div:nth-of-type(2) p.sifra {
  font-size: 13px;
}
div.artikl > div:nth-of-type(2) p.cijena {
  font-size: 26px;
  margin-top: 50px;
  font-weight: 600;
  line-height: 1.3em;
}
div.artikl > div:nth-of-type(2) p.cijena > del {
  font-size: 16px;
  color: #999;
  margin-left: 10px;
}
div.artikl > div:nth-of-type(2) p.akcija {
  font-weight: 600;
  color: red;
}

div.artikl > div:nth-of-type(2) div.kosarica {                  /* GUMBI ZA UBACIVANJE/IZBACIVANJE U/IZ KOŠARICE */
  display: inline-block;
  width: 100%;margin-top: 25px;
}

div.artikl > div:nth-of-type(2) div.kosarica > span,
div.artikl > div:nth-of-type(2) div.kosarica > input,
div.artikl > div:nth-of-type(2) div.kosarica > button,
div.artikl > div:nth-of-type(2) div.kosarica > div,
div.artikl > div:nth-of-type(2) div.kosarica > div > button {
  display: inline-block;
  float: none;
}
div.artikl > div:nth-of-type(2) div.kosarica > input {
  width: 40px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(19,92,171,.3);
  font-size: 16px;
  padding: 5px 0;
  background-color: #FFF;
  border-radius: 3px;
}
div.artikl > div:nth-of-type(2) div.kosarica > input.disabled {
  border-color: #CCC;
  background-color: #EEE;
  color: #999;
  cursor: not-allowed;
}
div.artikl > div:nth-of-type(2) div.kosarica > input:hover {
  webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
div.artikl > div:nth-of-type(2) div.kosarica > span {
  cursor: pointer;
  margin: 0 5px;
  color: #666;
}
div.artikl > div:nth-of-type(2) div.kosarica > span.disabled {
  cursor: not-allowed;
  color: #CCC;
}
div.artikl > div:nth-of-type(2) div.kosarica > span:hover {
  color: #333;
}
div.artikl > div:nth-of-type(2) div.kosarica button {
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  background-color: #135cab;
  border-radius: 50px;
  margin-left: 10px;
}
div.artikl > div:nth-of-type(2) div.kosarica button.disabled,
div.artikl > div:nth-of-type(2) div.kosarica button.disabled:hover{
  border-color: #CCC;
  background-color: #EEE;
  color: #999;
  cursor: not-allowed;
}
div.artikl > div:nth-of-type(2) div.kosarica > div > button {
  background-color: red;
}
div.artikl > div:nth-of-type(2) div.kosarica button:hover {
  background-color: #2666fd;
}
div.artikl > div:nth-of-type(2) div.kosarica button:active {
  background-color: #333;
}
@media screen and (max-width: 1023px) {
div.artikl > div:nth-of-type(2) div.kosarica button {
  padding: 10px 15px;
  margin-left: 5px;
}
  div.artikl > div:nth-of-type(2) div.kosarica button > span {
    display: none;
  }
}
/*kraj @media screen do 1023px*/


/* dio sa tabovima */
div.artikl_tabovi {
  float: left;
  width: 100%;
  margin-top: 20px;
}
div.artikl_tabovi > ul.kartica {  /* tabovi */
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  overflow: hidden;
  border: 0px solid #F7F7F7;
  border-bottom: 1px solid rgba(19,92,171,.3);
}
div.artikl_tabovi > ul.kartica li {
  float: left;
}

div.artikl_tabovi > ul.kartica li a { /* stil/boje pojedinog taba */
  display: inline-block;
  color: #4D4D4D;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  transition: 0.3s;
  box-sizing: border-box;
  margin-right: 20px;
  text-transform: uppercase;
}
div.artikl_tabovi > ul.kartica li a:hover {  /* hover na tab */
  border-bottom: 3px solid rgba(19,92,171,.5);
}

/* Create an aktivan/current tablink class */
ul.kartica li a:focus, .aktivan {
  border-bottom: 3px solid rgba(19,92,171,.3);
  font-weight: bold;
}

/* Style the tab content */
.kartica_sadrzaj {
  display: none;
  padding: 15px 0 0;
  line-height: 1.5em;

  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.kartica_sadrzaj > table {  /* tablica u tab kartici */
  border: 2px solid rgba(19,92,171,.3);
}
.kartica_sadrzaj > table td {
  border: 1px solid rgba(19,92,171,.1);
  border-right: 0;
  border-bottom: 0;
  padding: 10px;
}
.kartica_sadrzaj > table tr:nth-of-type(1) > td {
  border-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  background-color: rgba(19,92,171,.1);
  border-bottom: 2px solid rgba(19,92,171,.3);
}
.kartica_sadrzaj > table tr > td:nth-of-type(1) {
  border-left: 0;
}
.kartica_sadrzaj > table tr:hover > td {
  background-color: rgba(19,92,171,.1);
}

@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

div#kartica_4 > p > a {  /* PRILOZI - izgled linka */
  display: inline-block;
  background-color: rgba(19,92,171,1);
  color: #FFF;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 5px;
}
div#kartica_4 > p > a:hover {
  background-color: #2666fd;  
}
div#kartica_4 > p > a:active {
  background-color: #333;  
}











/* ##################### */
/* #####  KOŠARICA  #### */
/* ##################### */

/* poruka o praznoj košarici */
div.kosarica_prazna {
	box-sizing:border-box;
	text-align:center;
  padding: 100px 20px;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 30px;
}
div.kosarica_prazna > p:nth-of-type(1) {
  font-size:100px;
  color: rgba(19,92,171,1);
}
div.kosarica_prazna > p:nth-of-type(2) {
  color: rgba(19,92,171,1);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
div.kosarica_prazna {
  padding: 30px 20px;
  font-size: 16px;
  line-height: 1.5em;
}
  .jconfirm-content {
    font-size: 16px;
  }
}
/*kraj @media screen do 600px*/



/* GUMBI U KOŠARICI */
a.gumb_kosara_isprazni,
a.gumb_kosara_naplata {
  display: inline-block;
  box-sizing: border-box;
  background-color: rgba(19,92,171,1);
  color: #FFF;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
a.gumb_kosara_isprazni,
a.gumb_kosara_naplata {
  padding: 10px 15px;
  font-size: 14px;
}
}
/*kraj @media screen do 600px*/
a.gumb_kosara_isprazni:hover,
a.gumb_kosara_naplata:hover {
  background-color: #2666fd;
}
a.gumb_kosara_isprazni:active,
a.gumb_kosara_naplata:active {
  background-color: #333;
}
a.gumb_kosara_naplata {
  float: right;
  background-color: darkgreen;
}
a.gumb_kosara_isprazni {
  background-color: red;
}





/* košarica tablica */
div.kosarica_sadrzaj_tablica {                                                          /* Okvir */
	margin:0 0 50px 0;
}
div.kosarica_sadrzaj_tablica,
div.kosarica_sadrzaj_tablica div {
  box-sizing:border-box;
}
@media screen and (max-width: 600px) {
div.kosarica_sadrzaj_tablica {                                                          /* Okvir */
	margin:0 0 25px 0;
}
}
/*kraj @media screen do 600px*/
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) {                                     /* -- Zaglavlje -------------------------- */
  position: relative;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div {
  position: absolute;
  bottom: 5px;
  max-width: 100px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(1) {                /* -- -- Stavka */
  left: 10px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(2) {                /* -- -- Količina */
  right: 355px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(3) {                /* -- -- Cijena / popust */
  right: 240px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(4) {                /* -- -- Cijena s popustom */
  right: 120px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(5) {                /* -- -- Iznos */
  right: 10px;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {                          /* TABLET ################## */
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) {                                     /* -- Zaglavlje -------------------------- */
  font-size: 12px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div {
  max-width: 80px;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {                                                  /* MOBITEL ######################### */
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) {                                     /* -- Zaglavlje -------------------------- */
  height: 70px;
  font-size: 10px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(2) {                /* -- -- Količina */
  right: 110px;
  bottom: 25px;
  width: 95px;
  text-align: center;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(3) {                /* -- -- Cijena / popust */
  right: 110px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(4) {                /* -- -- Cijena s popustom */
  right: 10px;
  bottom: 25px;
}
div.kosarica_sadrzaj_tablica > div:nth-of-type(1) > div:nth-of-type(5) {                /* -- -- Iznos */
  right: 10px;

}
}
/*kraj @media screen do 600px*/

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
div.kosarica_sadrzaj_tablica > div.dostava {                                            /* -- redak - dostava -------------------------------- */
  position: relative;
  min-height: 100px;
  padding: 10px 450px 10px 100px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
div.kosarica_sadrzaj_tablica > div.dostava > div {
  position: absolute;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(1) {                       /* -- -- SLIKA / FONT AWESOME IKONA DOSTAVE */
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF;
  text-align: center;
  font-size: 40px;
  padding-top: 20px;
  
  border-radius: 3px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(2) {                       /* -- -- NAZIV ARTIKLA */
  position: relative;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(2) > span {                /* -- -- ŠIFRA ARTIKLA */
  font-weight: bold;
  font-size: 14px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(3) {                       /* -- -- KOL */
  top: 40px;
  right: 340px;
  width: 85px;
  text-align: center;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(4) {                       /* -- -- CIJENA */
  top: 30px;
  right: 240px;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(5) {                       /* -- -- POPUST */
  top: 70px;
  right: 240px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(6) {                       /* -- -- CIJENA S POPUSTOM */
  top: 30px;
  right: 120px;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(7) {                       /* -- -- IZNOS */
  right: 10px;
  top: 30px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 600px) {                                                  /* MOBITEL ###################################### */
div.kosarica_sadrzaj_tablica > div.dostava {                                            /* -- redak - dostava -------------------------------- */
  padding: 95px 10px 20px 10px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(1) {                       /* -- -- SLIKA / FONT AWESOME IKONA DOSTAVE */
  width: 60px;
  height: 60px;
  font-size: 30px;
  padding-top: 15px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(2) > span {                /* -- -- ŠIFRA ARTIKLA */
  font-size: 10px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(3) {                       /* -- -- KOL */
  top: 18px;
  right: 110px;
  width: 95px;
  font-size: 14px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(4) {                       /* -- -- CIJENA */
  top: 76px;
  right: 160px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(5) {                       /* -- -- POPUST */
  top: 76px;
  right: 110px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(6) {                       /* -- -- CIJENA S POPUSTOM */
  top: 14px;
  right: 10px;
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(7) {                       /* -- -- IZNOS */
  right: 10px;
  top: 68px;
}
}
/*kraj @media screen do 600px*/


/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
div.kosarica_sadrzaj_tablica > div.redak {                                              /* -- obični redak - artikl -------------------------------- */
  position: relative;
  min-height: 100px;
  padding: 10px 450px 10px 100px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
div.kosarica_sadrzaj_tablica > div.redak > div {
  position: absolute;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(1) {                         /* -- -- FOTOGRAFIJA ARTIKLA */
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF;
  cursor: pointer;
  
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
  border-radius: 3px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(2) {                         /* -- -- NAZIV ARTIKLA */
  position: relative;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(2) > span {                  /* -- -- ŠIFRA ARTIKLA */
  font-weight: bold;
  font-size: 14px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(3) {                         /* -- -- JS GUMB ZA POVEĆAVANJE KOLIČINE U INPUTU */
  top: 42px;
  right: 340px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4) {                         /* -- -- KOLIČINA INPUT */
  top: 36px;
  right: 360px;
  width: 40px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4) > input {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 5px 0;
  background-color: #FFF;
  width: 100%;
  border-radius: 3px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4) > input:hover,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(1):hover {
  webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(5) {                         /* -- -- JS GUMB ZA SMANJIVANJE KOLIČINE U INPUTU */
  top: 42px;
  right: 405px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(3),
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(5) {
  color: #666;
  cursor: pointer;
  font-size: 17px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(3):hover,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(5):hover {
  color: #000;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(3).disabled,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4).disabled > input,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(5).disabled {
  color: #CCC;
  cursor: not-allowed;
}



div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(6) {                         /* -- -- ARTIKL CIJENA */
  top: 30px;
  right: 240px;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(7) {                         /* -- -- POPUST */
  top: 70px;
  right: 240px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(8) {                         /* -- -- CIJENA S POPUSTOM */
  top: 30px;
  right: 120px;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(9) {                         /* -- -- IZNOS */
  right: 10px;
  top: 30px;
  font-weight: bold;
  text-align: right;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(10) {                        /* -- -- JS GUMB IZBACI ARTIKL IZ KOŠARICE */
  right: 10px;
  top: 70px;
  color: red;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (max-width: 600px) {                                                  /* MOBITEL ######################################  */
div.kosarica_sadrzaj_tablica > div.redak {                                              /* -- obični redak - artikl */
  padding: 91px 30px 20px 10px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(1) {                         /* -- -- FOTOGRAFIJA ARTIKLA */
  width: 60px;
  height: 60px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(2) > span {                  /* -- -- ŠIFRA ARTIKLA */
  font-size: 10px;
  padding-top: 10px;
  /*min-height: 50px;*/
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(3) {                         /* -- -- JS GUMB ZA POVEĆAVANJE KOLIČINE U INPUTU */
  top: 18px;
  right: 110px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4) {                         /* -- -- KOLIČINA INPUT */
  top: 10px;
  right: 135px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(5) {                         /* -- -- JS GUMB ZA SMANJIVANJE KOLIČINE U INPUTU */
  top: 18px;
  right: 185px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(6) {                         /* -- -- ARTIKL CIJENA */
  top: 76px;
  right: 160px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(7) {                         /* -- -- POPUST */
  top: 76px;
  right: 110px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(8) {                         /* -- -- CIJENA S POPUSTOM */
  top: 14px;
  right: 10px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(9) {                         /* -- -- IZNOS */
  right: 10px;
  top: 76px;
}
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(10) {                        /* -- -- JS GUMB IZBACI ARTIKL IZ KOŠARICE */
  right: 10px;
  top: 120px;
}
}
/*kraj @media screen do 600px*/



/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
div.kosarica_sadrzaj_tablica > div#izracun {                                            /* -- PODNOŽJE -----------------------------------  */
  position: relative;
  min-height: 250px;
  border-top-width: 3px;
  border-top-style: solid;
}
div.kosarica_sadrzaj_tablica > div#izracun > div {
  position: absolute;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(1) {                       /* -- -- riječ "Ukupno" */
  top: 15px;
  right: 220px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(2) {                       /* -- -- Ukupno cijena */
  top: 15px;
  right: 0;
  font-weight: 600;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(3) {                       /* -- -- riječ "Iznos popusta" */
  right: 220px;
  top: 40px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(4) {                       /* -- -- Iznos popusta cijena */
  right: 0;
  top: 40px;
  font-weight: 600;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(5) {                       /* -- -- riječ "Osnovica" */
  right: 220px;
  top: 65px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(6) {                       /* -- -- Osnovica cijena */
  right: 0;
  top: 65px;
  font-weight: 600;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(7) {                       /* -- -- riječ "PDV" */
  right: 220px;
  top: 90px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(8) {                       /* -- -- PDV cijena */
  right: 0;
  top: 90px;
  font-weight: 600;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(9) {                       /* -- -- riječ "Za platiti" */
  right: 150px;
  top: 130px;
  padding: 10px 70px 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(10) {                      /* -- -- Za platiti cijena */
  right: 0;
  top: 130px;
  padding: 10px;
  width: 200px;
  text-align: right;
  font-weight: bold;
  
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali {
  bottom: 10px;
  left: 0;
  right: 450px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div {                   /* -- -- div Jeste li znali? */
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  padding: 15px 15px 5px 65px;
  max-width: 500px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > p {
  font-size:14px;
  font-weight: 600;
  margin-bottom: 10px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > p:nth-of-type(1) {
  font-size: 18px;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 40px;
}
@media screen and (min-width: 601px) and (max-width: 1023px) {                          /* TABLET ########################################### */
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali {
  right: 350px;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {                                                  /* MOBITEL ########################################### */
div.kosarica_sadrzaj_tablica > div#izracun {                                            /* -- PODNOŽJE -----------------------------------  */
  padding: 180px 0 0;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali {
  bottom: auto;
  left: auto;
  right: auto;
  position: relative;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > p {
  font-size:12px;
  line-height: 1.2em;
}
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > p:nth-of-type(1) {
  font-size: 16px;
}
}
/*kraj @media screen do 600px*/







/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/*                                                                     BOJE DIZAJNA                                                                    */
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
div.kosarica_sadrzaj_tablica > div:nth-of-type(1),
div.kosarica_sadrzaj_tablica > div.dostava,
div.kosarica_sadrzaj_tablica > div#izracun,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(1):hover {
  border-color: rgba(19,92,171,1);                                                      /* boje linija - zaglavlje, redci, foto artikla, kol, podnožje */
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(1),
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(1),
div.kosarica_sadrzaj_tablica > div.dostava,
div.kosarica_sadrzaj_tablica > div.redak,
div.kosarica_sadrzaj_tablica > div.redak > div:nth-of-type(4) > input {
  border-color: rgba(19,92,171,.3);                                                     /* svijetlije boje linija - foto artikla, okvir jeste li znali */
}
div.kosarica_sadrzaj_tablica > div.dostava > div:nth-of-type(1),
div.kosarica_sadrzaj_tablica > div#izracun > div#jesteliznali > div > i {
  color: rgba(19,92,171,1);                                                             /* boja ikone dostave, ikone Jeste li znali */
}
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(9),
div.kosarica_sadrzaj_tablica > div#izracun > div:nth-of-type(10) {                      /* za platiti */
  background-color: rgba(19,92,171,1);
  color: #FFF;
}
div.kosarica_sadrzaj_tablica > div.dostava:hover,
div.kosarica_sadrzaj_tablica > div.redak:hover{
  background-color: rgba(19,92,171,.1);                                                     /* hover boja pozadine redaka */
}




/* CASH2 */
/* naslov PODACI ZA DOSTAVU */
div.cash2_podaci span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* naslov NARUČENI ARTIKLI */
div.cash_naruceno {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}
div.cash_naruceno > div.redak,
div.cash_naruceno > div.dostava {      /* REDAK */
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid rgba(19,92,171,.3);
  padding: 5px 100px 5px 70px;
  font-size: 14px;
  font-weight: bold;
  min-height: 70px;
}
div.cash_naruceno > div.dostava {
  border-top: 1px solid rgba(19,92,171,.3);
}
div.cash_naruceno > div.redak:hover,
div.cash_naruceno > div.dostava:hover {
  background-color: rgba(19,92,171,.1);
}
div.cash_naruceno > div.redak > span,
div.cash_naruceno > div.dostava > span {      /* ŠIFRA */
  font-weight: normal;
  font-size: 12px;
}
div.cash_naruceno > div.redak > div:nth-of-type(1),
div.cash_naruceno > div.dostava > div:nth-of-type(1){      /* FOTO */
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  border-color: rgba(19,92,171,.3);
  box-sizing: border-box;
  background-color: #FFF;
}
div.cash_naruceno > div.dostava > div:nth-of-type(1) {
  text-align: center;
  padding-top: 10px;
  color: rgba(19,92,171,1);
  text-align: center;
  font-size: 30px;
  padding-top: 15px;
}


div.cash_naruceno > div.redak > div:nth-of-type(2),
div.cash_naruceno > div.dostava > div:nth-of-type(2) {  /* količina i cijena */
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
div.cash_naruceno > div.redak > div:nth-of-type(2) > span,
div.cash_naruceno > div.dostava > div:nth-of-type(2) > span {
  font-size: 12px;
  font-weight: normal;
}

div.cash_naruceno > div.obracun {      /* REDAK */
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 5px;
}
div.cash_naruceno > div.obracun > strong {
  float: right;
  font-size: inherit;
}


.obavezno {
    box-sizing: border-box !important;
    color: red !important;
    border: 1px solid red;
    padding: 5px 5px;
    border-radius: 3px;
}















/* ################### */
/* #####  OSTALO  #### */
/* ################### */

/* JS TOOLTIP */
.tooltip {
	position:absolute;
	z-index:200000;
	display:block;
	font-size:15px;
	font-style:normal;
	font-weight: normal;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	filter:alpha(opacity=0);
	opacity:0;
	line-break:auto;
}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner{max-width:250px;padding:10px 10px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}



/* PRIKAZ PLACEHOLDER-A U POLJIMA ZA TEKST */
::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(0,0,0,.5);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(0,0,0,.5);
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(0,0,0,.5);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:rgba(0,0,0,.5);
}


/** dodano 24.10.2019. */
.anchor{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

































/* NASLOVNA - opis ispod bannera i grupa */
section.naslovna_opis1 {
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > div:nth-of-type(1) { /* ikona */
  padding: 0 0 25px;
  color: #13bbea;
  font-size: 70px;
  line-height: 70px;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > h3 {
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  padding: 0 30px;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > div.text {
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  padding: 0 30px;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div:hover > div:nth-of-type(1) { /* hover - ikona */
  color: #f5a93f;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > div:last-of-type {
  padding: 20px 0px 0;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > a {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
section.naslovna_opis1 > div.kontejner > div.row > div > div > h3 {
  height: auto;
  max-height: 80px;
  font-size: 21px;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > div.text {
  line-height: 1.4em;
  height: auto;
  max-height: 150px;
}
section.naslovna_opis1 > div.kontejner > div.row > div > div > div:last-of-type {
  padding: 0px 0 0;
}
}
/*kraj @media screen do 600px*/


/* Features */
div.row > div.feature-block > div {
  padding:0px;
}
div.row > div.feature-block:before {
  position: absolute;
  content: '';
  background: url(/img/wave-icon-3.png);
  width: 11px;
  height: 50px;
  top: 40%;
  transform: translateY(-50%);
  right: -5px;
  background-repeat: no-repeat;
}
div.row > div.feature-block:last-of-type:before {
  background: none;
}
@media screen and (max-width: 600px) {
div.row > div.feature-block:before {
  background: none;
}
}
/*kraj @media screen do 600px*/
.text {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-family: 'PT Sans', sans-serif;
   margin: 0px;
  /* border: 1px solid navy;
   height: 150px;
   */
}

.auto-container{
  position:static;
  max-width:1170px;
  padding:0px 15px;
  margin:0 auto;
}


.border-shap .border-1 {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 63px;
  background-repeat: repeat-x;
  animation: slide 400s linear infinite;
  -webkit-animation: slide 400s linear infinite;
}
.border-shap .border-2 {
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 63px;
  background-repeat: repeat-x;
  animation: slide 400s linear infinite;
  -webkit-animation: slide 400s linear infinite;
}
.border-shap .border-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 17px;
  background-repeat: repeat-x;
  animation: slide 300s linear infinite;
  -webkit-animation: slide 300s linear infinite;
}














/** clients-section **/
.top-title {
  margin-bottom: 60px;
}
.top-title .title-inner, .top-title .text-inner {
  position: relative;
  width: 50%;
  float: left;
}
.top-title .title-inner:nth-of-type(1) {
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
.top-title .title-inner, .top-title .text-inner {
  width: 100%;
}
.top-title .title-inner:nth-of-type(1) {
  padding-right: 0px;
}
}
/*kraj @media screen do 600px*/
.top-title .title-inner:nth-of-type(1):before {
  position: absolute;
  content: '';
  background: #346bae;
  width: 3px;
  height: 70px;
  top: 12px;
  right: -2px;
}
.top-title .text-inner .text {
  position: relative;
  padding-left: 50px;
  padding-right: 120px;
  margin-top: 5px;
}
.top-title .title-inner h1 {
  padding-bottom: 24px;
}
@media screen and (max-width: 600px) {
.top-title .title-inner:nth-of-type(1):before {
  background: none;
  width: 0px;
}
.top-title .text-inner .text {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.top-title .title-inner h1 {
  text-align: center !important;
}
.top-title .title-inner h1:before {
  left: inherit !important;
  right: 50% !important;
  margin-right: -16px !important;
}
}
/*kraj @media screen do 600px*/

div.reference_popis {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 20% 19% 19% 19% 19%;
  padding: 0px;
}
div.nasl_dobavljaci > div {
  text-align: center;
}
div.reference_popis > a,
div.nasl_dobavljaci > div > a {
  border: 0px solid rgba(58,63,76,.2);
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  height: 120px;
  line-height: 120px;
  display: flow-root;
}
@media screen and (max-width: 600px) {
div.reference_popis {
  grid-gap: 10px;
  grid-template-columns: 31% 31% 31%;
}
div.reference_popis > a,
div.nasl_dobavljaci > div > a {
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
}
}
/*kraj @media screen do 600px*/
div.reference_popis > a > img,
div.nasl_dobavljaci > div > a > img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
div.reference_popis > a > img,
div.nasl_dobavljaci > div > a > img {
  max-height: 30px;
}
}
/*kraj @media screen do 600px*/
div.reference_popis > a:hover {
  /*-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0px 10px rgba(0,0,0,.1);
  box-shadow: 0 0px 10px rgba(0,0,0,.1);*/
}
div.reference_popis > a:hover > img,
div.nasl_dobavljaci > div > a:hover > img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .7;
}












/** composition-section - ČAŠA NA NASLOVNOJ **/

.composition-section{
  position: relative;
  padding: 100px 0px 0;
  background-color: #f3f9ff;
  margin-top: 75px;
  overflow: inherit;
}
@media screen and (max-width: 600px) {
.composition-section{
  padding: 50px 0px 30px;
  margin-top: 75px;
  overflow: hidden;
}
}
/*kraj @media screen do 600px*/

.composition-section .upper-content{
  position: relative;
  /*margin: 0px -90px;*/
}

.composition-section .upper-content .inner-box .single-item{
  position: relative;
  margin-bottom: 145px;
  max-width: 350px;
}

.composition-section .upper-content .left-column .inner-box .single-item:last-child,
.composition-section .upper-content .right-column .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.composition-section .upper-content .inner-box .single-item .icon-box{
  position: absolute;
  top: 6px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box:before{
  right: -95px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box:before{
  left: -95px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box{
  right: 0px;
}

.composition-section .upper-content .left-column .inner-box .single-item{
  padding-right: 70px;
  text-align: right;
  padding-top: 40px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box{
  left: 0px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box img,
.composition-section .upper-content .left-column .inner-box .single-item .icon-box img {  /* KAPI */
  height: 70px;
  margin-top: 15px;
}

.composition-section .upper-content .right-column .inner-box .single-item{
  padding-left: 70px;
  text-align: left;
  max-width: 100%;
  margin-left: 70px;
  padding-top: 40px;
}

.composition-section .upper-content .inner-box .single-item .icon-box span{
  position: absolute;
  top: -6px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box span{
  left: -28px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box span{
  right: -28px;
}

.composition-section .upper-content .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1px;
}

.composition-section .upper-content .inner-box .single-item h3 a{
  display: inline-block;
  color: #222;
}

.composition-section .upper-content .inner-box .single-item h3 a:hover{
  
}

.composition-section .upper-content .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.composition-section .upper-content .inner-box{
  position: relative;
  margin-top: 25px;
}

.composition-section .upper-content .image-box{
  position: relative;
  display: block;
  text-align: center;
}

.composition-section .upper-content .image-box .pattern-bg{
  position: absolute;
  left: -20px;
  top: -15px;
  width: 460px;
  height: 460px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.composition-section .sec-title{
  margin-bottom: 68px;
}

.composition-section .upper-content{
  position: relative;
  margin-bottom: 85px;
}

.composition-section .lower-content{
  position: relative;
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
}

.composition-section .lower-content .single-item{
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}

.composition-section .lower-content .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1px;
}

.composition-section .lower-content .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
}

.composition-section .lower-content .single-item:last-child::before{
  display: none;
}

.composition-section .border-shap .border-2{
  z-index: 2;
}

.composition-section .upper-content .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: url(/img/icon-1.png);
  width: 80px;
  height: 5px;
  top: 50px;
  background-repeat: no-repeat;
}

.composition-section .lower-content .single-item:before {
  position: absolute;
  content: '';
  background: url(/img/wave-icon-3.png);
  width: 11px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1450px) {
  .upper-content .image-column {
    padding: 0 70px;
  }
.composition-section .upper-content .image-box .pattern-bg{
  left: -65px;
  top: 10px;
}
}
/*kraj @media screen od 1450px*/

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .upper-content .image-column {
    padding: 0 50px;
  }
.composition-section .upper-content .image-box .pattern-bg{
  left: -80px;
}
}
/*kraj @media screen od 1000px do 1450px*/

@media screen and (max-width: 600px) {
  .upper-content .image-column {
    padding: 50px;
    display: none;
  }
.composition-section .upper-content .image-box .pattern-bg{
  left: -70px;
  top: -15px;
  width: 400px;
  height: 400px;
  background-size: contain;
}
.composition-section .lower-content .single-item{
  width: 50%;
  margin-bottom: 25px;
}
.composition-section .lower-content .single-item:nth-of-type(2n):before {
  width: 0;
  height: 0;
}
  
  
.upper-content .right-column {
  margin-top: -30px;
}
.composition-section .upper-content .right-column .inner-box .single-item .icon-box,
.composition-section .upper-content .left-column .inner-box .single-item .icon-box {
  left: -40px;
  right: auto;
}
.composition-section .upper-content .right-column .inner-box .single-item,
.composition-section .upper-content .left-column .inner-box .single-item {
  padding-left: 0px;
  padding-right: 0;
  text-align: left;
  max-width: 100%;
  margin-left: 50px;
}
.composition-section .upper-content .left-column .inner-box .single-item h3,
.composition-section .upper-content .right-column .inner-box .single-item h3 {
  text-align: left !important;
  font-size: 20px;
}
.composition-section .upper-content .right-column .inner-box .single-item .icon-box img,
.composition-section .upper-content .left-column .inner-box .single-item .icon-box img {  /* KAPI */
  height: 50px;
  margin-top: 25px;
}
.composition-section .upper-content .inner-box .single-item, 
.composition-section .upper-content .left-column .inner-box .single-item:last-child, 
.composition-section .upper-content .right-column .inner-box .single-item:last-child {
  margin-bottom: 30px;
}
.composition-section .upper-content .left-column .inner-box .single-item .icon-box:before{
  right: auto;
  left: -95px;
}
  .composition-section .upper-content {
    margin-bottom: 0px;
  }
}
/*kraj @media screen do 600px*/








/* ----------------------------------------------------------------------------------------
STRANICA "MOJ RAČUN" - nova (Bootstrap) verzija od 03.2020.
---------------------------------------------------------------------------------------- */
div.moj_racun_naslovna_linkovi > div > a {
  display:table;
	width:100%;
	height:100px;
	text-decoration:none;
	box-sizing:border-box;
	background-color:#0e2c50;
  color:#FFF;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1rem;
}
div.moj_racun_naslovna_linkovi > div > a > span {
	display:table-cell;
	width:100%;
	height:100%;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
  padding: 0 15px;
}
div.moj_racun_naslovna_linkovi > div > a:hover {
  background-color:#f5a93f;
}




/* dio history - Pregled Vaših narudžbi - tablica/popis */
div.moj_racun_history {
	width:100%;
	box-sizing:border-box;
	float:left;
	margin-bottom:25px;
	color:#222;
}
/* zaglavlje tablice */
div.moj_racun_history > div:nth-of-type(1) {
	width:100%;
	box-sizing:border-box;
	float:left;
	background-color:#f5a93f;
}
div.moj_racun_history > div:nth-of-type(1) > div {
	box-sizing:border-box;
	float:left;
	padding:15px 0px 15px 15px;
	font-weight:bold;
}
div.moj_racun_history > div:nth-of-type(1) > div:nth-of-type(1) { width:10%;}
div.moj_racun_history > div:nth-of-type(1) > div:nth-of-type(2) { width:55%; }
div.moj_racun_history > div:nth-of-type(1) > div:nth-of-type(3) { width:15%; text-align:center; }
div.moj_racun_history > div:nth-of-type(1) > div:nth-of-type(4) { width:20%; text-align:right; padding-right:15px; }

/* popis kupnji */
div.moj_racun_history > div:nth-of-type(2) {
	width:100%;
	box-sizing:border-box;
	float:left;
}
/* petlja */
div.moj_racun_history > div:nth-of-type(2) > div {
	width:100%;
	box-sizing:border-box;
	float:left;
	border-bottom:1px solid #DDD;
	font-size:15px;
}
/* zaglavlje petlje */
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) {
	width:100%;
	box-sizing:border-box;
	float:left;
	cursor:pointer;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1):hover { background-color:#EEE; color:#333;}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div {
	box-sizing:border-box;
	float:left;
	padding:10px 0px 10px 15px;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(1) { width:10%; font-weight:bold; }
/*div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) { width:15%; display:none; }*/
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(2) { width:55%; }
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(3) { width:15%; text-align:center; }
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(4) { width:20%; text-align:right; padding-right:15px; }
/* gumb otvori/zatvori */
/*div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(6) { width:15%; text-align:right; padding-right:15px; }
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(6) > span {
	display:inline-block;
	background-color:#EEE;
	width:auto;
	box-sizing:border-box;
	padding:3px 8px;
	float:right;
	cursor:pointer;
	margin:-3px 0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1):hover > div:nth-of-type(6) > span {
	background-color:#FFF;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div:nth-of-type(6) > span:hover {
	background-color:#333;
	color:#FFF;
}*/
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(1) > div.zeleno {
	background-image:url(/dizajn/ikona-check.png);
	background-size:auto 20px;
	background-repeat:no-repeat;
	background-position:left 0px center;
	padding-left:30px;
}

/* petlja - listanje artikala */
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) {
	width:100%;
	box-sizing:border-box;
	float:left;
	padding:15px 15px 30px;
	display:none;
	font-size:14px;
	line-height:1.1em;
	/*background-color:#EEE;*/
}
div.moj_racun_history > div:nth-of-type(2) > div > div.zatvoren {
	display:none;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div {
	width:100%;
	box-sizing:border-box;
	float:left;
	border:1px solid #DDD;
	border-bottom:0;
	color:#333;
	padding:5px;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div:hover { background-color:#EEE;}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div:last-of-type {
	border-bottom:1px solid #DDD;
}
/* div-ovi stavki */
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div {
	box-sizing:border-box;
	float:left;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) {
	background-color:#DDD;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
	font-size:12px;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(1) {
	width:57%;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(1) > div {
	float:left;
	box-sizing:border-box;
	border:1px solid #DDD;
	background-color:#FFF;
	width:40px;
	height:40px;
	margin-right:5px;
	
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(1) > span {
	font-weight:bold;
	font-size:12px;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
	width:5%;
	text-align:center;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(3) {
	width:10%;
	text-align:right;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(4) {
	width:8%;
	text-align:right;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(5) {
	width:10%;
	text-align:right;
}
div.moj_racun_history > div:nth-of-type(2) > div > div:nth-of-type(2) > div > div:nth-of-type(6) {
	width:10%;
	text-align:right;
}









p.registracija_nas_korisnik {
	background-color:#EEE;
	border:1px solid #CCC;
	color:#333;
	padding:15px 20px;
	box-sizing:border-box;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
@media screen and (max-width: 600px) {
p.registracija_nas_korisnik {
	padding:10px 15px;
}
}

/* prikaz učitavanja stranice */
#loading {
	z-index:55555;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#F4F4F4;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#tekst{
  /*  position: absolute; /* Sit on top of the page content */
  width: 60%; /* Full width (cover the whole page) */
  height: 80%;  /* Full height (cover the whole page) */
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  background-color: white;
}
#tekst iframe {
	border: 0 !important;
}
@media screen and (max-width: 600px) {
#tekst{
  width: 90%; /* Full width (cover the whole page) */
}
#tekst iframe {
	width: 100% !important;
	height: 200px !important;
}
}
/*kraj @media screen do 600px*/



.main-tekst {
  position: relative; 
  padding-top:150px; 
  padding-bottom: 50px; 
  width: 100%; 
  line-height:1.5em;
  
}
.main-tekst > div.kontejner {
  text-align: justify;
  column-count: 2;
  column-gap: 30px;
}
.main-tekst iframe {
  border: 0 !important;
  width: 100% !important;
  height: 320px;
}
@media screen and (min-width: 1400px) {
.main-tekst iframe {
  height: 380px;
}
}
@media screen and (max-width: 600px) {
.main-tekst {
  padding-top:20px; 
  padding-bottom: 0px; 
  line-height:1.6em;
}
.main-tekst > div.kontejner {
  column-count: 1;
}
.main-tekst iframe {
  height: 170px;
}
}
/*kraj @media screen do 600px*/

iframe{
    margin: 10px;
}

#font-div {
    position: fixed;
    top: 1em;
    right: 1em;
    width:300px;
    min-height: 150px;
    background-color: lightgray;
    fint-size:16px;
    z-index:60;
}






/* SLIDER ISPOD Možda Vas zanima */
.webshop2 {
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.webshop2 > h2 {
  text-align: center;
}
.webshop2 .frame {
	height: auto;
	overflow: hidden;
}
.webshop2 .frame ul {
	list-style: none;
	margin: 0;
	padding:0px 0;
	height: 100%;
}
.webshop2 .frame ul li {
	float: left;
	width: 292px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	height: 100%;
	margin: 0 0px 0 0;
	padding: 15px;
}
@media screen and (min-width: 1400px) {
.webshop2 .frame ul li {
	width: 276px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
}
}
/*kraj @media screen od 1400px*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
.webshop2 .frame ul li {
	width: 250px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	margin: 0 15px 0 0;
}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
.webshop2 {
  margin-right: 0px;
  margin-left: 0px;
}
.webshop2 .frame ul li {
	width: 170px; /* kod računice uračunaj i padding kontejnera (20px lijevo i desno)*/
	margin: 0 0px 0 0;
  padding: 5px;
}
}
/*kraj @media screen do 600px*/


.scrollbar {
	width: 100%;
	margin:15px 0;
  height: 15px;
}
.scrollbar .handle {
  height: 10px;
	width: 100px;
	background-color:#A3498B;
	cursor: e-resize;
	
	border-radius:3px;
}
.scrollbar .handle:hover,
.scrollbar .handle:active {
	height:15px;
	
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,.3);
	box-shadow: 0 3px 20px rgba(0,0,0,.3);
}


div.slider_novosti_strelice {
  position: relative;
  margin-top: 50px;
  height: 1px;
  z-index: 5;
}
@media screen and (max-width: 600px) {
div.slider_novosti_strelice {
  margin-top: 15px;
}
}
/*kraj @media screen do 600px*/
div.slider_novosti_strelice > span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  
  border-radius: 100%;
  text-align: center;
  color: #3f66f5;
  font-size: 50px;
  padding-top: 15px;
  cursor: pointer;
}
div.slider_novosti_strelice > span:nth-of-type(1) { /* lijeva strelica */
  left: 0;
  margin: 0 0 -250px -100px;
  padding-right: 5px;
}
div.slider_novosti_strelice > span:nth-of-type(2) { /* desna strelica */
  right: 0;
  margin: 0 -100px -250px 0;
  padding-left: 5px;
}
@media screen and (max-width: 1400px) {
div.slider_novosti_strelice > span:nth-of-type(1) { /* lijeva strelica */
  margin: 0 0 -250px -60px;
}
div.slider_novosti_strelice > span:nth-of-type(2) { /* desna strelica */
  margin: 0 -60px -250px 0;
}
}
/*kraj @media screen do 1400px*/

div.slider_novosti_strelice > span:hover {
  background-color: #3f66f5;
  color: #FFF;
}









