@font-face {
	font-family: Oswald-Regular;
	src: url("Oswald-Regular.eot") /* EOT file for IE */
}

@font-face {
	font-family: Oswald-Regular;
	src: url("Oswald-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: EncodeSansNarrow-300-Light;
 src: url("EncodeSansNarrow-300-Light.eot") /* EOT file for IE */
}
@font-face {
 font-family: EncodeSansNarrow-300-Light;
 src: url("EncodeSansNarrow-300-Light.ttf") /* TTF file for CSS3 browsers */
}

body {
	margin:0;
	padding:0;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
}

a{
	color:#8a282b;
	text-decoration:none;
}

a :hover {
	text-decoration:underline;
}


#vrh{
	width:100%;
	height:152px;
	position:relative;
	background-color:#fff;
	margin:0 auto;
	border-bottom: 3px solid #006800;
}

#vrh_skupaj{
	width:1100px;
	margin:0 auto;
	padding-top:10px;
}

#logo{
	float:left;
	margin-top:20px;
	height:60px;
	position:relative;
}

#logo img{
	max-height:60px;
	max-width:330px;
}

#menu_vrh{
	float:right;
	margin-top:5px;
	color:#333;
}

#menu_vrh a {
	color:#333;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	font-size:13px;
	text-decoration:none;
	padding: 5px 3px;
	font-weight:normal;
}

#menu_vrh a:hover {
	color:#000;
	text-decoration:none;
}

#menu{
	position:relative;
}

#zgoraj {
	width:1100px;
	height:180px;
	font-family: 'Oswald-Regular', helvetica;
	color:#222;
	font-size:18px;
	line-height:24px;
	margin:20px auto 0 auto;
	position:relative;
	clear:both;
}

#zgoraj_levo {
	width:50%;
	height:auto;
	text-align:left;
	position:relative;
	float:left;
}

#iskanje {
  margin: 5px 0px;
  display: inline-block;
  position: absolute;
  height: 40px;
  left:50%;
  margin-left:275px;
  top:15px;
  padding: 0;
  z-index:10000;
}

#iskanje input[type="text"] {
  height: 48px;
  font-size: 30px;
  font-family: 'EncodeSansNarrow-300-Light', helvetica;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #333;
  padding: 2px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#iskanje input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

#iskanje input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
#iskanje input[type="submit"] {
  height: 70px;
  width: 70px;
  display: inline-block;
  float: right;
  border: none;
  position: absolute;
  background: url(data:image/png);
  background-image:url(../images/lupa_velika.png);
  background-repeat:no-repeat;
  top: -5px;
  right: -10px;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
  font-size:0;
}


#iskanje input[type="submit"]:hover {
  opacity: 0.8;
}

#ozadje_menu {
	width:1100px;
	height:50px;
	text-align:center;
	margin-top:0px;
	background:#fff;
}

#presledek {
  height: 280px;
  width:100%;
  position:relative;
}

#bener {
	width:1100px;
	height:auto;
	margin:0 auto;
	padding:0;
	margin-top:20px;
}

#vsebina_ozadje {
	width:100%;
	height:100%;
	background-color:#FFF;
}

#vsebina {
	margin: 20px auto;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: 1100px;
	color:#111;
	position:relative;
	height: auto;
	z-index:200;
	text-align:left;
	font-size:18px;
	word-wrap:break-word;
}

#vsebina_zgoraj {
	margin: 20px auto;
	padding: 0px;
	width: 1100px;
	color:#000;
	position:relative;
	height: auto;
	z-index:200;
	text-align:center;
}

#vsebinaostale {
	margin: 30px auto 0 auto;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: 1100px;
	color:#111;
	padding:20px;
	background: rgba(255, 255, 255, 0.9);
	position:relative;
	height: auto;
	z-index:200;
	text-align:left;
	font-size:18px;
	word-wrap:break-word;
}

#vsebinaostale a { 
	padding:-5px 2px 2px 0px; 
	margin:-5px 6px 6px 0; 
	text-decoration:none;
	display:inline-block;
	border-radius:2px; 
}

#vsebinaslider {
	margin: 0 auto 20px auto;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: 1100px;
	color:#111;
	padding:0 20px 20px 20px;
	background: rgba(255, 255, 255, 0.9);
	position:relative;
	height: auto;
	z-index:200;
	text-align:justify;
	font-size:18px;
	word-wrap:break-word;
}

.slika img {
	transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	transform-origin: right bottom 0;
	-moz-transform-origin: right bottom 0;
	-ms-transform-origin: right bottom 0;
	-o-transform-origin: right bottom 0;
	-webkit-transform-origin: right bottom 0;
	width:100%;
}

#vsebina td, #vsebinaostale td {
	text-align:justify;
}

#vsebina img, #vsebinaostale img  {
	border:none;
	width:auto;
	height:auto;
	margin-bottom:20px;
}

#vsebina td img, #vsebinaostale td img  {
	border:none;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:0;
}

#vsebina a {
	color: #229dcb;
	text-decoration: underline;
}

#vsebina a:hover {
	color: #229dcb;
	text-decoration: none;
}

#vsebina h1, #spodaj h1{
	font-size: 34px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h2, #spodaj h2{
	font-size: 30px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h3, #spodaj h3{
	font-size: 26px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina_spodaj {
	margin: 0 auto 20px auto;
	width: 1100px;
	height: auto;
}

#spodaj {
	margin: 0 auto 20px auto;
	width: 1100px;
	padding:20px;
	height: auto;
	color:#333;
	background-color:#fff;
	font-size:16px;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	text-align:left;
}

#spodaj img {
	max-width: 1060px;
}

#spodaj td img {
	width:auto;
	max-width: 100%;
}

#spodaj h1{
	font-size: 22px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #666;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#spodaj h2{
	font-size: 18px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #666;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#spodaj a{
	color: #333;
	text-decoration: none;
}

#spodaj a:hover{
	color: #000;
	text-decoration: underline;
}


hr {
	border:none;
	height: 3px;
	background-color:#006800;
}

#ozadje {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index:-100;
}

#ozadje img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
	z-index:-100;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

@media only screen and (max-width: 1210px) {

	
#logo{
	float:none;
	margin:10px auto;
	position:relative;
	display:block;
	text-align:center;
}

#menu_vrh{
	float:none;
	margin-top:5px;
	display:block;
	text-align:center;
}

#menu{
	float:none;
	display:block;
	margin:15px auto 0 auto;
}

#vrh{
	width:100%;
	height:200px;
	position:relative;
	margin:0 auto;
}

#vrh_skupaj{
	width:90%;
	margin:0 auto;
	padding-top:10px;
}

#zgoraj {
	width:90%;
}

#iskanje {
	display:none;
}

#ozadje_menu{
	width:100%;
	left:0;
}

#bener {
	width:100%;
	margin-top:20px;
}

#vsebina {
	width: 90%;
	padding:0;
}

#vsebina_zgoraj {
	width: 90%;
	padding:0;
}

#vsebinaostale, #vsebinaslider {
	width: 90%;
}

#vsebina_spodaj {
	width: 90%;
}

#spodaj {
	width: 90%;
	padding:0;
}

#spodaj td{
	width:96%;
	padding:2%;
}

}

@media only screen and (max-width: 979px) {
	

#spodaj td{
	min-width:96%;
	padding:2%;
	height:auto;
	display:block;
	text-align:left;
	overflow:hidden;
}

#spodaj td img{
	max-width: 100%;
}
	
}

@media only screen and (max-width: 559px) {


#zgoraj img {
	width:200px;
	height:auto;
}

#zgoraj{
	font-size:16px;
	line-height:20px;
	height:100px;
}

#bener {
	width:0;
	height:0;
	display:none;
	margin:0;
	padding:0;
}

#vsebina_zgoraj {
	margin-top:180px;
}

#vsebina td, #vsebina table, #vsebina tr, #vsebinaostale td,  #vsebinaostale table,  #vsebinaostale tr {
	min-width:100%;
	display:block;
	overflow:hidden;
}

}

@media only screen and (max-width: 459px) {

#zgoraj img {
	width:150px;
	height:auto;
}

#zgoraj{
	font-size:12px;
	line-height:15px;
	height:auto;
	padding:10px 0;
}

#logo img{
	max-width:260px;
}

#vsebina_zgoraj {
	margin-top:10px;
}

}