body{
font-family: 'Source Sans Pro', sans-serif;
color: #fff;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: 12px;
background-color: #0099cc;

}
.login {
    text-align: center;
    padding-top: 10%;
    height: 100%;
}
.login input{
    height: 42px;
    width: 350px;
}
.logo{
    display: inline-block;
    width: 20%;
    padding: 1%;
    vertical-align: middle;
}
.border-menu{
	display: none;
}
.nav-up {
    top: -200px;
	padding: 0px;
}
.scrolling {
    background-color: #fff;
}
header{
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #6E6E78;
    right: 0;
    z-index: 9999;
    min-height: 50px;
}
header nav{
    display: inline-block;
    width: 75%;
    text-align: right;
}
header nav ul{
    list-style-type: none;
}
header nav ul li{
    display: inline-block;
}
header nav ul li a{
    display: block;
    padding: 10px;
    color: #0099cc;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #fff;
}
header nav ul li a:hover{
	border: 1px solid #0099cc;
	color: #6e6e78;

}
header nav ul li:last-child:hover a{
	border: 1px solid #fff;
}
.glavniDeo{
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	color: #e3e3df;
	max-height: 400px;
	overflow-y: hidden;
	margin-top: 73px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: inherit;
}
.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 5px solid #0099cc;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/slike/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  .naslov{
  	display: block;
  	font-size: 26px;
  	text-align: center;
  	font-weight: 900;
  	padding: 2%;
  
  	background: url(/slike/bg_mask.png);
}
  .text{
  	display: inline-block;
  	width: 65%;
  	vertical-align: middle;
  	padding: 1%;
  
  	font-size: 20px;
}
  .slika{
  	vertical-align: middle;
  	width: 30%;
  	padding: 1%;
  }
 .sivo{
	 background-color: #e3e3df;
	 color: #0099cc;
 }
 .belo{
	 background-color: #fff;
	 color: #6e6e78;
 }
 .plavo{
	 background-color: #0099cc;
	 color: #fff;
 }
 .suzeno{
 	width: 85%;
 	margin: 0 auto;
 }
 #stranica{
 	margin-top: 73px;
 
 	min-height: 80vh;
}
 #galerija{
    margin-top: 73px;


 
    text-align: center;
}
 #galerija img{
 	width: 22%;
 	height: 22vw;
 	padding: 1%;
 	margin: 0 auto;
 	vertical-align: middle;
 
 	overflow: hidden;
 	object-fit: cover;
}
 #kontaktsadrzaj{
width: 80%;
margin: 0 auto;
}
#kontakt input{
	height: 30px;
	margin: 5px;
	width: 45%;
}
textarea{
	width: 92%;
	height: 100px;
	margin: 5px;
	}
	#kontakt{
		text-align: center;
	
		margin-top: 73px;
}
	#kontakt .telefoni{
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	#kontakt .mailovi{
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	#kontakt a{
		color: #fff;
	}
#kontakt h3{
	text-align: center;
	font-size: 24px;
}
#kontakt .posalji{
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	width: 92.5%;
	margin: 0 auto;
	height: 40px;
	background-color: #e3e3df;
	border: 0px;
	color: #0099cc;
	font-size: 16px;
	font-weight: 900;
}
#kontakt .posalji:hover{
	color: #fff;
	background-color: #6e6e78;
	border: 1px solid #fff;
}
.footer {
    background-color: #6e6e78;
    color: #fff;
    padding: 2%;
    text-align: right;
    font-size: 12px;
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 1170px){
	
header nav ul li a {
    padding: 5px;
    font-size: 13px;
}
}
@media only screen and (max-width: 903px) {
	.glavniDeo{
	margin-top: 61px;
	margin-bottom: -61px;
}
	.suzeno{
		width: 100%;
	}
.border-menu {
  display: block;
  position: relative;
  padding: 2%;
  right: 40px;
  float: right;
  margin-top: 1%;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2em;
  height: 0.3em;
  border-top: 0.9em double #0099cc;
  border-bottom: 0.35em solid #0099cc;
}
header nav{
	display: none;
}
.visible{
	display: block;
}
ul{
	background-color: #fff;
}
header nav{
	width: 95%;
}
header nav li{
	width: 100%;
	text-align: center;
}
header nav ul li a{
	padding: 5px;
}
.logo{
	width: 30%;
	padding: 2%;
}
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
#kontakt h3{
	text-align: center;
	font-size: 14px;
}
#kontakt input {
    height: 30px;
    margin: 5px;
    width: 90%;
}
.slika {
	width: 98%;
}
.text{
	width: 98%;
}
.logo {
    width: 50%;
    padding: 4%;
}
}