@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 12px;
}
.kontakt_obrazac_text {
	text-align: right;
	float: left;
	height: auto;
	width: 400px;
	padding: 15px;
}
.kontakt_obrazac_polja {
	text-align: left;
	float: left;
	height: auto;
	width: 320px;
	padding: 15px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #333333;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #333333;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.animacija {
	background-color: #F4F3EC;
	box-shadow: 0 6px 6px -4px #999;
	-moz-box-shadow: 0 6px 6px -4px #999;
	-webkit-box-shadow: 0 6px 6px -4px #999;
	margin-bottom: 5px;
	float: left;
	height: 300px;
	width: 950px;
	border-radius: 4px;
	border: 0px solid #CCCCCC;
	margin-left:5px;
	overflow:hidden;
}

.parola {
	font-family: 'Droid Sans', sans-serif;
	background-color: #F4F3EC;
	box-shadow: 0 6px 6px -4px #999;
	-moz-box-shadow: 0 6px 6px -4px #999;
	-webkit-box-shadow: 0 6px 6px -4px #999;
	margin-bottom: 5px;
	float: left;
	height: auto;
	width: 950px;
	border-radius: 4px;
	border: 0px solid #CCCCCC;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: small-caps;
	color: #333;
	text-align: center;
}

.parola h1{
	font-size:26px;
	font-weight:400;
	margin-bottom:5px;
}
.parola_index {
	font-family: 'Droid Sans', sans-serif;
	background-color: #F4F3EC;
	box-shadow: 0 6px 6px -4px #999;
	-moz-box-shadow: 0 6px 6px -4px #999;
	-webkit-box-shadow: 0 6px 6px -4px #999;
	margin-bottom: 20px;
	float: left;
	height: auto;
	width: 940px;
	border-radius: 4px;
	border: 0px solid #10A9EB;
	overflow: hidden;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	color: #333;
	text-align: left;
	padding: 5px;
}
.sadrzaj {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	margin-bottom: 5px;
	float: left;
	height: auto;
	width: 950px;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
}
.index_usluge_text {
	float: left;
	height: auto;
	width: 950px;
}
.index_usluge_text .box {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	float: left;
	height: auto;
	width: 230px;
	margin-right: 10px;
	color: #333;
	padding-bottom: 10px;
	text-align: left;
}
.index_usluge_text .box_r {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	float: left;
	height: auto;
	width: 230px;
	color: #333;
	padding-bottom: 10px;
	text-align: left;
}

.index_usluge_text .box .vise {
	font-style: italic;
	color: #3FD5EC;
	text-align: right;
	margin-right: 20px;
}
.index_usluge_text .box_r .vise {
	font-style: italic;
	color: #3FD5EC;
	text-align: right;
	margin-right: 20px;
}


.index_usluge_text .box h1{
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	font-variant: small-caps;
	color: #10B6EC;
	text-align: center;
}
.index_usluge_text .box_r h1 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	font-variant: small-caps;
	color: #10B6EC;
	text-align: center;
}


.sadrzaj_photo {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	margin-bottom: 5px;
	float: left;
	height: 250px;
	width: 950px;
	margin-left: 0px;
	margin-top: 5px;
	overflow: hidden;
}

.sadrzaj_naslov {
	font-family: 'Droid Sans', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	font-variant: small-caps;
	float: left;
	height: auto;
	width: 950px;
	overflow: hidden;
	text-align: center;
	text-transform: none;
	margin-bottom: 5px;
}

.sadrzaj h1{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 6px;
}
.sadrzaj h2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 6px;
	text-align: center;
}
.sadrzaj h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 6px;
	font-style: italic;
	line-height: 25px;
	color: #333333;
	text-align: left;
}


.sadrzaj p{
	font-size:14px;
}
.simultano_text {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 950px;
	padding: 0px;
}
.simultano_text h3{
	font-family: 'Droid Sans', sans-serif;
	font-size:24px;
}
.sadrzaj a{
	color: #10A9EB;
}
.sadrzaj_kruzici{
	clear: both;
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-top: 3px;
	margin-left: 10px;
}
.animacija_text {
	font-family: 'Droid Sans', sans-serif;
	float: left;
	height: 280px;
	width: 250px;
	background-color: #EAE8D9;
	font-size: 14px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.animacija_logo     {
	float: right;
	width: 200px;
	clear: both;
}

.animacija_text h1{
	font-family: 'Droid Sans', sans-serif;
	font-size: 26px;
	font-weight: 400;
	}
.animacija_text p{
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background-color: #F4F3EC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: auto;
	width: 960px;
	float: left;
	margin-top: 20px;
}
.logo {
	float: left;
	height: 74px;
	width: 400px;
}
.jezici {
	float: right;
	width: 100px;
	height: 40px;
	margin-right: 20px;
	margin-top:20px;
}
.izbornik {
	float: right;
	clear: both;
	height: 25px;
	width: 960px;
	font-size: 12px;
	margin-top: 25px;
	font-variant: small-caps;
	text-align: center;
}
.index_usluge {
	background-color: #F4F3EC;
	float: left;
	height: 277px;
	width: 950px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 10px;
}
.index_usluge_box_white {
	width: 230px;
	height: 265px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 4px;
	border: 0px solid #999;
	box-shadow: 0 6px 6px -4px #999;
	-moz-box-shadow: 0 6px 6px -4px #999;
	-webkit-box-shadow: 0 6px 6px -4px #999;
	float: left;
	background-color: #EAE8D9;
}
.index_usluge_box_white_r {
	width: 230px;
	height: 265px;
	margin-bottom: 6px;
	margin-top: 6px;
	border-radius: 4px;
	border: 0px solid #999;
	box-shadow: 0 6px 6px -4px #999;
	-moz-box-shadow: 0 6px 6px -4px #999;
	-webkit-box-shadow: 0 6px 6px -4px #999;
	float: left;
	background-color: #EAE8D9;
}
.index_usluge_fotka_dole{
	width: 220px;
	height: 170px;
	margin: 5px;
	float: left;
	background-color: #FFF;
	margin-top:0px;
}
.container .content .index_usluge .index_usluge_box_white .text_gore {
	font-size: 12px;
	float: left;
	height: 80px;
	width: 220px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.container .content .index_usluge .index_usluge_box_white .text_gore h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: 400;
}
.container .content .index_usluge .index_usluge_box_white .text_gore h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: 400;
}

.container .content .index_usluge .index_usluge_box_white .text_dole {
	font-size: 12px;
	float: left;
	height: 80px;
	width: 220px;
	text-align: center;
	line-height: normal;
	margin: 5px;
	clear: both;
}
.container .content .index_usluge .index_usluge_box_white .text_dole h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: 400;
}
.index_usluge_fotka_gore{
	width: 220px;
	height: 170px;
	float: left;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.container .content .index_usluge .index_usluge_box_white_r .text_dole {
	font-size: 12px;
	float: left;
	height: 80px;
	width: 220px;
	text-align: center;
	line-height: normal;
	margin: 5px;
	clear: both;
}
.container .content .index_usluge .index_usluge_box_white_r .text_dole h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: 400;
}
.index_usluge_fotka_gore{
	width: 220px;
	height: 170px;
	float: left;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	background-color: #F4F3EC;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin:0px;
}

/* ~~ The footer ~~ */
.footer {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 0;
	background-color: #fff;
	font-size: 11px;
	text-align: center;
}
.footer h3{
	font-size: 12px;
	font-weight: 400;
	margin-top: 10px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.noscript {
	border: 4px solid #F00;
	background-color: #E8E8E8;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: normal;
}
.noscript a {
	font-weight: bold;
	color: #01689A;
	text-decoration: underline;
}
.ars_text {
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 950px;
}
.antispam { display:none;}
