/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 80%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-inner .carousel-caption {
    position: absolute;
    right: 22%;
    left: initial;
    bottom: 60px;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 360px;
    border-right: 4px solid #57c0e8;
     padding-right: 20px;
}
.carousel-inner .carousel-caption h2 { font-size: 18px; text-transform: uppercase;     margin: 0;    padding: 0; }
.carousel-inner .carousel-caption p { font-size: 32px; color:#57c0e8; line-height: 1.4; margin-bottom: 0;}
.carousel-indicators { display: none; }