/* NAVIGATION */
/*
.navbar .brand {
    float:left;
    color:#212121;
    margin-left:10px;
    padding:15px;}*/
.heder {
	position:absolute; height:80px; width:100%; z-index:-10;
	padding:0; margin:0;
	/*background: -ms-linear-gradient(right top, rgba(102,153,204, 0.10) 0%, rgba(102,153,204, 0.45) 100%) repeat scroll 0 0 transparent;*/
	/*background-color:rgba(143, 142, 142, 0.3);*/
	/*background-color:rgba(152, 178, 201, 0.5);*/
	/*background: -ms-linear-gradient(right top, rgba(152, 178, 201, 0.1) 0%, rgba(152, 178, 201, 0.45) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(152, 178, 201, 0.1) 0%, rgba(152, 178, 201, 0.45) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(152, 178, 201, 0.1) 0%, rgba(152, 178, 201, 0.45) 100%) repeat scroll 0 0 transparent;*/
	/*#2A83ED = #3399ff = rgba(42,131,237, 1);*/
	
	/*
	background: -ms-linear-gradient(right top, rgba(63, 101, 78, 0.50) 0%, rgba(63, 101, 78, 0.95) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(63, 101, 78, 0.50) 0%, rgba(63, 101, 78, 0.95) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(63, 101, 78, 0.50) 0%, rgba(63, 101, 78, 0.95) 100%) repeat scroll 0 0 transparent;
	*/
	background: white;
	
	background: -ms-linear-gradient(right top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.95) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.95) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.95) 100%) repeat scroll 0 0 transparent;
	
}
.heder-parallax {
	position:relative; height:80px; width:100%; z-index:-10;
	/* background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit;*/
	/* background: url('../images/heder1920.png') no-repeat transparent top left;*/
	/* background: url('../images/heder1920.png')  top left repeat-x transparent;*/
	/*background-size: auto|length|cover|contain|initial|inherit;*/
	/* nema ga vise@
	background: url('../images/heder1920.png')  center no-repeat transparent;
	*/
	/*background-size: 102% 200%;*/
	
	border-bottom:1px solid #ddd;
	
}
.heder-parallax #qm1 a, #qm1 li:a, a {
	color:#000;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

.nav {
	position:relative;
    z-index:997;
}
.nav1 {
	position:relative;
    z-index:999;
	/*
    background: -ms-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
	*/
	background:transparent;
}
}
.desni {
  float: right;
}
.levi {
  float: left;
}

.speedmenu {
	/*z-index: 1000;*/
	position: fixed;
	top:80px;
    display: inline-block;
    width: auto;
	height: 30px;
    /*margin:0px;
    padding:10px;*/ 
    left:0px;
	right:0px;
	padding-left: 15%;
	/*margin-top:-110px !important;*/
	
	/*green*/
	top:50px;
	}

.speedmenu ul {
    float:left;
    display:inline-block;
    margin-right:10px;
    list-style:none;
    /*padding-top:10px;*/
	}
.speedmenu ul li {
    display:inline-block;
    list-style: none;
    float:left;
    padding:5px 10px;
	}
.speedmenu ul li a {
    color:#2A83ED;
    position:relative;
    display:inline-block;
    font-weight: bold;
    text-decoration:none;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.speedmenu li a:hover,
.speedmenu li a.selected {
    color:#ff691f;
	}
	
	
	
.navbar {
	position:relative;
    z-index: 997;
    /*background: #FFF;
	margin-bottom: 0;
	height:auto;
    height: 30px;
    padding-right: -20px;*/
	}
.navbar ul {
    float:right;
    display:inline-block;
    margin-right:10px;
    list-style:none;
    /*padding-top:10px;*/
	}
.navbar ul li {
    display:inline-block;
    list-style: none;
    float:left;
    padding:5px 10px;
	}
.navbar ul li a {
    /*color:#ff691f;*/
	/*color:#2A83ED; plavi*/
	/*color:#d00;*/
	
	color:#000; /* evo */
	
	
    position:relative;
    display:inline-block;
    font-weight: bold;
    text-decoration:none;
    font-size:10px;

    text-transform:uppercase;
    text-decoration:none;
    display:block;
/*font-style:italic;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
.navbar li a:hover,
.navbar li a.selected {
    /*color:#00aed7;*/
	/*color:#2A83ED;plavi*/
	/*color:#F00;#FF6600; narandzast*/
	/*color:#c00;*/
	
	/* evo */
	
	color:#000;
	
	}
.navbar-inner{
    background-image: none;
    background: white;
    box-shadow: none;
    border: none;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{
    box-shadow: none;
}

/* END NAVIGATION */
.navbar-wrapper{
	margin-top:-80px !important;
	/*display: block; margin: 0px auto; height:118px; margin-top:300px; 
	z-index: 0;
	position:relative; margin:0 auto; */
}
.subnav {
	/*background: rgba(102,153,204,0.35);*/
	background: rgba(255,255,255,0.0);
	height: 30px;
	padding: 0;
	padding-right: 20%;
    /*background:#ff691f;*/
}
.navbar-fixed-top {
    /*position:fixed;
	margin-top:-118px;
	z-index:1000;*/
	
	position: fixed;
	top:80px;
	
	z-index:10;
	
    display: inline-block;
    width: auto;

    /*height: 100px;*/
	height: 30px;
    /*margin:0px;
    padding:10px;*/ 
    left:0px;
	right:0px;
	padding-right: 20%;
	/*
	background: #fff;
	background: -ms-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(220, 0, 0, 0.0) 0%, rgba(220, 0, 0, 0.25) 100%) repeat scroll 0 0 transparent;
	*/
	background: transparent;

	border-bottom:1px solid #ddd;
	
}

.navbar-fixed-top #qm1 a {
	  color:#000;
	}
	
.navbar-fixed-top-tablet {
	z-index:1000;
	position: fixed;
	top:130px !important;
	z-index:999;
    display: inline-block;
    width: auto;
	height: 30px;
    left:0px;
	right:0px;
	padding-right: 20%;
	
	background: #fff;
	background: -ms-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	border-bottom:1px solid #ddd;
}
@media screen and (max-width: 767px) {
.navbar-fixed-top-tablet {
	z-index:1000;
	position: relative;
	top:-300px !important;
	z-index:999;
    display: inline-block;
    width: auto;
	height: 30px;
    left:0px;
	right:0px;
	padding-right: 20%;
	
	background: #fff;
	background: -ms-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(right top, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.80) 100%) repeat scroll 0 0 transparent;
	border-bottom:1px solid #ddd;
}
}
/* END NAVIGATION */


