@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	font-size: 100%;
	line-height: 1.4;
	font-family: "Segoe UI", "Segoe UI Light", "Segoe UI Semibold";
}
.language {
	top:0px;
	margin:0 auto;
	width:100%;
	height:35px;
	z-index:999999;
	background-color: #383636;
}
.languagebox {
	position:relative;
	top:0px;
	margin:0 auto;
	width:960px;
	height:35px;	
}
.lang {
	margin-right:10px;
	top:0px;
	width:auto;
	height:35px;
	z-index:9999999999999;
}
.lang ul {
	float:right;	
	margin:0;
	padding-top:5px;
}
.lang img{
	text-align: center;
	vertical-align: middle;
	display: inline;
	list-style-position: inside;
	list-style-image: none;	
	padding-left:10px;
}
.lang ul li {
	color: #FFF;
	list-style-type: none;
	display:inline-block;
}

.lang ul li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
}
.lang ul .active a {
	color: #999;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.lang ul li p {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin:0;
	padding: 0;
}

.lang > ul > li:hover > a {
	color: #a70000;
}

#outmenu {
	position:relative;
	top:-10px;
	margin:0 auto;
	width:100%;
	height:80px;
	z-index:999999999;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #730000;	
}

.menu {
	position:relative;
	top:10px;
	margin:0 auto;
	width:100%;
	height:70px;
	overflow:hidden;
	background-color: #FF0;
	z-index:999999999;
}

.menubox {
	position:relative;
	margin:0 auto;
	width:960px;
	height:70px;
	top:0px;
}

.menuleft {
	position:absolute;
	top:0px;
	width:3000px;
	left:-2690px;
	height:70px;
	background-color: #191919;
	z-index:9999999999;
}

.logo {
	position:absolute;
	top:10px;
	left:2710px;
	width:250px;
	height:50px;
	z-index:9999999999;
}


.menuright {
	position:absolute;
	top:0;
	width:3000px;
	right:-2350px;
	height:70px;
	background-color: #a70000;
	z-index:9999999999;
}

.menuright ul {
	position:absolute;
	list-style-type: none;
	margin:0 auto;
	left:0;
	width:100%;
}

.menuright ul li {
	display:inline;
}

.menuright ul li a{
	display:inline-block;
	width:130px;
	height:70px;
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
	padding-top:25px;
	text-align: center;
	margin-right:31px;
	margin-left:-40px;
}

.menuright a:hover
{
	background-color: #730000;
}
.menuright ul .selectedLink a {
    background-color: #730000;
}


/**HEADER IS FINNISHED**/

/**CONTENT IS STARTING**/
.novost {
	position:relative;
	margin-top:0px;
	width:660px;
	height:auto;
}
.novostbox {
	width:100%;
	height:auto;
	padding:0;
}
.novostbox img{
	width:312px;
	height:400px;
}
ul.novostbox {
	position:relative;
	top:0px;
}
ul.novostbox li {
	display:block;
	width:312px;
	height:450px;
	float:left;
	margin-right:15px;
	margin-top:20px;
}
ul.novostbox li a {
	text-decoration: none;
	z-index:20;
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #333;
	Position:absolute;
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a70000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a70000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.novostbox span.text-content {
  color: white;
  cursor: pointer;
  display: table;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 312px;
  opacity: 0;

}

span.text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.novostbox span.text-content:hover {
  opacity: 1;
  z-index:20;
}
.novostinfo {
	width:312px;
	height:auto;
	position:absolute;
	margin-top:390px;
}
.novostinfo p {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;	
}


a img { border: 0; }

#container {
	position:relative;
	min-height:100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	z-index:99999;
}

#content {
	position:relative;
	overflow:auto;
	top:0;
	width:100%;
	min-height:100%;
	padding-bottom:220px;
	z-index:9999;
}



.leftmenu {
	float:left;
	width:300px;
	height:600px;
	margin-top:-1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #730000;
	z-index:99999;
}


.rightcontent {
	float:left;
	margin-top:-1px;
	padding:0;
	width:660px;
	min-height:100%;
	overflow:hidden;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #730000;
	z-index:9;
}
.uvod {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	min-height:100%;
	padding-bottom:10px;
	z-index:999;
}
.uvod h1 {
	font-size: 46px;
	font-style: normal;
	font-weight: normal;
	margin-left:0px;
	margin-top:10px;	
}

.uvod2 {
	margin-top:0px;
	margin-left:30px;
	width:625px;
	height:1300px;
	overflow:hidden;
}
.uvod2 img {
	float:right;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:80px;
}
.uvod2 h3 {
	margin-top:10px;
	margin-left:270px;
	
}
.uvod2 h4 {
	margin-top:10px;
	margin-left:0px;
	
}
.uvod3 h4 {
	margin-top:10px;
	margin-left:270px;
	
}
.uvod2 p {
	float:left;
	margin-right:270px;
	margin-top:-270px;
}

.uvod3 {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:50px;
	width:625px;
	height:auto;
	overflow:hidden;
	padding-bottom:30px;

}
.uvod3 img {
	float:left;
	margin-left:0px;
	margin-top:10px;
	margin-right:20px;
}
.uvod3 h3 {
	margin-top:10px;
	margin-left:270px;
	
}

.uvod3 p {
	float:right;
	margin-left:290px;
	margin-top:-170px;
	z-index:50;
}

.uvod4 {
	margin-top:0px;
	margin-left:30px;
	width:625px;
	height:auto;
	overflow:hidden;
}
.uvod4 img {
	float:right;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:80px;
}
.uvod4 h3 {
	margin-top:10px;
	margin-left:270px;
	
}
.uvod4 h4 {
	margin-top:10px;
	margin-left:0px;
	
}
.uvod4 p {
	float:left;
	margin-right:270px;
	margin-top:-270px;
}
/**CONTENT IS FINNISHED**/

/**FOOTER IS STARTING**/

/**CONTENT2 IS FINNISHED**/

/**FOOTER IS STARTING**/

#footer {
	clear:both;
	margin-top:0px;/* negative value of footer height */
	height:280px;
	position: relative;
	background-color: #c3c3c3;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #730000;
}

.footertext {
	position:relative;
	margin:0 auto;
	top:0px;
	bottom:20px;
	height:270px;
	width:960px;
}

/*Opera Fix*/ {
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.copywrite {
	position:absolute;
	top:20px;
	left:0px;
	width:240px;
	height:auto;
}
.copywrite h2 {
	margin-top:0px;
	margin-left:0px;
	font-family: 'Squada One', cursive;
	font-size: 35px;
	text-transform: uppercase;
	color: #730000;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
.copywrite h4 {
	font-family: 'Squada One', cursive;
	margin-top:-35px;
	margin-left:0px;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
}
.copywrite p {
	margin-top:-35px;
	margin-left:0px;
	font-size:13px;	
}
.informacije {
	position:absolute;
	top:20px;
	left:240px;
	width:240px;
	height:auto;
}
.informacije h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
}
.informacije ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;
}
.informacije li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.informacije a:hover
{
	color: #a70000;
}
.proizvodi {
	position:absolute;
	top:20px;
	left:450px;
	width:290px;
	height:auto;
}
.proizvodi h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.proizvodi ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;	
}
.proizvodi li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;	
}
.proizvodi a:hover
{
	color: #a70000;
}
.pronaditenas {
	position:absolute;
	top:20px;
	right:0px;
	width:290px;
	height:auto;
}
.pronaditenas h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.pronaditenas {
	position:absolute;
	top:20px;
	left:720px;
	width:290px;
	height:auto;
}
.pronaditenas h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.pronaditenas ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;	
}
.pronaditenas li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;	
}
.pronaditenas a:hover
{
	color: #a70000;
}
.footerpartners {
	height:80px;
	width:auto;
	background:#333333;
	position:relative;
	margin-top:10px;
}
ul.slike {
	width:960px;
	margin:0 auto;
	height:auto;	
}
ul.slike li {
	display:inline;	
}
ul.slike li img {
	margin-top:26px;
	margin-left:22px;
	margin-right:22px;
}