/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    /*position: absolute;*/
    /*right: 35%;*/
    bottom: 50px;
    /*left: 35%;*/
    /*z-index: 10;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1d2172;
    color: #fff;
    /*text-align: center;*/
    border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 1.25rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption p a {
        font-size: 1rem;
        font-weight: 400;
    }
}
.carousel-item a {
    color: #FCB82F;
    text-decoration: underline;
}

    .carousel-item a:hover {
        color: #fff;
        text-decoration: underline;
    }

/* --------- slider Retail PG indicators ------*/

#slider2 {
    margin-bottom: 10px;
}

    #slider2 .carousel-indicators {
        position: absolute;
        bottom: 0;
        background: #559516;
        padding: 6px 0px;
        border-top: 2px solid #fff;
        margin-bottom: 0;
    }
    

/*#slider2 .alt {
    position: absolute;
    bottom: 10%;
    background: #559516;
    padding: 6px 0px;
    border-top: 2px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
}*/

/*@media (min-width: 400px) and (max-width: 1200px) {
    #slider2 .alt {
        bottom: 43%;
    }
}*/
#slider2 {
    border: 1px solid #1d2172;
}

#slider2 .alt li {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #fff;
    border-color: #fff;
    border-radius: 10px;
}

    #slider2 .alt .active {
        width: 14px;
        height: 14px;
        margin: 5px;
        background: #1d2172;
        border-color: #1d2172;
    }


#altslider .carousel-item {
    height: 0;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-size: initial;*/

}

.carousel-indicators .alt li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}

@media (min-width: 992px) and (max-width:1189px) {
    #slider2 {
        border: none;
        margin-top: 28%;
    }

        #slider2 .carousel-indicators {
            bottom: 35%;
        }
}


@media (min-width: 1190px) and (max-width:1294px) {
    #slider2 {
        border: none;
        margin-top: 22%;
    }
        #slider2 .carousel-indicators {
            bottom: 18%;
        }
}

@media (min-width: 1295px) and (max-width:1364px) {
    #slider2 {
        border: none;
    }

        #slider2 .carousel-indicators {
            bottom: 14%;
        }
}

@media (min-width: 1365px) and (max-width:1455px) {
    #slider2 {
        border: none;
    }
    #slider2 .carousel-indicators {
            bottom: 10%;
        }
}

@media (min-width:1456px) and (max-width:1535px) {
    #slider2 {
        border: none;
    }
    #slider2 .carousel-indicators {
            bottom: 5%;
        }
}