@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
h1 {
color: #333;
font-size: 50px;
font-weight: 600;
margin-bottom: 10px;
}
h2 {
color: #00CC00;
font-size: 28px;
margin-bottom: 20px;
font-weight: 300;
text-transform: uppercase;
}
h3 {
color: #333;
font-size: 35px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h4 {
color: #0C0;
font-size: 28px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h5 {
color: #333;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 20px;
}
h6 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
font-size: 14px;
padding-bottom: 5px;
margin-top: 20px;
font-weight: bold;
}
p {
font-size: 16px;
color: #888;
line-height: 24px;
margin-bottom: 10px;
}
.cover_h1 {
color: #FFF;
text-align: center;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
font-size: 50px;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 60px;
padding-left: 20px;
font-weight: normal;
text-shadow: 2px 2px 4px rgba(0,0,0,0.57);
}

p a, p a:visited  {
color: #0C0;
}
p a:hover {
color: #0C0;
text-decoration: underline;
}

.thin_font {
font-weight: 200;
}
.bluebold {
color: #999999;
font-weight: 900;
font-size: larger;
}
.blacklimiter {
background-color: #000;
width: 50%;
margin: 0px;
padding: 0px;
height: 10px;
position: relative;
top: -10px;
}
.blacklimiter_b {
background-color: #000;
width: 50%;
margin: 0px;
padding: 0px;
height: 20px;
position: relative;
top: -10px;
}
.blueklimiter_b {
background-color: #0C0;
width: 50%;
margin: 0px;
padding: 0px;
height: 20px;
position: relative;
top: -10px;
}
.h_limiter {
background-color: #0C0;
width: 40%;
margin: 0px;
padding: 0px;
height: 5px;
position: relative;
top: -10px;
}
header {
margin-right: auto;
margin-left: auto;
padding-top: 8px;
padding-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
height: auto;
overflow: hidden;
}
#logo {
width: 300px;
float: left;
}
#logo a img {
width: 100%;
padding-bottom: 10px;
}
nav {
float: left;
height: 32px;
margin-left: 20px;
overflow: hidden;
margin-top: 40px;
width: auto;
padding: 0px;
}
nav ul {
float: left;
}
nav ul li {
float: left;
color: #FFF;
font-size: 13px;
height: 32px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 32px;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 1px;
margin-bottom: 0px;
margin-left: 1px;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:hover {
background-color: #0C0;
}
nav ul li a {
color: #000;
}
nav ul li:hover a{
color: #FFF;
}

nav ul .active {
background-color: #0C0;
}
nav ul .active  a{
color: #FFF;
}
/******************  submenu ******************/
nav ul li ul {
visibility: hidden;
display: block;
position: absolute;
opacity: 0;
background-color: #000000;
height: auto;
width: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-top: 2px;
margin-left: 0px;
overflow: hidden;
z-index: 20;
background-color: rgba(0, 0, 0, 0.85);
margin-right: 0px;
margin-bottom: 0px;
}
nav ul li ul li {
display: block;
float: none;
margin: 0px;
padding: 0px;
}
nav ul li ul li a {
color: #FFF;
margin: 0px;
line-height: 18px;
height: auto;
width: auto;
font-size: 13px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
font-weight: normal;
}
nav ul li:hover ul, nav ul li:active ul {
visibility: visible;
display: block;
position: absolute;
opacity: 1;
}
/******************  submenu END ******************/

#nav_button {
float: right;
color: #666;
font-size: 28px;
border: 2px solid #999;
height: 30px;
width: 28px;
text-align: center;
vertical-align: middle;
line-height: 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 3px;
}
#nav_button:hover {
border: 2px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #FFF;
}
#nav_button a {
color: #666;
text-decoration: none;
}

#nav_button a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#main_open {
display: none;
font-size: 40px;
}
#signup {
float: right;
color: #FFF;
font-size: 13px;
height: 34px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 34px;
background-color: #000000;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 8px;
margin-right: 2px;
margin-bottom: 8px;
margin-left: 2px;
padding-right: 15px;
padding-left: 15px;
}
#signup:hover {
background-color: #0C0;
}
#signup a {
color: #FFF;
}
#signup a span{
color: #FFF;
}
.user {
text-align: right;
color: #093;
font-size: 13px;
}
.user a {
color: #063;
}
.user a:hover {
color: #093;
text-decoration: underline;
}
#usermenu {
}
#usermenu ul {
}
#usermenu ul li {
color: #666;
font-size: 14px;
display: block;
margin: 0px;
margin: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
padding: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#usermenu ul li:hover {
background-color: #EEE;
}
#usermenu ul .liheading, #usermenu ul .liheading:hover {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #093;
border: 1px solid #036;
padding: 10px;
}



#usermenu ul li a {
color: #093;
font-weight: 900;
font-size: 15px;
line-height: 17px;
}
#usermenu ul li a span {
font-size: 10px;
color: #333;
display: block;
font-weight: 300;
text-transform: none;
}
#usermenu p {
font-size: 13px;
}
#usermenu .txt_con form input {
padding: 0px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 25px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.margin img {
width: 100%;
}
.products_cat a {
font-size: 20px;
color: #FFF;
display: block;
padding: 10px;
border-radius: 3px;
margin-bottom: 5px;
line-height: 24px;
background-color: #333;
font-weight: 300;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #0C0;
}
.products_cat a:hover {
color: #FFF;
background-color: #0C0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
border-bottom-color: #093;
}
.img_con_prod {
width: 100%;
aspect-ratio: 1 / 1; /* kvadratni omjer – možeš promijeniti npr. 16/9 */
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px; /* opcionalno */
border: 1px solid #CCC;
margin-bottom: 8px;
background-color: #FFFFFF; /* da se vidi ako slika ne pokrije sve */
}

.img_con_prod img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* cijela slika vidljiva bez rezanja */
  object-position: center;
  display: block;
}
.text_con_prod h3 {
font-size: 10px;
font-weight: 500;
color: #FFF;
line-height: 12px;
text-transform: none;
padding: 5px;
display: inline-block;
background-color: #333;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
}
.text_con_prod h2 {
font-size: 14px;
font-weight: 500;
color: #333;
line-height: 16px;
text-transform: uppercase;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 8px;
padding-left: 0px;
}
.text_con_prod .price {
font-size: 14px;
font-weight: bold;
color: #0C6;
padding-top: 0px;
display: block;
margin: 0px;
padding-bottom: 8px;
}
.tshadow {
margin-bottom: 10px;
}
.tshadow:hover	{
box-shadow: -4px 1px 11px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: -4px 1px 11px 1px rgba(0,0,0,0.27);
-moz-box-shadow: -4px 1px 11px 1px rgba(0,0,0,0.27);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

#usermenu .txt_con form .fbp {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 70px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 10px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}


.articlelist {
width: 100%;
overflow: hidden;
font-size: 12px;
margin-bottom: 10px;
}
.graytable {
background-color: #EEE;
}
.articlelist tr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
height: auto;
width: 100%;
}

.articlelist tr th {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #0C0;
padding: 10px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.articlelist tr td {
vertical-align: middle;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
text-align: center;
}
.articlelist tr td a {
color: #333;
font-size: 17px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.articlelist tr td a:hover {
color: #0C0;
}

.articlelist tr td h2 {
color: #093;
font-size: 16px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td h3 {
color: #093;
font-size: 12px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.articlelist tr td h6 {
font-size: 14px;
color: #000;
padding: 0px;
font-weight: bold;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.articlelist tr td p {
font-size: 16px;
color: #000;
margin: 0px;
padding: 0px;
}
.articlelist tr td p .color_o {
color: #FFF;
font-weight: 500;
background-color: #FC0;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_g {
color: #FFF;
font-weight: 500;
background-color: #3C3;
padding-right: 3px;
padding-left: 3px;
}
.articlelist tr td p .color_r {
color: #FFF;
font-weight: 500;
background-color: #0C0;
padding-right: 3px;
padding-left: 3px;
}

.articlelist tr td .tdimg {
width: 80px;
height: 80px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center; /* opcionalno - da se vidi pozadina oko slike */
}

/* Sama slika */
.articlelist tr td .tdimg img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* cijela slika vidljiva, bez rezanja */
}
.articlelist {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.articlelist th,
.articlelist td {
  white-space: nowrap;
  padding: 8px;
  text-align: left;
}

/* Samo ova kolona se širi */
.articlelist .tdfw {
width: 100%;
white-space: normal;
text-align: left;
}
.articlelist tr td .delbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #C00;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 5px;
margin-left: 2px;
}
.articlelist tr td .delbtn:hover {
background-color: #0C0;
}
.articlelist tr td .editbtn {
float: right;
color: #FFF;
font-size: 13px;
border: 2px solid #036;
height: 30px;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #036;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 5px;
margin-left: 2px;
}
.articlelist tr td .editbtn:hover {
background-color: #093;
}
.total {
float: right;
padding: 10px;
background-color: #EEE;
border: 1px solid #DDD;
text-align: right;
}
.total2 {
padding: 10px;
background-color: #EEE;
border: 1px solid #DDD;
text-align: right;
}

.total table, .total2 table{
width: 100%;
}
.total p, .total2 p {
color: #333;
font-size: 14px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.total h5{
padding: 0px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #666;
font-size: 18px;
display: inline-block;
line-height: 22px;
}

.total2 h5 {
padding: 0px;
font-size: 16px;
display: inline-block;
line-height: 22px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.total h6 {
color: #333;
font-weight: bold;
font-size: 16px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding: 0px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}
.total2 h6 {
color: #FFF;
font-weight: bold;
font-size: 16px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-color: #000;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin: 5px;
}
.total table tr td, .total2 table tr td {
text-align: right;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
margin: 0px;
}
.total .totalbtn{
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 15px;
float: right;
margin-left: 5px;
}


article ul li strong {
font-weight: bolder;
}

.cmsform_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #000;
padding: 10px;
display: block;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #0C0;
}
.cmsform {
padding: 15px;
margin: 0px;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
background-color: #F6F6F6;
}
.cmsform form {
font-size: 12px;
color: #000;
margin: 0px;
padding: 0px;
}
.cmsform form label {
color: #000;
font-size: 14px;
font-weight: 200;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
display: block;
}
.cmsform form label {
color: #036;
font-size: 14px;
font-weight: 900;
line-height: 20px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
display: block;
}
.cmsform_flex .few100 .margin h4 {
color: #000;
font-size: 16px;
font-weight: bold;
text-align: center;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #333;
background-color: #EEE;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}


.cmsform form label small {
font-size: 12px;
font-weight: 300;
}

.cmsform form input, .cmsform form textarea, .cmsform form select {
padding: 10px;
border: 1px solid #CCC;
margin-bottom: 15px;
font-size: 14px;
font-weight: 300;
width: 96%;
height: 25px;
}
.cmsform form select {
height: 45px;
}

.cmsform form textarea {
height: 100px;
}
.cmsform form .textarea_h {
height: 200px;
}


.cmsform form .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #C30;
height: auto;
width: 60px;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #00AEEF;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 0px;
float: none;
display: inline-block;
}
.cmsform form .form_button:hover {
background-color: #0C0;
}
.cmsform form .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #000;
margin-bottom: 20px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform form .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.cmsform form .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform form .checkbox_lbl {
display: block;
margin-bottom: 5px;
}
.cmsform form input:focus, .cmsform form textarea:focus {
border: 1px solid #C30;
background-color: #FFF;
}

/********************************************************************************/
.cmsform_flex_h {
text-align: center;
color: #FFF;
font-size: 16px;
font-weight: 700;
background-color: #060;
border: 1px solid #036;
padding: 10px;
display: block;
}
.cmsform_flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 15px;
margin: 0px;
background-color: #FFFFFF;
font-size: 12px;
color: #060;
margin: 0px;
padding: 10px;
border: 1px solid #CCC;
}
.few100 {
width: 100%;
}
.few70 {
width: 70%;
}
.few50 {
width: 50%;
}
.few33 {
width: 33%;
}
.few30 {
width: 30%;
}
.cmsform_flex {
margin-bottom: 10px;
}
.cmsform_flex label {
color: #333;
font-size: 14px;
font-weight: 900;
line-height: 18px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: block;
}
.cmsform_flex label small {
font-size: 12px;
font-weight: 300;
}
.cmsform_flex input, .cmsform_flex textarea, .cmsform_flex select {
margin-bottom: 0px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 45px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #666;
}
.cmsform_flex .checkbox_float {
float: left;
padding: 0px;
display: block;
background-color: #0CC;
width: 20px;
height: 20px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 30px;
margin-left: 0px;
}
.cmsform_flex .small {
margin-bottom: 0px;
font-size: 14px;
font-weight: 300;
width: 100%;
height: 25px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.cmsform_flex select {
height: 45px;
}
.cmsform_flex .strong {
height: 45px;
font-weight: bold;
color: #333;
font-size: 16px;
}
.cmsform_flex textarea {
height: 150px;
border: 1px solid #CCC;
}
.cmsform_fle .textarea_h {
height: 200px;
}
.cmsform_flex .form_button {
color: #FFF;
font-size: 13px;
border: 2px solid #06C;
height: auto;
width: auto;
text-align: center;
vertical-align: middle;
background-color: #06C;
font-weight: 700;
text-transform: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 7px;
float: none;
display: inline-block;
cursor: pointer;
}
.cmsform_flex .form_button:hover {
background-color: #06F;
}
.cmsform_flex .labelbutton {
display: block;
cursor: pointer;
color: #ffffff;
font-size: 14px;
font-weight: bold;
height: 52px;
line-height: 50px;
margin-top: 0px;
margin-right: 20px;
text-align: left;
overflow: hidden;
background-color: #036;
margin-bottom: 0px;
padding-left: 50px;
background-image: url(../image/strukturne/attach.png);
background-repeat: no-repeat;
background-position: left top;
}
.cmsform_flex .labelbutton .filefield {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.cmsform_flex .checkbox {
height: 10px;
width: 10px;
float: none;
display: inline-block;
}
.cmsform_flex .checkbox_lbl {
display: block;
margin-bottom: 10px;
}
.cmsform_flex input:focus, .cmsform_flex textarea:focus {
background-color: #FFF;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #06C;
border-right-color: #06C;
border-bottom-color: #06C;
border-left-color: #06C;
}
.cmsform_flex .edit_photo {
width: 100%;
}
.cmsform_flex .radio {
height: 15px;
width: 15px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 5px;
}
.cmsform_flex .checkbox {
height: 15px;
width: 15px;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 25px;
}
/*********************************************************************************/



.catheading {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 26px;
text-transform: uppercase;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000;
}
.catheading .all {
float: right;
color: #FFF;
background-color: #09F;
display: inline-block;
font-size: 12px;
text-transform: none;
line-height: 16px;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.catheading .all:hover {
background-color: #333333;
}
.img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.txt_con {
margin-bottom: 20px;
}
.txt_con h3 {
color: #0C0;
font-size: 12px;
display: inline-block;
font-weight: 500;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.txt_con h2 {
color: #000;
font-size: 22px;
font-weight: 600;
line-height: 26px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-transform: none;
}
.txt_con p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 20px;
margin-bottom: 20px;
}
.txt_con .h2big {
font-size: 24px;
line-height: 28px;
font-weight: 900;
}
.txt_con .h3big {
color: #093;
font-size: 14px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}




.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 30px;
margin-bottom: 30px;
}
.cover_text h1 {
font-weight: 800;
color: #FFF;
margin-bottom: 15px;
letter-spacing: -.05em;
text-shadow: 2px 0px 2px rgba(0,0,0,0.6);
font-size: 40px;
}
.cover_text h5 {
color: #FFF;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
background-color: #0C0;
display: inline-block;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
font-weight: 500;
}
.cover_text h6 .wlink {
color: #FFF;
display: block;
}
.cover_text h6:hover a, .cover_text h6:hover i {
color: #0C0;
}

.cover_text h6 i {
margin-right: 10px;
padding: 5px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFF;
color: #000;
}
.cover_text h6 {
color: #FFF;
font-size: 14px;
font-weight: 600;
text-decoration: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-top: 4px;
margin-right: 30px;
margin-bottom: 8px;
margin-left: 5px;
}



.cover_text p {
color: #FFF;
font-size: 14px;
line-height: 27px;
margin-bottom: 10px;
padding: 7px;
}
.img_con {

}

.img_con2 {
    width: 100%;
    aspect-ratio: 1 / 1;   /* parent je kvadrat */
    overflow: hidden;      /* sakriva višak */
}

.img_con2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* popuni bez deformacije */
    object-position: center; /* centriraj */
    display: block;
}

.text_con1 {
text-align: center;
}
.text_con1 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: center;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}

.text_con1 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #0C0;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con1 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: center;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-weight: normal;
}

.text_con2 {
letter-spacing: -.05em;
}
.text_con2 i {
float: left;
color: #0C0;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con2 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #333;
}

.text_con2 h3 {
font-size: 20px;
font-weight: 700;
color: #333;
line-height: 26px;
margin-left: 50px;
}
.text_con2 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -.01em;
}
.text_con3 {
letter-spacing: -.05em;
}
.text_con3 h3 {
font-size: 24px;
font-weight: 700;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con3 h4 {
font-size: 18px;
line-height: 30px;
letter-spacing: -.01em;
font-weight: 200;
color: #333;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con3 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}
.vijest_datum {
font-size: 12px;
font-weight: bolder;
padding: 3px;
color: #333;
text-align: right;
display: block;
border-bottom-width: 2px;
border-bottom-color: #0C0;
border-bottom-style: solid;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.event_info {
font-size: 14px;
font-weight: bolder;
padding: 3px;
color: #333;
text-align: left;
display: block;
border-bottom-width: 5px;
border-bottom-color: #0C0;
border-bottom-style: solid;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.text_con4 {
letter-spacing: -.05em;
}
.text_con4 h3 {
font-size: 26px;
font-weight: 600;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.text_con4 h4 {
font-size: 22px;
font-weight: 600;
color: #333;
line-height: 28px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
text-align: center;
}
.text_con4 i {
text-align: center;
display: block;
font-size: 50px;
color: #0C0;
}
.text_con4 a i {
color: #000;
}

.text_con4 p {
font-size: 14px;
line-height: 27px;;
letter-spacing: -.01em;
}

.text_con5 {
}
.text_con5 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #333;
text-align: left;
text-transform: none;
padding: 0px;
letter-spacing: -.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con5 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #0C0;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con5 h6 {
padding: 0px;
font-size: 16px;
letter-spacing: -0.03em;
text-align: left;
line-height: 23px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #999;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con5 .btn {
padding-top: 15px;
padding-right: 22px;
padding-bottom: 15px;
padding-left: 22px;
display: inline-block;
font-size: 14px;
font-weight: 800;
color: #FFF;
background-color: #333;
text-transform: uppercase;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-bottom: 5px;
}
.text_con5 .btn:hover {
background-color: #666666;
}
.text_con5 .btn_s1 {
background-color: #0C0;
} 
.text_con5 .btn_s1:hover {
background-color: #333;
}

.text_con6 {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.text_con6 h2 {
font-size: 38px;
line-height: 43px;
font-weight: 800;
color: #FFF;
text-transform: none;
padding: 0px;
letter-spacing: -0.05em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
.text_con6 h5 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #0C0;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}
.text_con6 h6 {
font-size: 19px;
line-height: 28px;
font-weight: 400;
text-transform: none;
color: #FFF;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
}
.text_con6 a:hover h6 {
color: #00FF00;
}
.text_con6 p {
padding: 0px;
font-size: 15px;
letter-spacing: -0.03em;
line-height: 26px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
color: #888;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.text_con6 i {
color: #FFFFFF;
font-size: 30px;
display: block;
padding: 10px;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
float: left;
}
.text_con7 {
letter-spacing: -.05em;
}
.text_con7 i {
float: left;
color: #FFFFFF;
font-size: 30px;
margin-right: 15px;
display: block;
padding-top: 5px;
}
.text_con7 h2 {
text-align: center;
font-size: 34px;
line-height: 38px;
font-weight: 700;
text-transform: none;
color: #FFF;
}

.text_con7 h3 {
font-size: 20px;
font-weight: 700;
color: #FFF;
line-height: 26px;
margin-left: 50px;
}
.text_con7 p {
font-size: 14px;
line-height: 27px;
margin-left: 50px;
letter-spacing: -0.01em;
color: #F99;
}
.map_con {
    width: 100%;
    aspect-ratio: 4 / 3; /* automatska responsive visina */
    position: relative;
}

.map_con iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.see_all {
text-align: center;
font-size: 30px;
color: #FFF;
display: inline-block;
margin: 0px;
padding: 10px;
border: 1px solid #CCC;
background-color: #333;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.see_all i {
color: #0C0;
}
.see_all:hover {
color: #FFF;
background-color: #0C0;
}
.see_all:hover i {
color: #000;
}

.back_forth {
margin-right: auto;
margin-left: auto;
display: block;
margin-top: 0px;
margin-bottom: 0px;
width: auto;
text-align: center;
padding-bottom: 10px;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #666;
}
.back_forth a {
display: inline-block;
background-color: #0C0;
text-align: center;
font-size: 18px;
line-height: 40px;
color: #FFF;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 0px;
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
}
.back_forth a:hover, article .back_forth .active {
background-color: #000000;
}

#usermenu i {
margin-right: 8px;
}
#usermenu .social {
height: 40px;
width: auto;
margin-bottom: 10px;
display: block;
}
#usermenu .social a i{
display: inline-block;
font-size: 40px;
color: #333;
margin-right: 8px;
}



.sub_t {
display: block;
height: auto;
width: 100%;
margin-bottom: 15px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.sub_t .txt_con {
width: 67%;
float: right;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
margin: 0px;
}
.sub_t .img_con {
width: 28%;
float: left;
display: block;
padding-top: 0%;
padding-right: 1%;
padding-bottom: 0%;
padding-left: 1%;
position: relative;
padding-bottom: 17%;
}
.sub_t .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner {
height: auto;
width: 100%;
margin-bottom: 15px;
}
.banner img {
width: 100%;
}
.footnav {
margin-bottom: 20px;
}
.footnav img{
margin-bottom: 10px;
width: 80%;
}
.footnav h5 {
font-size: 20px;
line-height: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #EEE;
}
.footnav h5 a {
color: #EEE;
}
.footnav h5 a:hover {
color: #0C0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.footnav ul li {
color: #FFF;
font-size: 13px;
line-height: 18px;
margin-bottom: 6px;
}
.footnav ul li a {
color: #CCC;
font-size: 13px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.footnav ul li a:hover {
color: #0C0;
}
.footnav p {
color: #CCCCCC;
font-size: 13px;
line-height: 20px;
margin-bottom: 10px;
}
footer #social {
text-align: center;	
}
footer #social i {
margin-right: auto;
margin-left: auto;
color: #EEE;
font-size: 35px;
text-align: center;
display: inline;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
height: auto;
width: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
footer #social i:hover {
color: #0C0;
}
#searchbar {
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 15px;
padding-right: 0px;
padding-left: 0px;
}
#searchbar form {
margin-right: auto;
margin-left: auto;
width: 80%;
}
#searchbar form input {
font-size: 13px;
border: 0px none #09F;
height: 50px;
width: 68%;
text-align: center;
vertical-align: middle;
line-height: 50px;
background-color: #FFF;
font-weight: 700;
margin: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
color: #333;
}

#searchbar form .fb1 {
color: #FFF;
font-size: 13px;
border: 2px solid #009DD9;
height: 50px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 30px;
background-color: #00AEEF;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
float: none;
display: inline-block;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
#searchbar form .fb1:hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #00CCFF;
cursor: pointer;
}

#copyright {
color: #CCCCCC;
font-size: 13px;
line-height: 16px;
margin-bottom: 6px;
text-align: center;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 30px;
}
#copyright p {
margin-bottom: 10px;
}
#copyright p a {
color: #CCCCCC;
font-size: 13px;
}
.ontop {
display: block;
height: 43px;
width: 50px;
position: fixed;
right: 10px;
bottom: 10px;
z-index: 99;
background-color: #999999;
border: 2px solid #000;
overflow: hidden;
color: #FFF;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
font-weight: 700;
text-align: center;
vertical-align: middle;
padding-top: 7px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ontop:hover {
background-color: #0C0;
color: #FFF;
}
article {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 0px;
}

article .share {
float: right;
height: 40px;
width: auto;
margin-bottom: 10px;
}
article .share a img {
height: 40px;
width: 40px;
}
article .info {
color: #036;
display: block;
font-weight: 500;
margin: 0px;
vertical-align: middle;
}
article .pphoto{
height: 40px;
width: 40px;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
float: left;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
article .pphoto img{
width: 100%;
}
article h1 {
font-size: 3em;
font-weight: 700;
color: #333;
line-height: 1.1em;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
article h2 {
font-size: 34px;
font-weight: 700;
color: #333;
line-height: 42px;
text-transform: none;
padding: 0px;
margin-top: 30px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
article h3 {
font-size: 22px;
font-weight: 700;
color: #333;
line-height: 30px;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
/*article h4 {
font-size: 16px;
font-weight: normal;
color: #333;
line-height: 25px;
text-transform: none;
padding: 15px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
display: block;
}*/
article h4 {
font-size: 16px;
font-weight: 700;
color: #333;
line-height: 22px;
text-transform: none;
padding: 0px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
article h5 {
font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 18px;
  text-transform: none;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article h6 {
font-size: 13px;
  font-weight: 700;
  color: #333;
  line-height: 17px;
  text-transform: none;
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}
article .thinfont {
font-weight: 400;
}
article .upperfont {
text-transform: uppercase;
}
article .color1font {
color: #0C0;
}

article .bg1font {
background-color: #0C0;
color: #FFF;
padding-top: 7px;
padding-right: 15px;
padding-bottom: 7px;
padding-left: 15px;
}
article .pricetag {
font-weight: bold;
color: #FFF;
background-color: #0C0;
padding-top: 0.1em;
padding-right: 0.6em;
padding-bottom: 0.1em;
padding-left: 0.6em;
}

article p {
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 23px;
margin-bottom: 20px;
}
article p.italic{
font-style: italic;	
}
article p strong {
font-weight: bold;
}
article a {
color: #0C0;
}
article a:hover {
color: #990000;
text-decoration: underline;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
article ul {
margin-left: 30px;
margin-bottom: 15px;
}
article ul li {
margin-bottom: 8px;
list-style-type: square;
}
article ol {
margin-left: 30px;
margin-bottom: 15px;
}
article ol li {
margin-bottom: 8px;
list-style-type: square;
}
article .img_con {
width: 100%;
overflow: hidden;
max-height: 100%;
margin-bottom: 20px;
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
article .img_con img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
article table {
width: 100%;
margin-top: 20px;
margin-bottom: 30px;
}
article table tr th {
background-color: #36C;
border: 1px solid #FFFFFF;
color: #FFF;
font-size: 20px;
text-align: center;
line-height: 28px;
padding: 7px;
}
article table tr td {
padding-top: 15px;
padding-right: 8px;
padding-bottom: 15px;
padding-left: 8px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
article table tr td img {
width: 30px;
vertical-align: top;
display: inline-block;
padding: 0px;
margin-top: -5px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
article table tr td h2 {
font-size: 18px;
font-weight: 700;
color: #000000;
margin-bottom: 5px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
line-height: normal;
}
article table tr td p {
color: #666;
font-size: 14px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 8px;
margin-left: 0px;
}
article table tr .t_right {
font-size: 26px;
line-height: 28px;
font-weight: 600;
color: #00CC33;
text-align: right;
}
article table tr .t_right:after {
content: '.00';
font-size: 16px;
}
article .embed-container {
margin-bottom: 20px;
}
article .article_link {
display: block;
margin-bottom: 15px;
clear: both;
padding: 10px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #09F;
}
article .article_link:hover {
display: block;
margin-bottom: 15px;
clear: both;
padding: 10px;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #000;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
article .article_link img {
float: left;
width: 20%;
margin-right: 15px;
}
article .article_link a h5 {
margin: 0px;
padding: 0px;
font-size: 30px;
font-weight: 200;
line-height: 38px;
color: #999;
text-decoration: none;
}
article .article_link a:hover{
margin: 0px;
padding: 0px;
font-size: 30px;
font-weight: 200;
line-height: 38px;
color: #999;
text-decoration: none;
}
article .basic_info {
color: #036;
font-size: 16px;
display: block;
font-weight: 600;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 50px;
}
article .basic_info a {
color: #036;

}

article .basic_info a:hover {
color: #F90;
}

article .basic_info .infolabel {
text-transform: uppercase;
color: #666;
font-weight: 400;
font-size: 14px;
display: block;
}

article .basic_info {
color: #036;
font-size: 16px;
display: block;
font-weight: 600;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 50px;
}
article .basic_info a {
color: #036;

}

article .basic_info a:hover {
color: #F90;
}

article .basic_info .infolabel {
text-transform: uppercase;
color: #666;
font-weight: 400;
font-size: 14px;
display: block;
}
article .uplataimg {
display: block;
width: 300px;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
}
article .t_uplata {
width: 95%;
margin-bottom: 50px;
}
article .t_uplata td {
border: 1px solid #CCC;
padding: 15px;
font-size: 14px;
font-weight: 400;
color: #666;
}
article .t_uplata tr td .wallet_qr {
  height: auto;
  width: 150px;
}
article .t_uplata tr td .wallet_qr2 {
  height: 100px;
  width: auto;
}


article iframe {
width: 100%;	
}
.product_add {
padding: 0px;
}
.product_add label {
}
.product_add textarea {
display: block;
height: 100px;
width: 100%;
margin-bottom: 10px;
}

.quantity-container {
display: inline-flex;
align-items: center;
border: 1px solid #ccc;
border-radius: 6px;
overflow: hidden;
width: 120px;

}

/* Dugmad + i − */
.qty-btn {
  background-color: #f4f4f4;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  transition: background 0.2s;
}
.qty-btn:hover {
  background-color: #e4e4e4;
}

/* Input bez strelica */
#quantity {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
  -moz-appearance: textfield;
}
#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.button_cart_add {
color: #FFF;
background-color: #0C0;
width: auto;
height: 42px;
font-size: 18px;
font-weight: normal;
line-height: 42px;
padding-right: 20px;
padding-left: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_cart_add:hover {
background-color: #000;
cursor: pointer;
}
.button_cart {
color: #FFF;
background-color: #333;
width: auto;
height: 42px;
font-size: 18px;
font-weight: normal;
line-height: 42px;
padding-right: 10px;
padding-left: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.button_cart:hover {
background-color: #999;
cursor: pointer;
color: #FFF;
}
.button_cart span {
font-size: 13px;
margin-left: 10px;
line-height: 42px;
}


/* galerija ispod: puna širina roditelja */
#article_gal {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 kolone = ~33% svaka */
  gap: 10px; /* razmak između pločica */
}

/* svaki <a> je kvadrat jednake visine i širine */
#article_gal a {
display: block;
width: 100%;
aspect-ratio: 1 / 1;     /* kvadrat */
position: relative;
overflow: hidden;     /* neutralna pozadina iza slike */
border: 1px solid #eee;  /* po želji */
border-radius: 4px;      /* po želji */

}

/* slika unutra: centrirana, bez obrezivanja ili deformacije */
#article_gal a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;     /* cijela slika, bez croppanja i bez deformacije */
  object-position: center; /* centrirano */
}


.prev_next {
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
color: #FFF;
margin-right: 1px;
background-color: #000;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.prev_next:hover{
background-color: #0066CC;
}
.prev_active {
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
color: #FFF;
margin-right: 1px;
background-color: #09F;
}

.end {
}
 @media screen and (max-width: 1200px) {
nav {
width: 60%;
}
nav ul li {
float: left;
color: #FFF;
font-size: 13px;
height: 32px;
width: auto;
text-align: center;
vertical-align: middle;
line-height: 32px;
font-weight: 700;
text-transform: capitalize;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-top: 0px;
margin-right: 1px;
margin-bottom: 0px;
margin-left: 1px;
padding-right: 7px;
padding-left: 7px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
}
 @media screen and (max-width: 980px) {
nav {
width: auto;
}
article .article_link img {
float: left;
width: 25%;
margin-right: 15px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
}
 @media screen and (max-width: 800px) {
#logo {
width: 250px;
float: left;
}	 
	 
nav {
display: none;
visibility: hidden;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}

article .article_link img {
float: left;
width: 50%;
margin-right: 15px;
}

.footnav {
text-align: center;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
}
 @media screen and (max-width: 400px) {
nav {
display: none;
visibility: hidden;
}
#logo {
width: 200px;
float: left;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}
.cover_text h1 {
font-size: 35px;
}
.cover_text h5 {
font-size: 15px;
}
.cover_text p {
font-size: 13px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px;
}
.cat_text{
display: none;	
	
}
article .share {
display: flex;
flex-wrap: wrap;
justify-content: center;
float: none;
height: auto;
width: 100%;
margin-bottom: 15px;
}
article .share a img {
height: 35px;
width: 35px;
padding: 2px;
}
article .article_link img {
float: left;
width: 100%;
margin-right: 15px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}
.button_cart_add {
padding-right: 14px;
padding-left: 14px;
}

.button_cart {
padding-right: 10px;
padding-left: 10px;
}
.total .totalbtn{
display: block;
float: none;
width: 200px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}
}
 @media screen and (max-width: 350px) {
nav {
display: none;
visibility: hidden;
}
#logo {
width: 100%;
float: left;
}
#signup {
padding-right: 7px;
padding-left: 7px;
}
.cover_text {
color: #FFF;
text-align: left;
padding: 10px;
margin-top: 15px;
margin-bottom:15px;
}
.cover_text h1 {
font-size: 35px;
}
.cover_text h5 {
font-size: 15px;
}
.cover_text p {
font-size: 13px;
line-height: 24px;
margin-bottom: 10px;
padding: 6px;
}
.cat_text{
display: none;	
	
}
article h1 {
font-size: 2.5em;
font-weight: 700;
color: #333;
line-height: 1.1em;
text-transform: none;
padding: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
article .article_link img {
float: left;
width: 100%;
margin-right: 15px;
}
.few100 {
width: 100%;
}
.few50 {
width: 100%;
}

.button_cart_add {
display: block;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 7px;
margin-left: 15px;
width: 200px;
}

.button_cart {
display: block;
margin-top: 7px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 15px;
width: 180px;
}
.total .totalbtn{
display: block;
float: none;
width: 200px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}

}
