@charset "utf-8";
/* CSS Document */

html {
	background-image:url(../images/map_black.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color:#000000;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin:0.3em 0 0.5em;
}

h1 {font-size: 32px;}
h2 {font-size: 20px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

img {
	vertical-align: bottom;
}

.opcija a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
.opcija a:hover {
	color: #924D00;
	text-decoration: underline;
}
.opcija a:active {
	color: #777777;
}


#wrapper {
	width:960px;
	background-color:#FFFFFF;
	padding: 15px;
	margin:30px auto;
	border-radius: 7px;
}
#header {
	background-color: #175785;
	overflow: hidden;
	margin-bottom:15px;
	color:#FFF;
	padding: 10px;
	border-radius: 23px;
}
#gif {
	border-radius: 20px;
}
#nav {
	background-color: #363636;
	height:40px;
	margin-bottom: 15px;
	border-radius: 7px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	position: relative;
}
#nav ul li ul {
	background-color: rgba(54,54,54,0.9);
	position: absolute;
	top:40px;
	left: 0;
	width:200px;
	display: none; /* u startu sakriveno */
}
#nav ul li:hover > ul {
	display: block;
	border-radius: 7px;
	/* kada se otvori padajuci */ 
}

#nav ul li ul li {
	float:none;
}

#nav ul li ul li ul {
	top:0;
	left: 140px;
}



#nav ul li a {
	display: block;
	padding: 10px;
	height: 20px;
}
#nav ul li a:link,
#nav ul li a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #175785;
	border-radius: 7px;
}
#nav ul li a:active {
	color: #000000;
	background-color: #888888;
}

#language {
	float: right;
	font-size: 27px;
	margin-right:10px;
}

#language p{
	float: right;
	font-size: 25px;
	margin-right:10px;
	margin-top: 0;
}

#language a:link,
#language a:visited {
	color: #AAAAAA;
}
#language a:hover {
	color: #FFFFFF;
}
#language a:active {
	color: #730507;
}

#language img {
	float: right;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 23px;
	margin: 0;
}


#main {
	float:left;
	width:700px;
	margin-right:20px;
	margin-bottom: 30px;
}

#main img {
	border-radius: 7px;
}

#rezervoar {
	float: right;
}

#main ul li p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#prvi_sonda {
	float: left;
	width: 500px;
}

#drugi_tank {
	float: left;
	width: 500px;
}

#treci_clear {
	clear: both;
}

#sonda {
	float: right;
}

#h2_gps {
	padding-top: 20px;
	padding-bottom: 10px;
}

#pocetna_p {
	padding-top: 20px;
}

.sema {
	text-align: center;
	margin: 30px;
	padding-top: 20px;
}

.sema2 {
	text-align: center;
}

.dodatak {
	text-align: center;
}

#sidebar {
	float:left;
	width:240px;
	margin-bottom: 30px;
}
#sidebar .block {
	margin-bottom: 15px;
}
#sidebar h2 {
	background-color: #BBBBBB;
	color:#FFFFFF;
	padding: 4px;
	border-radius: 7px;
}

#footer {
	background-color: #363636;
	height:27px;
	clear: both;
	color:#929292;
	text-align: center;
	padding: 5px;
	border-radius: 7px;
}
#footer p {
	margin:0;
}

/* kontakt stranica*/

#contactInfo {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
}

.contactP {
	font-weight: bold;
	background-color: #E6E6E6;
	border-radius: 5px;
	
}

.contactE {
	font-weight: bold;
	margin-bottom: 2px;
}

.contactRow {
	font-size: 1.1em;
	margin-top: 2px;
	margin-bottom: 2px;
}
.contactRow .fa {
	margin-right: 10px;
	opacity: 0.5;
}

#adress {
	margin-bottom: 9px;
}

#contactForm {
	float:left;
	width: 420px;
}

#contactForm input[type="text"] {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 5px 0;
}

#contactForm textarea {
	resize: none;
	width: 298px;
	height: 180px;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 5px 0;
}

#log img{
	display: block;
	margin: auto;
}

#part img{
	display: block;
	margin: auto;
	padding-top: 18px;
}

#tahog {
	border-radius: 7px;	
}

#tahogp {
	text-align: center;
	padding-top: 5px;
}

.lok {
	padding-top: 5px;
	text-align: center;
}

#gar {
	padding-top: 8px;
}

.opcija a {
	display: block;
	float: left;
	padding: 9px;
	border: 1px solid #ccc;
	margin: 5px 26px 26px 0;
	border-radius: 7px;
}
.opcija a:hover {
	background: #175785;
	text-decoration: none;
	color: #FFFFFF;
}

.dodatno {
	text-align: center;
}

.prazan {
	font-size: 5px;
	margin-top: 3px;
}

#doda {
	margin-left: 15px;
}

.mapp {
	border-radius: 7px;
}

.sert {
	margin: 1.5px;
	font-size: 14px;
	text-align: center;
}


.sert a:link {
	color: #0048bc;
	text-decoration: none;
}

.sert a:visited {
	color: #0048bc;
	text-decoration: none;
}

.sert a:hover {
	color: #a0acbf;
	text-decoration: underline;
}

.sert a:active {
	color: #777777;
}

#ser {
	margin-top: 5px;
}


