﻿/* ********************************************************************************* */
/* ********************************************************************************* */
/* SLIDE COM OS PROJECTOS */

/* Carousel base class */
#slide-projectos.carousel {
  height: auto;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
#slide-projectos.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#slide-projectos.carousel .item {
  height: auto;
  background-color: #FFFFFF;
}

#slide-projectos .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-projectos .carousel-control 
{
    height: 90px;
    background-image: none;
}

#slide-projectos .carousel-control .glyphicon 
{
    color: #000000;
}
/* ********************************************************************************* */
/* ********************************************************************************* */