@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:#333;
	text-decoration:none;
}

a :hover {
	text-decoration:underilne;
}


#vrh{
	width:100%;
	height:130px;
	position:relative;
	background-color:#fff;
	margin:0 auto;
}

#vrh_skupaj{
	width:90%;
	margin:0 auto;
	padding-top:10px;
}

#logo{
	float:left;
	margin-top:20px;
	height:60px;
	position:relative;
}

#logo img{
	max-height:60px;
	max-width:200px;
}

#menu_vrh{
	position: absolute;
	top:15px;
	right: 15px;
	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;
	float:right;
	display: block;
	margin-top:40px;
}

#bener {
	width:100%;
	height:auto;
	min-height:100%;
	position:fixed;
	right:0;
	top:0;
	z-index:-10;
}

#vsebina {
	padding:1%;
	margin: 2% 5%;
	background:rgba(255,255,255,1.0);
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: 180px;
	color:#111;
	position:relative;
	height: auto;
	z-index:200;
	text-align:left;
	font-size:18px;
	word-wrap:break-word;
	float:left;
	overflow:hidden;
}


#vsebinaostale {
	padding:1%;
	margin:2% 5%;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: calc(90% - 400px);
	color:#111;
	background: rgba(255, 255, 255, 0.9);
	position:relative;
	height: auto;
	z-index:200;
	text-align:left;
	font-size:18px;
	word-wrap:break-word;
	float:right;
	overflow:hidden;
}

#vsebinaostale a { 
	padding:-5px 2px 2px 0px; 
	margin:-5px 6px 6px 0; 
	text-decoration:none;
	display:inline-block;
	border-radius:2px; 
}

.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: #4679af;
	text-decoration: none;
}

#vsebina a:hover {
	color: #4679af;
	text-decoration: underline;
}

#vsebina h1, #vsebinaostale h1, #spodaj h1{
	font-size: 30px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #4679af;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h2, #vsebinaostale h2, #spodaj h2{
	font-size: 26px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #4679af;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h3, #vsebinaostale h3, #spodaj h3{
	font-size: 26px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #4679af;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#napis_bener_domov {
	width: auto;
	height: auto;
	position:absolute;
	z-index:10;
	top:35%;
	right:5%;
	background:rgba(255,255,255,0.8);
	
}

#blog{
	background-color:#4679af;
	padding:10px 15px;
	font-size:30px;
	color:#FFF;
	width: 150px;
	text-align:center;
	margin: 20px auto 0 auto;
}

#blog a{
	color: #fff;
	text-decoration:none;
}

#blog a:hover{
	color: #ccc;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;	
}

#vsebina_spodaj {
	margin: 0 auto 20px auto;
	width: 1100px;
	height: auto;
}

#spodaj {
	margin:0 auto;
	width: 100%;
	padding:20px;
	height: auto;
	color:#333;
	background-color:#fff;
	font-size:18px;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	text-align:left;
	position:fixed;
	bottom:0;
}

#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:#4679af;
}

/* NOVICE */

.news {
	color:#4679af;
    border: 0px solid #ddd;
}

.news a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.news a:hover {
	color:#333;
	text-decoration:underline;
}

#kratki-dogodek a {
	text-decoration: none;
	color: #333;
}

#kratki-dogodek a:hover {
	text-decoration: underline;
	color: #333;
}

#kratki-dogodek h1 {
	font-size: 20px;
	color: #222;
	text-decoration: none;
	font-weight: normal;
	margin:0;
	padding:0;
}

.news h1 {
	font-size: 22px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin:0;
	padding:0;
}
.news h1 a{
	color: #333;
	text-decoration:none;
}
.news h1 a:hover{
	color: #333;
	text-decoration:underline;
}

.arhiv_povezava a {
	font-size:18px;
	color:#333;
	text-decoration:none;
}

.arhiv_povezava a:hover {
	font-size:18px;
	color:#000;
	text-decoration:underline;
}

.newsmain {
	float: left;
    margin: 0 10px 0 0;
    text-align: center;
	padding:0px;
    width: 100%;
	color:#fff;
}

.newsmain_levo {
	float:left;
	width: 200px;
	background-color:#4679af;
}

.leto {
    font-size: 19px;
	display:inline-block;
	text-transform:lowercase;
}

.ura {
    font-size: 19px;
	display:inline-block;
}

.newsday {
    font-size: 19px;
	display:inline-block;
}

.newsmain-mesec {
    text-transform: uppercase;
	font-size: 19px;
	display:inline-block;
}

#dogodek-slika img {
	width:180px;
	height:auto;
	float:left;
	margin-right:10px;
}

.dogodek-povzetek{
	font-size:18px;
	color:#333;
}


*{-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: 999px) {

	
#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:150px;
	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;
}

#vsebina {
	clear:both;
}

#vsebinaostale {
	width: 90%;
}

#vsebina_spodaj {
	width: 90%;
}

#spodaj {
	position:relative;
	overflow:auto;
}

#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: 699px) {
	

#napis_bener_domov {
	display:none;
	visibility:hidden;
	
}

	
}

@media only screen and (max-width: 559px) {

#vsebina {
	padding:3%;
	margin: 5%;
	text-align:center;
}

#vsebinaostale {
	padding:3%;
}

}

@media only screen and (max-width: 459px) {



}