/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

.carouselWrapper{
    position: relative;
    z-index: 2;
}

#carouselWrapper{

}

#myCarousel .left.carousel-control, #myCarousel .right.carousel-control{
    background: transparent;
    background-image: none;
    width: 10%;
}

#myCarousel .icon-prev, #myCarousel .icon-next{
    height: 52px;
    width: 57px;
    margin-top: -35px;
}

#myCarousel .icon-prev{
    margin-left: -60px;
    background: url(../img/arrows.png) 0 0 no-repeat;
}

#myCarousel .icon-next{
    margin-right: -60px;
    background: url(../img/arrows.png) -52px 0 no-repeat;
}

#myCarousel .icon-prev.prom{
    background: url(../img/arrows_prom.png) 0 0 no-repeat;
}

#myCarousel .icon-next.prom{
    background: url(../img/arrows_prom.png) -52px 0 no-repeat;
}

#myCarousel .icon-prev:before, #myCarousel .icon-next:before {
    content: '';
}

div.carousel {
    /*height: 50%;*/
    height: 380px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);     
}

div.carousel .item,
div.carousel .item.active,
div.carousel .carousel-inner {
    height: 100%;
}

div.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-caption h2, .carousel-caption h2 a{
    color: #fff !important;
    text-shadow: none;
}

.carousel-caption h2 span{
    background-color: rgba(162, 198, 0, 0.8);
    padding: 0 20px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff \9;
    background-color: rgba(255,255,255,1);
    border: 1px solid #A4C500;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #A4C500;
}

.carousel-indicators {
    bottom: 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    div.carousel .carousel {
        height: 70%;
    }
}