﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 15px;
	width: 980px;
	height: 520px;
	zoom: 1;
}

* {
	outline: none;
	border: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

.stranica {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 460px;
}

.navigacija, .navigacija ul {
	display: block;
	width: 100%;
	height: 60px;
}

.navigacija {
	position: relative;
	z-index: 2;
	background: #f75b1d ; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f75b1d  0%, #c53d06 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f75b1d ), color-stop(100%,#c53d06)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #f75b1d  0%,#c53d06 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #f75b1d  0%,#c53d06 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #f75b1d  0%,#c53d06 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #f75b1d  0%,#c53d06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75b1d ', endColorstr='#c53d06',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.navigacija ul {
	position: reative;
	z-index: 3;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 60px;
	text-align: center;
}


.navigacija ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.navigacija ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: block-inline;
	margin: 0 10px 0 0;
	padding: 10px 20px;
	width: 30px;
	height: 30px;
	background: #d6470e;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight:500;
	text-shadow: 1px 1px #488c9a;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: -webkit-all 0.4s ease-in-out;
	-o-transition: all 0.4 ease-in-out;
	-moz-transition: -moz-all 0.4s ease-in-out;
	-ms-transition: -ms-all 0.4s ease-in-out;
	-kthtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sr-480 .navigacija ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	padding: 3px 8px;
	font-size: 11px;
}

.navigacija ul li a:hover, .navigacija ul li.aktivan a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: #e04d12;
	text-shadow: 1px 1px #0F263F;
	b-moz-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.3);
}

.sa360 {
position: absolute;
    z-index: 4;
    bottom: 382px;
    right: -29px;
    width: 183px;
    height: 88px;
    margin: 0;
    padding: 0;
}

.sr-480 .sa360 {
width: 110px;
height: 60px;
}

.sr-480 .sa360 img {
	width: 110px;
	height: auto;
}

.kojisprat {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 10px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;

	font-size: 18px;
}

.kojisprat span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ff976d;
	font-size: 30px;
	font-weight: 700;
	margin-top: -2px;
	margin-left: 2px;
	position: absolute;
	width:140px;
}