@charset "utf-8";
 CSS Document */


/* Move down content because we have a fixed navbar that is 55px tall */
body {
	padding-top: 55px;
	padding-bottom: 20px;
}

ul.nav {
	font-family: 'Open Sans', Arial, sans-serif;
}

.btn-default:hover {
	background-color: #0bbcce;
	color: #FFF;
}

.poz-white {
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: middle;
}

.poz-tirkiz {
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 60px;
	background-image: url(../slike-za-sajt/osnovne/bgr-tirkiz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFF;
	vertical-align: middle;
}

.poz-gray {
	font-family: 'Open Sans', Arial, sans-serif;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eeeeee;
}

.poz-index-img {
	text-align: center;
	background-image: url(../slike-za-sajt/osnovne/DSC_3131.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 500px;
	width: auto;
}



/*--------------  Scroll to top  ----------------------*/
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(11, 188, 206, 0.7) url(../slike-za-sajt/cd-top-arrow.svg) no-repeat center 50%; 
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.cd-top:hover {
  background-color: #07909e;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}


/*--------------  Text seclection  ----------------------*/

::selection {
	color: white;
	background: #0bbcce; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color: white;
	background: #0bbcce; /* Gecko Browsers */
}

