*{
	margin: 0;
	padding: 0;
        box-sizing: border-box;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
 }
ul {
    list-style: none;
}

ul.podkategorije li a {
   text-decoration: none;
   color: #116799;  
}

ul.podkategorije li a:hover {
   background: #f7f3cd;
   color: #122b84;  
}
body {
    font-family: Times,Helvetica,Arial,sans-serif;
    line-height:1.42857143;
    color:#333;
    background-color:#fff;
}
/*fontovi*/
h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 0;
        text-transform: uppercase;
        margin-bottom: 10px;
}

h1 {
    font-family: Times, serif;    
    color: #003399;
    font-size: 20px;
    line-height: 26px;
}

h2 {
    font-family: sans-serif, palatino, Verdana, sans-serif;
    color: #023e7d;
    font-size: 18px;
    line-height: 24px;
}

h3 {
    font-family:  sans-serif, palatino, Verdana, cursive ;
    color: #130fe3; 
    font-size: 16px;
    line-height: 22px;
}
h4{
    font-family: Times, sans-serif, Verdana, Helvetica, Arial ;
    color: #001382;
    font-size: 15px;
    line-height: 20px;
}
h5{
    font-family: sans-serif, Arial, Verdana, Helvetica;
    color: #1b0c88;
    font-size: 14px;
    line-height: 18px;
}
p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
        margin-bottom: 15px;
        
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}


h1.usluge {
	padding-bottom: 15px;
	text-shadow: 1px 1px 5px #888888;
}

h1.h2pocetna {
     text-shadow: 1px 1px 5px #888888;
}

a:link {
     text-decoration: inherit;
}
a:hover {
    text-decoration: none;
   
}
a:visited {
    color: #149a7c;
}
a.produkt-link { /*pitanja i odgovori */
    color: #31A6FF; 
    background-color: white;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    padding: 2px 8px;
    border: 1px solid #223344;
    border-radius: 5px;
        
}
a.produkt-link:hover {
   background-color: #86c4d8;
   color: #fff;
}


.prvo-slovo::first-letter {

		font-size: 200%;
		font-weight: bold;
		float: left;
		color: #ff0000;

}
.prvo-slovo-2::first-letter {

		font-size: 200%;
		font-weight: bold;
		float: left;
                color: #6603ff;

}
.prvo-slovo-3::first-letter {

		font-size: 200%;
		font-weight: bold;
		float: left;
                color: #070389;

}

img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

img.kategorija {
	max-height: 150px;
	float: left;
	margin: 10px 15px 5px 5px;
}
img.produkt {
	max-height: 200px;
	float: left;
	margin: 10px 15px 5px 0px;
}

img.slika_kategorije {
	max-width: 45%;
	float: left;
	margin: 10px 15px 5px 5px;
}

img.gif-animacija {
	float: left;
	margin: 5px 10px 5px 0px;
}
img.produkt:hover, img.kategorija:hover,
img.pocetna:hover {
	 transform: scale(1.05, 1.05);
  /* -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);*/

}

#desno { /*o nama img*/
        display: block;
        float: right;
        width: auto;
        max-height: 150px;
	margin: 10px 5px 5px 10px;
}
#centar { /*o nama img*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 250px;
    
}
#kontakt  {
    width: 100%;
    position: relative;
    
    }
    
#kontakt p{
    text-align: left;
    color: #1a0e6e;
    font-size: 1.3vw;
    font-family: 'lobster', cursive;
    }

#kontakt_1 {/* slika desno u kontakt formi*/
    position: relative;
    float: right;
    width: auto;
    height: auto;
    margin-right: 10px;
}
a#vrati_gore { /*link na pčelarskim pitanjima*/
    color: #c9000d;
    background: #c4c5c6;
}
a#vrati_gore:hover {
    text-decoration: none;
    color: #c9000d;
}
/*Kontakt forma*/
input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
   /* -webkit-border-radius: 5px;*/
    border-radius: 5px;
}

input[type=text]:focus {
    border-color:#333;
}

input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
   /* -webkit-border-radius: 5px;*/
    border-radius: 5px; 
}

img.smjesko {
	padding: 10px 0px 2px 10px;
}

img, img.kategorija, img.produkt, img.slika_kategorije {
   box-shadow: 0px 3px 3px 0px #888888;
}
img.produkt-2 {
   box-shadow: 0px 6px 9px 0px #888888;
   width: 250px;
   max-width: 250px;
   margin: 10px 15px 5px 0px;
}

img.produkt-3 {
   box-shadow: 0px 10px 13px 0px #888888;
   max-width: 150px;
   margin: 10px 15px 5px 0px;
   padding: 15px;
}
img.produkt-4 {
   float: none;
   box-shadow: 0px 10px 13px 0px #888888;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 15px;
}
img.produkt-5 {
       display: block;
   /*  clear: both;
        position: relative;*/
        float: left;
        height: 200px;
      	margin: 10px 15px 10px 5px;
}
img.produkt-6 {
        display: block;
        float: left;
        height: 100px;
      	margin: 10px 15px 10px 5px;
}
/*galery glavna*/
div.galery {
	float: left;
	display: block;
	margin: 5px;
	vertical-align: bottom;
	overflow: hidden;
}
	/* galery*/
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
    margin-bottom: 5px;
    vertical-align: bottom;
    overflow: hidden;

}
div.desc {
    padding: 15px 5px 10px 5px;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 10px;
    vertical-align: bottom;
    overflow: auto;

}
/* end gallery*/
#logo {
   display: flex;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
}
#naslov {
	display: none;
}
a.vise_o_tome:hover {
	background: #a8b1ed;
	transition: color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
  color: inherit;
}
a.vise_o_tome{
	border-radius: 4px;
        background: #ceeeea;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #903;
	width: 160px;
	height: 30px;
	border: 1px solid #116799;

}
#link-napred, #link-nazad {
    text-decoration: none;
    background: #83eaff;
    color: #130fe3;
    font-size: 1.2em;
}
#link-napred:hover, #link-nazad:hover {
    background: #010fba;
    color: white; 
}
/* Section Inner */
div.section-inner-1 {
      display: block;
      width: auto;
      height: auto;
      margin: 0 auto;
}

div.section-inner {
	max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
}
div.section-inner-2 {
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
}

/* Body Content */
div.body-content {
	padding: 15px 0 5px 0;
	background-color: #FFF;
}

/* Thirds */
div.thirds {
	padding-bottom: 5px;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 5%;
}

div.one-third-last {
	margin: 0;
}
div.one-third > h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.one-third > p {
	text-align: justify;
}

div.one-third > ul {
	list-style: none;
}
div.one-third > ul > li {
	margin: 3px auto;
	background-color: #f8f8f8;
}
div.one-third > ul > li > a {
	text-decoration: none;
}
div.one-third > ul > li > a:hover {
	font-size: 17px;
	color: #10045e;
}
div.one-third-1 {
	width: 100%;
	margin: 0;
}
div.one-third-1 > h1 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.one-third-1 > h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.one-third-1 > p {
	text-align: justify;
}

div.one-third-1 > ul {
	list-style: none;
}
div.one-third-1 > ul > li {
	margin: 3px auto;
	background-color: #f8f8f8;
}
div.one-third-1 > ul > li > a {
	text-decoration: none;
}
div.one-third-1 > ul > li > a:hover {
	font-size: 17px;
	color: #10045e;
}
/* Main Column */

div.main {   
	width: 65%;
	float: left;
	margin-right: 5%;
}
div.main > img {
    max-width: 350px;
    height:  auto;
    float: left;
    margin-top: 5px;
}
div.main > p {
	
	padding:10px;
}

div.main.mobile-collapse > p {
	text-align: justify;
}
div.section-inner > #jedan-red {
	width: 100%;
/*	padding-bottom: 20px;*/

}
div.section-inner > #jedan-red > h2{
	padding: 10px;
}
div.section-inner > #jedan-red > p {
	text-align: justify;
	line-height: 1.5em;
}
/**druga sekcija**/

/*Kraj druge sekcije */

hr {
	border: 1px solid #3e3e3e;
	margin-top: 10px;
	margin-bottom: 10px;

}

/* Side Column */
div.side {
	width: 30%;
	float: left;
}

/* Info Box */
div.info-box-a {
	background-color: #9bdaef;
	padding: 20px;
}

div.info-box-b {
	background-color: #efdb7f;
	padding: 20px;
}

div.info-box-a, div.info-box-b {
	text-align: justify;
	line-height: 1.5em;
	font-size: 13px;
	margin: 0 0 15px 0;
}
div.info-box-a > h4, div.info-box-b > h4  {
 text-align: left;
 padding-bottom: 10px;
}
/* Footer */

div.footer, div.section-inner-f {
        clear: both;
        position: relative;
        bottom: 0px;
        width: 100%;
        background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0 5px 0;
	text-align: center;
	margin-top: auto;
	}

#prazan-div {
    clear: both;
    width: 100%;
    background-color: #8fffff;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 10px;
}
/*Prodaja pčela */
div.section-inner > div#prodaja_pcela_na_vagu {
    float: left;
    display: inline-block;
    max-width: 30%;
    background-color: yellow;
    border: 2px solid #000;
}

@media screen and (min-width: 900px) and (max-width: 1066px) {
   
#kontakt  {
    position: absolute;
    display: block;
    width: 100%;

}
#kontakt p {
    font-size: 16px;
    line-height: 2em;
    font-family: 'lobster', cursive;
    width: 100%;
}
#kontakt_1 {/* slika desno u kontakt formi*/
    position:relative; 
    width: 550px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
 } 
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/*.clearfix { *zoom: 1; }*/