/*****************************************************************
Basic Style Sheet
version: 1.0
author: EBIT IT
email: info@ebit.hr
website: http://www.ebit.hr/
*****************************************************************/

@charset "utf-8"; 

/* reset the elements */
@import url("reset.css") all;

/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url("../img/background-repeat.png") repeat-x scroll center top, url("../img/body-bg.png") repeat scroll center top transparent;
	margin: 0;
	padding: 0;
}
div, span, p, tr, th, td, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	font-size: 14px;
	color: #646464;
	text-decoration: none;
}
h1	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	display: block;
	padding: 0;
}
h6	{
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	color: #292176;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
a { 
	font-size: 14px;
	color: #292176;
	text-decoration: none;
}
a:hover { 
	color: #292176;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend { 
	color: #494949;
	font-size: 16px;
	font-weight: lighter;
	padding: 0 5px;
}
input {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
	color: #303030;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}
select {
	font-size: 13px !important;
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	padding: 3px 3px;
	outline: none !important;
	color: #303030;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
	color: #303030;
}
textarea {
	font-size: 13px !important;
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
	color: #303030;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
	color: #303030;
}

/*--------------------Wrapper--------------------*/

.Wrapper {
	width: 980px;
	margin: 0 auto;
}

.Wrapper a, img {
	outline: none !important;
}

.Wrapper a:hover, a:visited, a:active {
	outline: none !important;
}

.Wrapper em, strong {
	font-style: italic !important;
	/*font-weight: bold !important;*/
}

/*--------------------Header--------------------*/

header {
	width: 940px;
	height: 132px;
	margin: 0 auto;
	padding: 15px 0;
}

h1 a.Logo {
	width: 172px;
	height: 132px;
	background: url("../img/logo.png") no-repeat 0 0;
	cursor: pointer;
	text-indent: -500em;
	letter-spacing: -500em;
	padding: 0;
	float: left;
}

aside.header_right {
	width: 768px;
	float: right;
	padding: 20px 0;
}

aside.header_right span {
	font-size: 27px;
	color: #fff500;
	font-family: Open Sans, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
}

.languagebox {
	width: 120px;
	float: right;
	 margin: 39px 0 0;
}

.languagebox label {
	color: #9d99cd;
	font-size: 13px;
}

.languagebox img {
	margin: -1px 5px 0 5px;
    vertical-align: middle;
}


/*--------------------Navigation--------------------*/

nav {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}

nav ul {	
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	padding: 20px 10px 20px 0;
}

nav ul li a {
	font-family: Open Sans Semibold, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
   font-size: 11px;
   color: #646464;
   text-decoration: none;
}

nav ul li a:hover, nav ul li a.Selected {
	font-family: Open Sans Semibold, Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
   font-size: 11px;
   color: #292176;
   text-decoration: none;
}

article.main_container {
	width: 940px;
	margin: 0 auto 30px;
	display: table;
}

.main_left {
	width: 640px;
	float: left;
	margin: 0 30px 0 0;
}

.main_right {
	width: 270px;
	float: right;
}

.slider_camera {
	width: 638px;
	height: 338px;
	border: 1px solid #fff;
	box-shadow: 0 0 10px #aaa;
	margin: 0 0 25px 0;
}

.imgLoaded {
	margin-top: 0 !important;
}

.camera_wrap {
	height: 338px !important;
}

.news_content {
	width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #c4c4c4;
	padding: 9px 14px 14px 14px;
	margin: 0 0 15px 0;
}

.news_content h2 {
	font-size: 20px;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

.news_content h3, .news_content h3 a, .news_content h3 a:hover {
	font-size: 17px;
	color: #353535;
	font-family: Arial, Tahoma, Helvetica, Verdana, Times New Roman, Calibri, sans-serif;
	margin: 0 0 5px;
}

.news_content p {
	font-size: 13px;
	color: #7f7f7f;
	/*border-bottom: 1px solid #d4d4d4;*/
	padding: 0;
	margin: 10px 0;
	line-height: 18px;
	overflow: hidden;
	height: 72px;
}

.news_content a, .news_content a:hover {
	font-size: 13px;
}

.more_button {
	display: block;
	margin-bottom: 25px;
}

.main_left h2 {
	font-size: 24px;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.opsirnije_gumb {
	background: url("../img/opsirnije-gumb.png") no-repeat 0 0;
	padding: 6px 16px 6px 8px;
	font-size: 12px;
	color: #444444;
}
.opsirnije_gumb2 {
	background: url("../img/opsirnije-gumb2.png") no-repeat 0 0;
	padding: 6px 35px 6px 8px;
	font-size: 12px;
	color: #444444;
}
.opsirnije_gumb3 {
	background: url("../img/opsirnije-gumb3.png") no-repeat 0 0;
	padding: 6px 15px 6px 35px;
	font-size: 12px;
	color: #444444;
}
.main_left h3 {
	font-size: 20px;
	color: #353535;
	border-top: 1px solid #c4c4c4;
	padding: 10px 0 0;
	margin: 30px 0 5px;
}

.partners_content {
	width: 240px;
	background-color: #f2f2f2;
	border: 1px solid #c4c4c4;
	padding: 9px 14px 14px 14px;
}

.partners_content h2 {
	font-size: 20px;
	color: #353535;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

.SliderContent {
	width: 238px;
	height: 158px;
	border: 1px solid #d4d4d4;
	
	position: relative;
	z-index: 500;
}

#prevBtn {
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
	top: 64px !important;
}

#nextBtn {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	top: 64px !important;
}

footer {
	width: 100%;
	background-color: #f2f2f2;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.footer_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	display: table;
}

.footer_content p {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 14px;
	color: #7d7d7d; 
}

.footer_content p a, .footer_content p a:hover {
	font-size: 14px;
	color: #292176; 
}

.footer_content p img {
	float: left;
	margin: 0 10px 0 0;
}

h3.novosti, h3.novosti a, h3.novosti a:hover {
 border: medium none;
    color: #353535;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.main_left span {
	margin: 0 0 5px;
	display: inline-block;
}

.novosti_content {
	width: 640px;
	margin: 0 0 30px;
	display: table;
}

.novosti_content ul {
	padding: 0 0 0 15px;
}

.novosti_content a img{
	margin: 0 10px 5px 0;
}
.news_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_content ul li {
	display: block;
	padding: 12px 0px;
	border-bottom: 1px solid #d4d4d4;
}

.news_content ul li a {
	font-size: 14px;
	color: #505050;
	text-decoration: none;
}

.news_content ul li a:hover, .news_content ul li a.sel {
	font-size: 14px;
	color: #292176;
}

article.main_container_full {
	width: 940px;
	margin: 0 auto 30px;
	display: table;
}

article.main_container_full h2 {
	font-size: 24px;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.kontakt_podaci {
/*-moz-column-width: 25em;
-webkit-column-width: 25em;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;*/
}

.left_kontakt {
	width: 455px;
	float: left;
	margin: 15px 30px 0 0;
}

.right_kontakt {
	width: 455px;
	float: right;
	margin: 15px 0 0;
}

.karta {
	border: 1px solid #c4c4c4;
}

.Dokumenti{
	margin: 10px 0 20px;
}

.Dokumenti img {
	padding: 5px 0 0;
	margin:  0 5px -3px 0;
}

.galerija a img {
	margin: 5px;
}

.side_img {
	/*float: left;*/
	float: none;
	display: table;
}

.side_img a img {
	max-width: 240px;
	height: auto;
	margin: 5px 10px 0 0 ;
}

.clear {
	clear: both;
}

.novosti_content img {
	float: left;
	margin: 0 15px 15px 0 ;
}

.novosti_content a.opsirnije_gumb, .novosti_content a.opsirnije_gumb2 {
	display: block;
	clear: both;
}

.novosti_content a.opsirnije_gumb, .novosti_content a.opsirnije_gumb3 {
	display: block;
	clear: both;
	float:right;
}






