.site-header {
  z-index: 2;
}
.site-banner.container .fullscreenbg .carousel .carousel-indicators {
  bottom: inherit;
}
.site-banner.container .fullscreenbg .carousel .carousel-inner {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  overflow: hidden;
  margin: auto;
}
.site-banner.container .fullscreenbg .carousel .carousel-inner > .item > div.fill {
  background-repeat: no-repeat;
}
.site-banner.container .fullscreenbg .carousel .carousel-control {
  display: none;
}
.site-content {
  z-index: 3;
}
.site-footer {
  z-index: 4;
}
/***** IE8 Fix for center carousel image ******/

.ie8 .fullscreenbg .carousel .carousel-inner > .item > a > img,
.ie8 .fullscreenbg .carousel .carousel-inner > .item > img {
  right: 0;
  left: auto !important;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .fullscreenbg .carousel .carousel-inner {
    left: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .ie .fullscreenbg .carousel .carousel-inner {
    left: 0px;
  }
}
@media screen and (max-width: 1182px) {
  .ie .fullscreenbg .carousel .carousel-inner {
    left: 0px;
  }
}
