@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;
	background-color: #fff;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
}


vrh{
	position: fixed;
	top:0;
	width: 100%;
	text-align: center;
	height: 120px;
	background: ;
	color: #fff;
	border-bottom:1px solid #666;
	z-index:1000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background:rgba(255,255,255,0.7);
}
        
vrh.sticky {
	font-size: 24px;
	line-height: 48px;
	height: 48px; 
	background:rgba(255,255,255,1.0);
	text-align: left;
	padding-left: 20px;
}

vrh.sticky #logo img{
	height: 48px; 
}

vrh.sticky .orion-menu li a{
		padding: 0px 17px 0px 17px; 
}

vrh.sticky .orion-menu ul{
    top: 50px;
}

vrh.sticky .orion-menu ul li a {
	width:100%;
	padding:6px 17px;
	line-height:22px;
}

vrh.sticky #ozadje_menu{
	width:auto;
	float:right;
	margin-right:80px;
	border-right:1px solid #666;
}

vrh.sticky #iskanje input[type="text"] {
  height: 26px;
  font-size: 24px;
  padding: 2px;
  padding-right: 50px;
}

vrh.sticky #iskanje input[type="submit"] {
  height: 35px;
  width: 35px;
  margin-right:10px;
  background: url(data:image/png);
  background-image:url(../images/lupa_mala.png);
}

vrh.sticky #iskanje {
  margin: 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:0;
  top:0px;
  padding: 0;
  z-index:10000;
}

vrh.sticky #iskanje input[type="text"]:focus {
  width: 400px;
}

#podatki_vrh {
	width:100%;
	height:30px;
	position:relative;
	background-color:#0093dd;
	background-image:url(../images/ozadje-zgoraj-spodaj.jpg);
	background-repeat:repeat;
	color:#FFF;
	font-size:14px;
	text-align:right;
	padding:4px;

}

#podatki_vrh a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#podatki_vrh a:hover{
	color:#FFF;
	font-size:14px;
	text-decoration:underline;
}

vrh.sticky #podatki_vrh {
	width:0;
	height:0;
	display:none;
	overflow:hidden;
}

#logo {
	width:auto;
	height:auto;
	position:relative;
	float:left;
	margin-right:20px;
	border-right:1px solid #666;
}

#logo img {
	max-width:400px;
	height:auto;
}


#ozadje_menu{
	width:auto;
	float:right;
	margin-right:120px;
	border-right:1px solid #666;
}

#iskanje {
  margin: 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:0;
  top:15px;
  padding: 0;
  z-index:10000;
}

#iskanje input[type="text"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  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: 700px;
  z-index: 1;
  background-color:#FFF;
  border: 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: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
  font-size:0;
}


#iskanje input[type="submit"]:hover {
  opacity: 0.8;
}

#bener {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	margin-top:20px;
}

#vsebina_ozadje {
	width:100%;
	height:100%;
	background-color:#FFF;
}

#vsebina, #vsebina_reference {
	margin: 20px auto;
	font-family: 'EncodeSansNarrow-300-Light', helvetica;
	width: 1200px;
	color:#111;
	position:relative;
	height: auto;
	z-index:200;
	text-align:justify;
	font-size:18px;
	word-wrap:break-word;
}

#vsebina_zgoraj {
	margin: 40px auto 20px auto;
	padding: 0px;
	width: 1200px;
	color:#000;
	background:rgba(255,255,255,1.0);
	position:relative;
	height: auto;
	z-index:200;
	text-align:center;
}

#vsebina_spodaj {
	margin: 20px auto;
	padding: 10px;
	width: 1200px;
	height: auto;
	overflow:hidden;
}

#vsebina_parallax {
	margin: 20px auto;
	padding: 40px 0;
	width: 1200px;
	height: auto;
	overflow:hidden;
	color:#FFF;
	z-index:500;
}

#vsebina_parallax_levo {
	width: 580px;
	height: auto;
	overflow:hidden;
	float:left;
	overflow:auto;
}

#vsebina_parallax_desno {
	width: 580px;
	height: auto;
	vertical-align:top;
	overflow:hidden;
	float:right;
	overflow:auto;
}

.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_zakajmi_ozadje {
	background:url("../images/ozadje-sredina.jpg") 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	position:relative;	
}

.vsebina_spodaj_ozadje {
	background:url("../images/ozadje-zidarstvo-mrak.jpg") 0 no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	position:relative;	
}

#vsebina img, #vsebina_parallax img {
	border:none;
	max-width:1200px;
	height:auto;
	margin-bottom:20px;
}

#vsebina td img, #vsebina_parallax td img {
	border:none;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:0;
}

#vsebina td img, #vsebina_parallax td img {
	border:none;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:0;
}


#vsebina a, #vsebina_parallax a {
	color: #229dcb;
	text-decoration: underline;
}

#vsebina a:hover, #vsebina_parallax a:hover {
	color: #229dcb;
	text-decoration: none;
}

#vsebina h1{
	font-size: 34px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h2{
	font-size: 30px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#vsebina h3{
	font-size: 26px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #222;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#spodaj_ozadje {
	position:relative; 
	height:auto;
	padding:20px auto; 
	width:100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	background-color:#0093dd;
	background-image:url(../images/ozadje-zgoraj-spodaj.jpg);
	background-repeat:repeat;
}

#spodaj {
	margin: 0 auto;
	width: 1200px;
	padding:20px 0;
	height: auto;
	color:#FFF;
	font-size:15px;
	text-align:left;
}

#spodaj img{
	max-width: 1200px;
}

#spodaj td img{
	max-width: 100%;
}

#spodaj h1{
	font-size: 30px;
	font-family: 'Oswald-Regular', helvetica; 
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin:0;
}

hr {
	border:none;
	height: 2px;
	background-color:#CCC;
}

.section{
	padding:80px 0px 80px;
	position:relative;
	margin:20px 0 20px;
}

.parallax-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.slant-top-angle {
	width: 100%;	
	border-top: medium solid #fff;
	border-left: medium solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.9999);
	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
	-o-transform: scale(.9999);
}
.slant-bottom-angle {
	width: 100%;	
	border-bottom: medium solid #fff;
	border-right: medium solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.99999);
	-moz-transform: scale(.99999);
	-webkit-transform: scale(.99999);
	-o-transform: scale(.99999);
}

*{-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: 1440px) {

 
vrh.sticky {
	font-size: 24px;
	height: 48px; 
	padding-left: 20px;
}

vrh.sticky #logo img{
	height: 48px; 
}

vrh.sticky .orion-menu{
		margin-left: -20px; 
}

vrh.sticky .orion-menu li a{
		padding: 1px 70px 1px 40px; 
}

vrh.sticky .orion-menu ul{
    top: 48px;
	width: 100%;
}

vrh.sticky .orion-menu ul li a {
	width:100%;
	padding:6px 17px;
	line-height:22px;
}

vrh.sticky .orion-menu> li.showhide span.icon{
	margin: 13px 20px 13px 0px;
	float: right;
}

vrh.sticky  .orion-menu > li.showhide{

	width: 100%;
	height: 48px;
	cursor: pointer;
	color: #fff;
	background:#0093dd;
}

vrh.sticky #ozadje_menu{
	width:auto;
	float:right;
	margin-right:-20px;
	border-right:1px solid #666;
}

vrh.sticky #iskanje {
  right:30px;
}

vrh.sticky #iskanje input[type="text"] {
  height: 30px;
  font-size: 20px;
  padding: 2px;
  padding-right: 60px;
}

vrh.sticky #iskanje input[type="submit"] {
  height: 35px;
  width: 35px;
  background: url(data:image/png);
  background-image:url(../images/lupa_mala.png);
}


vrh.sticky #iskanje input[type="text"]:focus {
  width: 400px;
}

#logo {
	width:auto;
	height:auto;
	position:relative;
	float:left;
	margin-right:20px;
	border-right:1px solid #666;
}

#logo img {
	max-width:300px;
	height:auto;
}


#ozadje_menu{
	width:auto;
	float:right;
	margin-right:0px;
	border-right:1px solid #666;
}

#iskanje {
  margin: 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:60px;
  top:15px;
  padding: 0;
  z-index:10000;
}

#iskanje input[type="text"]:focus {
  width: 700px;
}


}



@media only screen and (max-width: 1199px) {

vrh{
	height: 120px;
}  
        

#vsebina, #vsebina_reference, #vsebina_parallax {
	width: 90%;
	padding:0;
}

#vsebina_zgoraj {
	width: 90%;
	padding:0;
}

#vsebina_spodaj {
	width: 100%;
}

#vsebina img, #vsebina_parallax img {
	max-width:100%;
}

#vsebina td, #vsebina_parallax td {
	max-width:100%;
	padding:0;
}

#vsebina_parallax_levo {
	width: 48%;
	height: auto;
	overflow:hidden;
	float:left;
	margin-right:2%;
	overflow:auto;
}

#vsebina_parallax_desno {
	width: 48%;
	height: auto;
	vertical-align:top;
	overflow:hidden;
	margin-left:2%;
	float:right;
	overflow:auto;
}

#spodaj_ozadje {
	width:100%;
}

#spodaj {
	width: 90%;
	margin:0 auto;
	text-align:left;
}

}


@media only screen and (max-width: 979px) {

vrh{
	height: 120px;
}  
       
vrh.sticky {
	font-size: 24px;
	line-height: 48px;
	height: 48px; 
	padding-left: 20px;
}

vrh.sticky #logo{
	height: 48px; 
}


vrh.sticky #iskanje {
  right:30px;
}

vrh.sticky #iskanje input[type="text"] {
  height: 26px;
  font-size: 24px;
  padding: 2px;
  padding-right: 50px;
}

vrh.sticky #iskanje input[type="submit"] {
  height: 35px;
  width: 35px;
  margin-right:10px;
  background: url(data:image/png);
  background-image:url(../images/lupa_mala.png);
}

vrh.sticky #iskanje input[type="text"]:focus {
  width: 400px;
}

#iskanje input[type="text"]:focus {
  width: 500px;
}

#logo {
	width:auto;
	height:90px;
	position:relative;
	float:left;
	margin-right:20px;
	border-right:1px solid #666;
}

#logo img {
	max-width:160px;
	height:auto;
}


#ozadje_menu{
	width:auto;
	float:right;
	margin-top:0px;
	margin-right:0px;
	border-right:0px solid #666;
}

#iskanje {
  margin: 5px 70px 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:0;
  top:15px;
  padding: 0;
  z-index:10000;
}

#vsebina td, #vsebina_parallax td {
	min-width:100%;
	height:auto;
	display:block;
}

#vsebina_parallax_levo {
	width: 100%;
	display:block;
	height: auto;
	overflow:hidden;
	float:left;
	overflow:auto;
}

#vsebina_parallax_desno {
	width: 100%;
	display:block;
	height: auto;
	overflow:hidden;
	float:left;
	overflow:auto;
}

#spodaj td{
	min-width:100%;
	height:auto;
	display:block;
	text-align:left;
}

#spodaj td img{
	width: 100%;
}
	
}


@media only screen and (max-width: 859px) {

vrh.sticky #iskanje input[type="text"] {
  height: 26px;
  font-size: 24px;
  padding: 2px;
  padding-right: 50px;
}

vrh.sticky #iskanje input[type="submit"] {
  height: 35px;
  width: 35px;
  margin-right:10px;
  background: url(data:image/png);
  background-image:url(../images/lupa_mala.png);
}

vrh.sticky #iskanje input[type="text"]:focus {
  width:350px;
}

#iskanje input[type="text"] {
  height: 50px;
  font-size: 40px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 5px;
  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 {
  width: 350px;
}

#iskanje {
  margin: 5px 60px 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:0;
  top:15px;
  padding: 0;
  z-index:10000;
}

}

@media only screen and (max-width: 559px) {

#bener {
	width:0;
	height:100px;
	margin:0;
	padding:0;
}

vrh.sticky #iskanje input[type="text"] {
  height: 26px;
  font-size: 24px;
  padding: 2px;
  padding-right: 70px;
}

vrh.sticky #iskanje input[type="submit"] {
  height: 35px;
  width: 35px;
  margin-right:30px;
  background: url(data:image/png);
  background-image:url(../images/lupa_mala.png);
}

vrh.sticky #iskanje input[type="text"]:focus {
  width:200px;
}

#iskanje input[type="text"] {
  height: 40px;
  font-size: 30px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 10px;
  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 {
  width: 250px;
}

#iskanje {
  margin: 5px 50px 5px 10px;
  display: inline-block;
  position: absolute;
  height: 60px;
  right:0;
  top:15px;
  padding: 0;
  z-index:10000;
}

}

@media only screen and (max-width: 459px) {

vrh.sticky #iskanje input[type="text"] {
	display: none;
}

vrh.sticky #iskanje input[type="submit"] {
	display: none;
}

vrh.sticky #iskanje input[type="text"]:focus {
	display: none;
}

#iskanje input[type="text"] {
	display: none;
}

#iskanje input[type="text"]:focus {
	display: none;
}

#iskanje {
	display: none;
}

}