/*
 * Start Bootstrap - Full 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%;
}

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

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}
.carousel-control{
    background: none;
    text-shadow:none;
}
.carousel-control.right, .carousel-control.left{
    background: none;
    opacity: 1;
}
.carousel-caption {
    bottom: auto;
    left: auto;
    right: 0;
    text-align: left;
    top: 40%;
    width: 53%;
    text-shadow:none;
}
.carousel-inner > .item{
    width: 100%;
}
.carousel-inner > .item > img{
    width: 100%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    background:  url(../images/ar-prev.png) no-repeat left center;
    height: 48px;
    width: 48px;
}
.carousel-control .icon-prev::before{
    visibility: hidden;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    background:  url(../images/ar-next.png) no-repeat left center;
    height: 48px;
    width: 48px;
}
.carousel-control .icon-next::before{
    visibility: hidden;
}
