@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #5a5d68;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
img {
	border: none;
	padding: 0;
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;	
}
a:hover {
	color: #900;
}
a:focus {
	outline:none;
}
.clear {
	content: ""; clear: both; display: block;
}
.senka {
	width: 100%;
	height: 95%;
	box-shadow: 0px 1px 2px #ccc;
	background: #ddd;
}
.senka1 {
	width: 100%;
	height: 95%;
	box-shadow: 0px 1px 2px #ccc;
	background: #06c;
}
.h4 {
	position:relative;
	width:100%;
	height:72px;
	margin:0;
	background:#00a4e4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00a4e4, #00aaa6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #00a4e4, #00aaa6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #00a4e4, #00aaa6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #00a4e4, #00aaa6); /* Standard syntax */
}
.h4 h4 {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:18px 0 0 0;
	font-size:30px;
	font-weight:normal;
	color:#fff;
}


#carusel {
	position: relative;
	width: 1280px;
	height: 672px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#carusel ul {
	position: relative;
	left: -1280px;
	list-style-type: none;
	width: 9999px;
	height: 672px;
	margin: 0;
	padding: 0;
}
#carusel ul li {
	float: left;
	width: 1280px;
	height: 280px;
	padding: 0;
	margin: 0;
	overflow: hidden;
} 
#carusel .lof-previous {
	position:absolute;
	display:block;
	top:330px;
	left:0;
	width:40px;
	height:60px;
	background: #888 url("../slike/slider-left-arrow.png") no-repeat center center;
	text-indent:9999px;
	overflow:hidden;
	z-index:100;
	opacity: 0;
	-moz-opacity: 0;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#carusel .lof-next {
	position:absolute;
	display:block;
	top:330px;
	right:0;
	width:40px;
	height:60px;
	background: #888 url("../slike/slider-right-arrow.png") no-repeat center center;
	text-indent:9999px;
	overflow:hidden;
	z-index:100;
	opacity: 0;
	-moz-opacity: 0;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#carusel:hover > .lof {
	opacity: 1;
	-moz-opacity: 1;
}
#carusel .lof:hover {
	background-color: #00a4e4;
}
#carusel h2 {
	position:relative;
	width:100%;
	height:54px;
	margin:0;
	padding:18px 0 0 40px;
	font-size:30px;
	font-weight:normal;
	color:#fff;
	background:#00a4e4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00a4e4, #00aaa6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #00a4e4, #00aaa6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #00a4e4, #00aaa6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #00a4e4, #00aaa6); /* Standard syntax */
}


/*  HOME  */
header {
	position:relative;
	width:100%;
	height:72px;
	background:#84a5d2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#84a5d2, #9bb5d8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#84a5d2, #9bb5d8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#84a5d2, #9bb5d8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#84a5d2, #9bb5d8); /* Standard syntax */
}
header .sadrzaj {
	position:relative;
	width:980px;
	height:72px;
	margin:0 auto;
}
header #logo {
	float:left;
	height:72px;
}
header #logo a img {
	height:72px;
}
header nav {
	float:right;
	height:72px;
}
header nav ul li {
	position:relative;
	float:left;
}
header nav ul li a {
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height: 72px;
	padding:20px;
}
header nav ul li a:hover {
	color:#fff;
}

article.onama {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	padding:70px 0;
	text-align:center;
}
article.onama p {
	position:relative;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:24px;
	text-align: left;
}
article.onama a {
	position:relative;
	top:50px;
	background:#00b5cc;
	color:#fff;
	padding:15px 50px;
	border-radius:4px;
}
article.onama a:hover {
	background:#8dc63f;
	transition: all 0.3s ease-out 0s;
}
article.onama a.none {
	top:0;
	background: none;
	padding: 0 4px;
	border-radius: none;
	color: blueviolet;
	font-weight: bold;
}
article.onama a.none:hover {
	color:#00b5cc;
}
article.onama h1 {
	position:relative;
	margin:0;
	text-align:left;
	color:#00b5cc;
	font-size:32px;
}
article.onama section {
	position:relative;
	float:left;
	clear:both;
	margin-top:20px;
}
article.onama img.onama {
	float:left;
	padding:3px;
	border:6px double #00b5cc;
}
article.onama aside {
	float:left;
	margin-left:40px;
	text-align:left;
	line-height:1.8em;
}
article.onama aside a {
	top:0;
	background:none;
	color:#000;
	padding:0 5px;
	border-radius:0;
}


article.onama2 {
	position:relative;
	top:50px;
	width:1280px;
	height:313px;
	background:#0285bb url("../slike/home/firma.jpg") no-repeat;
	background-size: 1280px 313px;
}
article.onama2 section {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
}
article.onama2 section div.text {
	float:right;
	width:50%;
	font-size:18px;
	color:#eee;
}
article.onama2 section div.text h1 {
	margin:20px 0 10px 0;
	font-size:40px;
	color:#fff;
}
article.onama2 section div.text ul {
	margin-left:20px;
}
article.onama2 section div.text ul li {
	list-style:disc;
}

article.onama3 {
	position:relative;
	top:50px;
	width:1280px;
	height:400px;
}
article.onama3 section {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
article.onama3 section h2 {
	margin:50px 0 20px 0;
	font-size:32px;
	color:#00b5cc;
}
article.onama3 section .polja {
	position:relative;
	width:25%;
	float:left;
	margin:30px 0 0 0;
	padding:0;
}
article.onama3 section .polja h3 {
	color:#000;
}

article.onama3 .forma {
	float:left;
	width:75%;
	text-align:left;
}
article.onama3 .forma code {
}
article.onama3 .forma code .confirm {
	margin:50px 0;
	padding-left:50px;
}
article.onama3 .forma input {
	float:left;
	width:200px;
	height:24px;
	margin-right:25px;
	margin-bottom:25px;
	padding:5px;
	background:#ebebeb;
	border:1px solid #ddd;
}
article.onama3 .forma textarea {
	width:674px;
	height:100px;
	margin-right:25px;
	margin-bottom:25px;
	padding:5px;
	background:#ebebeb;
	border:1px solid #ddd;
}
article.onama3 .forma input[type=submit] {
	height:38px;
	background:#00b5cc;
	color:#fff;
	padding:8px 50px;
	border-radius:4px;
}
article.onama3 .forma input[type=submit]:hover {
	cursor:pointer;
	background:#8dc63f;
	transition: all 0.3s ease-out 0s;
}

article.onama3 .info {
	float:left;
	width:20%;
	margin-left:5%;
}
article.onama3 .info h3 {
	margin:0;
	font-size:32px;
	color:#00b5cc;
}
article.onama3 .info h4 {
	margin:10px 0 0 0;
	font-size:20px;
}
article.onama3 .info p {
	margin:10px 0 0 0;
	font-size:16px;
	text-align:left;
	line-height:24px;
}
article.onama3 .info p a {
	text-decoration:underline;
}


/*  KONTAKT  */
#map_canvas {
	position:relative;
	width:100%;
	height:400px;
}
.gm-style-iw {
	color:#888;
}
.gm-style-iw h3 {
	margin:0 0 10px 0;
}
.gm-style-iw a {
	text-decoration:underline;
}

