/*Resetiranje*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, em, font,
 img,  small, strong, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Tahoma, Geneva, sans-serif;
}

*{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
@font-face
{
font-family: kreda;
src: url(font/chalkdustextended.ttf);
}
@font-face
{
font-family: font;
src: url(font/Advert-Regular.ttf);
}
/*kraj resetiranja*/
body{
	background-image: url(../slike/pozadina/pozadina3.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 { font-size: 24px;}
h2 { font-size: 18px; padding-bottom: 15px;}
#stranica{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 960px;
	height: auto;
}
#ploca{
	height: 210px;
	width: 960px;
	background-image: url(../slike/header/header.png);
}
header{
  top: 20px;
  width: 960px;
  height: 210px;
  background-image: url("../slike/header/header.png");
  border-radius: 20px;
}
nav{
	width: 487px;
	height: 50px;
	float: right;
	margin-top:160px;
	margin-left: 473px;
background: rgb(226,226,226);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(209,209,209,1) 65%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(39%,rgba(219,219,219,1)), color-stop(65%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
nav #menu_gore{
	margin-top: 9px;
	text-align: center;
	list-style: none;
}
nav #menu_gore li{
	display: inline-block;
	margin-left: 8px;
	margin-right: 10px;
}
nav #menu_gore li a{
	text-decoration: none;
	font-family: font;
	color: rgba(0,0,0,0.5);
	font-size: 22px;
	font-weight: bolder;
}
nav #menu_gore li a:hover{
	text-decoration: none;
	color: black;
}
#abecedno{
	margin: 0 auto;
	margin-top: 10px;
	width: 930px;
	height: 30px;
}
#abecedno ul{
	list-style: none;
}
#abecedno ul a li{
   display: inline-block;
   width: 25px;
   height: 20px;
   text-align: center;
   padding-top: 5px;
   font-size: 12px;
   font-weight: bold;
   color: black;
   border-radius: 5px;
background: rgb(226,226,226);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(209,209,209,1) 65%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(39%,rgba(219,219,219,1)), color-stop(65%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 39%,rgba(209,209,209,1) 65%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}
#abecedno ul a li:hover{
   display: inline-block;
   width: 25px;
   height: 20px;
   text-align: center;
   padding-top: 5px;
   font-weight: bold;
   color: black;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border-radius: 10px;
}
#oglas_1_2{
	margin: 0 auto;
	margin-top: 5px;
	width: 600px;
	height: 15px;
    overflow: hidden;
    text-align: center;
}
#oglas_1{
	margin: 0 auto;
	margin-top: 5px;
	width: 728px;
	height: 15px;
}
#sadrzaj{
	margin-top: 10px;
	width: 960px;
	height: auto;
	padding-top: 20px;
	border-radius: 10px;
	/*background-color: rgba(227,227,227,1);*/
	background-color: white;
	padding-bottom: 20px;
}
#lijevo{
	width: 250px;
	height: auto;
    -moz-box-shadow:    3px 5px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 3px 5px 6px rgba(0,0,0,0.5);
  	box-shadow:         3px 5px 6px rgba(0,0,0,0.5);
  	float: left;
  	padding-left: 10px;
  	padding-right: 10px;
}
#sredina{
	margin-left: 40px;
	width: 600px;
	float: left;
}
.opis{
	background-color: white;
	height: 30px;
}
.opis td{
	padding-left: 10px;
}
td{
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.naziv_autor:hover{
background: black;
	cursor: pointer;
	color: white;
}
.slovo{
	padding-left: 40px;
	color: black;
	font-weight: bold;
}
.broj{
	padding-left: 40px;
	color: black;
	font-weight: bold;
	font-size: 4px;
}
.bordered {
	border-spacing: 0;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 1px #CCCCCC;
}
.bordered tr td a{
	text-decoration: none;
	color: black;
}
footer{
	margin-top: 30px;
	width: 960px;
	height: 40px;
	background-color: black;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 25px;
	border-radius: 10px;
}
#povratak_gore{
	right:20px;
	bottom: 80px;
	position: fixed;
}
.h4{
	font-style: italic;
}
p{
	padding-left: 20px;
	font-family: "Ubuntu";
}
#oglas_24{
	width: 300px;
	height: 250px;
	float: right;
}
ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;	
}

.rounded-list a:hover{
	background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);	
}

.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}
.rectangle-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;	
}

.rectangle-list a:hover{
	background: #eee;
}	

.rectangle-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.rectangle-list a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;				
}

.rectangle-list a:hover:after{
	left: -.5em;
	border-left-color: #fa8072;				
}	
#kontakt{
	padding-top: 20px;
	padding-bottom: 30px;
}
.kontakt_h1{
	color: #030c3d;
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
}
#kontakt_info{
	padding-bottom: 50px;
	color: #222953;

}
.kontakt_info_slika{
	padding-left: 50px;
	float: left;
}
#kontakt_forma{
	margin: 0 auto;
	background-color: black;
	width: 450px;
	border-radius: 20px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#kontakt_forma_center{
	text-align: center;
}
.kontakt_submit{
	margin-top: 15px;
	color: #fff;
	border: none;
	background: url('../slike/submit.png');
	width: 111px;
	height: 48px;
}
#contactform {
 	margin: 0 auto;
    width: 500px;
    padding: 20px;
    background: transparent;
    overflow:auto;
 
    /* Border style */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
 
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
 
}
label {
    font-family: Arial, Verdana;
    text-shadow: 2px 2px 2px #ccc;
    display: block;
    float: left;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 120px;
    line-height: 25px;
    font-size: 15px;
    }
.input{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
    background-color: transparent;
    border-radius: 10px;
    }
   .hint{
    display:none;
    }
.field:hover .hint {
    position: absolute;
    display: block;
    margin: -30px 0 0 455px;
    color: #FFFFFF;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    }
.button{
    float: right;
    margin:10px 55px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
    /* Background gradient */
    background: #a5b8da;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 
    }
#email_izvjestaj{
	width: 400px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
	color:black;
	font-weight: bold;
	padding-top: 20px;
    -moz-box-shadow: 2px 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px 2px #cccccc;
}
#oglas_lijevo{
	margin: 0 auto;
	height: 600px;
	width: 160px;
}
#obavijest{
	text-align: center;
	width: 920px;
	height: 20px;
	margin:0 auto;
	margin-top: 5px;
	color: black;
	font-weight: bold;
	margin-bottom: -10px;
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid black;


}
#linkovi{
	text-align: center;
}
#linkovi a{
	text-decoration: none;
	color: #1D1B1C;
}
/*-------------------------------------------------------------------------------------------------*/
.oglas_res { width: 100%; height: auto; display: none; }

.cookieLaw { position: fixed; bottom: 0; left: 0; width: calc(100% - 60px); padding: 10px 30px; background-color: rgba(0,0,0,0.7); color: #fff; }
.cookieLaw a { color: #fff; }
.cookieLaw .cookieText { float: left; width: 90%; }
.cookieLaw #cookie_link { padding: 10px; float: left; background-color: #fff; color: #000; text-decoration: none;}