/* NAJPRECE PODESAVANJA
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  /*color: #5a5a5a; ORIG*/
  color: #CCC;
  background:url(../images/bg_325.jpg);
  background-repeat:repeat;
  z-index:200!important;
  /*opacity:1;*/
}

/* ~~~ Added COS ~~~*/
.col-md-5 {
	opacity:0.8!important; 
	
	}


/* PODESAVANJE ZA NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* dodatno za FIXED-NAV iz styles.css:  */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

/* ~~~~ FIXED-NAV iz styles.css: ~~~~ */

/* hidden fixed navigation */
#fixedbar { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px; /*ORIG 80px*/
  background: rgba(0,0,0,0.75);
/* added COS: */
  z-index:1000!important;
  
}

#fixednav { 
  display: block;
  width: 710px;
/*  width: 100%; cos*/
  margin: 0 auto;
  padding: 0px 25px;
}

#fixednav li { }

#fixednav li a {
  display: block;
  float: left;
  font-size: 1.25em; /*ORIG 1.75*/
  font-weight: bold;
  color: #96aed8;
  line-height: 60px; /*ORIG 80px*/
  text-decoration: none;
  padding: 0px 8px;
  margin-right: 6px; 
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

#fixednav li a:hover {
  color: #fff;
  background: rgba(0,0,0,0.3);
}
/* FIN FIXED-NAV */


/* KOSTUMIZIRANJE ZA CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
 /* background-color: #777;*/
  background-color:#000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  opacity:0.4!important; /* Added COS */
}



/* DEO ZA MARKETING
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
  /*margin-top: 120px; /*added cos*/
  margin-top: 90px;
  color:#CCC;
}
.marketing h2 {
  font-weight: normal;
  text-outline:#FFF; 1px,
  text-outline:#FF0 !important; /* Added COS*/
  color:#E9B6B7;
  
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more ~~~ORIG:80px~~~ */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* COS dodo strelizu za "vrati se gore" :  */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 69px;
    height: 79px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*
#player2 {
	margin:0 auto;
	position:relative;
	float:right;
	padding-left:auto!important;
	alignment-adjust:middle;
	break-before:left;
	clear:both;
}*/

.audio {
	float:right;
	bottom: 40px;
    /*left: 51%;*/
  /*width: 300px;*/
  margin: 0 200px 0 auto;
  /*padding-right: auto;*/

      transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}



/* RESPONSIVE CSS
  PODESAVANJA  ZA MOBILNE 
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    /*font-size: 50px; ORIG ~~~~~~~~~~~ */
	font-size: 40px;
  }

/* COS added for Audio Player: */
#player2 {
	float:right;
	margin: 0 30em 0 auto !important;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    /*margin-top: 120px; ORIG ~~~~~~~~~~~~~~~~~~ */
	margin-top: 100px;
  }
}

@media (max-width: 768px) {
 #player2 {
	 float:left;
 }

}
