/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE 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;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
  margin-top:-20px;
 
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
      -webkit-backface-visibility: hidden;
}
.carousel-inner > .item > img {
  position: absolute;
  top: -5px;
  left: 0;
  min-width: 100%;
}



@media (min-width: 1450px) {
	.carousel-inner > .item > img {
	    position: absolute;
	    top: -130px;
	    left: 0;
	    min-width: 100%;
	}

}
.nova .carousel-caption p {
	display: block;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.nova .carousel-caption {
	background: -webkit-radial-gradient(rgba(0,0,0,.3) 38% , rgba(0,0,0,0) 62% ); /* Safari 5.1 to 6.0 */
		 background: -o-radial-gradient(rgba(0,0,0,.3) 38% , rgba(0,0,0,0) 62% ); /* For Opera 11.6 to 12.0 */
	   background: -moz-radial-gradient(rgba(0,0,0,.3) 38% , rgba(0,0,0,0) 62% ); /* For Firefox 3.6 to 15 */
	        background: radial-gradient(rgba(0,0,0,.3) 38% , rgba(0,0,0,0) 62% ); /* Standard syntax */
position: absolute;
left: 10%;
right: 10%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);


}

.nova .glyphicon {
	font-family: 'swsite';
}
.nova .glyphicon-chevron-right:before {
content: "y";
}
.nova .glyphicon-chevron-left:before {
content: "z";
}

.nova .carousel-control .glyphicon-chevron-right, 
.nova .carousel-control .icon-prev {
margin-right: -45px;
}

.nova .carousel-control .glyphicon-chevron-left, 
.nova .carousel-control .icon-prev {
margin-left: -45px;
}

.nova .carousel-control .glyphicon-chevron-left, 
.nova .carousel-control .glyphicon-chevron-right, 
.nova .carousel-control .icon-prev, 
.nova .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: 0px;
font-size: 60px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .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;
  }

}


@media (max-width: 768px) {
	/* Carousel base class */
	.carousel {
	  height: 172px;
	  margin-bottom: 0px;
	  margin-top:20px;
	}

	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 172px;
	  background-color: #777;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0px;
	  left: 0;
	  min-width: 100%;
	}
	.nova .carousel-caption p {
	    display: none;
	}
	.nova .carousel-caption {
	    position: absolute;
	    left: 10%;
	    right: 10%;
	    bottom: 0px;
	    z-index: 10;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    color: #fff;
	    text-align: center;
	    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}
	.nova .carousel-control .glyphicon-chevron-right, .nova .carousel-control .icon-prev {
	    margin-right: -10px;
	}
}