/*!
 * SAT invalidsko podjetje 
 
 * Copyright Web Storitve
 */

body {
    color: #009fe3;
    font-family: "Noto sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.btn-primary {
    background-color: #009fe3;
    border-color: #009fe3;
    color: #ffffff;
float: right;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: rgba(0, 159, 227, 0.6);
    border-color: rgba(0, 159, 227, 0.6);
    color: #ffffff;
}

a {
    color: #009fe3;
    text-decoration: none;
}
a:focus, a:hover {
    color: #009fe3;
    text-decoration: underline;
	opacity:0.6;
}
.footer-div, .header-div, .container-div{
	position: relative;
}
.col-md-4.last A{
     text-decoration: none;
}
.container {
 padding-left: 6%;
    padding-right: 6%;
}
.container.header{
  min-height: 152px;
}
.nav>li>a {
  position: relative;
  display: block;
  margin: 10px 15px;
padding:0px;
}
.navbar-fixed-top {
  background-color: #fff;
  border-color: #fff;
  border:none;
	min-height: 152px;
}
 .container>.navbar-header {
 min-height: 152px;
}

.navbar-header {
    position: relative;
    z-index: 1;
}
.navbar-brand {
  min-height: 152px;
}
.navbar-fixed-bottom {
  background-color: #fff;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a {
  color: #009fe3;
   background-color: transparent;
border-bottom: 2px solid #009fe3;
  font-size: 18px;
  font-weight: bold;
}
.navbar-default .navbar-nav>LI>a {
  color: #009fe3;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
}
 .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>LI>a:hover {
  color: #009fe3;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
border-bottom: 2px solid #009fe3;
  opacity: 0.6;
}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>LI>a:focus, .navbar-default .navbar-nav>LI>a:hover {
  color: #009fe3;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
border-bottom: 2px solid #009fe3;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  position: relative;
  top: 26px;
}
.navbar-default .navbar-text {
  width: 100%;
  text-align: center;
   font-size: 16px;
color: #009fe3;
}
.navbar-default .navbar-text TABLE.fotter-block {
  width: 100%;
  text-align: center;
}
.navbar-default .navbar-text TABLE.fotter-block TR TD{
  width: 33%;
  text-align: center;
}

.navbar-toggle {
  top: 26px;

}
.navbar-brand>IMG{
   width:auto;
}
.fp-img-text{
    color: #009fe3;
    font-family:  "Noto sans";
    font-size: 30px;
  opacity: 0.8;
}
.front-page{
	text-align:center;
}

.row2.fp>.center.img {
    background-image: url("images/center-zemlja.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 535px;
}
.fp-banner{
	position:relative;
margin-bottom:20px;
margin-top:54px;
}
.first-left{
	position:relative;	
}
.first-right{
	position:relative;
padding-left: 10%;
}
.second-left{
	padding-top: 20%;
}
.second-right{
	padding-top: 20%;
}
.second-center{
	position:relative;	
}
.last-center{
	position:relative;	
}
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:translatZ(0) scale(1.10); /* Opera */
    transform:translatZ(0) scale(1.10);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}

.well {
   /* background-color: rgba(0, 159, 227, 0.6);
    border: 1px solid rgba(0, 159, 227, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;*/
  background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
}
.copyright{
    color: #999999;
}
.copyright:hover{
    text-decoration:none;
}
