﻿/* ********************************************************************************* */
/* ********************************************************************************* */
/* SLIDE COM EVENTOS DA AGENDA */

/* Carousel base class */
#slide-agenda.carousel {
    height: auto;
    margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
#slide-agenda.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
#slide-agenda.carousel .item {
    height: auto;
    background-color: #FFFFFF;
}

#slide-agenda .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}

/* Controlos do slide (Setas para a Esquerda e para a Direita) */
#slide-agenda .carousel-control {
    height: 150px;
    background-image: none;
}

#slide-agenda .carousel-control .glyphicon {
    color: #000000;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
