/* Carousel Styles */
.carousel-indicators .active {
    background-color: #fc7a20;
}

.carousel-inner .item img {
    width: 100%;
    max-height: auto;
    background-position: center center;
    background-size: cover;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50px;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2, .header-text h1 {
    font-size: 36px;
}

.header-text h2 span, .header-text h1 span {
  font-size: 36px;
}

.header-text h3 span {
  font-size: 30px;
  line-height: 40px;
}

.btn-min-block-1, .btn-min-block-2 {
    min-width: 170px;
    line-height: 26px;
}

.btn-min-block-1 {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
    margin-right: 15px;
    font-size: 24px;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-min-block-1:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.btn-min-block-2 {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
    font-size: 24px;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-min-block-2:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}