/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/Fev/2015, 12:23:25
    Author     : filipemurteira
*/

.carousel.galerias{
    margin-bottom: 10px;
}
.carousel.galerias .item img{
    width: 100%;
}

.carousel.galerias .carousel-control{
    background-image: none;
    filter: none;
    /*background-repeat: no-repeat;*/
    /*text-indent: -9999px;*/
    /*background-color: #FFFFFF;*/
}
.carousel.galerias .carousel-control span{
    background-color: #000000;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
}
/*
.carousel.galerias .carousel-control.right{
    background-image: url("../img/seta_dir.png");
    background-position: 80% 50%;
}
.carousel.galerias .carousel-control.left{
    background-image: url("../img/seta_esq.png");
    background-position: 20% 50%;
}
*/
.carousel.galerias.one .carousel-control{
    display: none;
}
.carousel.galerias .carousel-indicators {}

.carousel.galerias .carousel-indicators li{
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 0px;
    box-shadow: 1px 2px 0px 0px rgba(198, 198, 198, .5); 
    text-shadow: 1px 2px 0px rgba(198, 198, 198, .5);
    
    
    background-image: url("../img/dot_off.png");
}

.carousel.galerias .carousel-indicators li:hover,
.carousel.galerias .carousel-indicators .active {
    /*background-color: #aa5823;*/
    /*border-color: #FFFFFF;*/
    
    background-image: url("../img/dot_on.png");
}

/* Empilhados */
.empilhados .item img{
    width: 100%;
}

/*#slide_galeria_1 .carousel,
#slide_galeria_1 .item,
#slide_galeria_1 .active {
    width: 100%;
    height: 100%;
}*/
#slide_galeria_2 .carousel-inner,
#slide_galeria_1 .carousel-inner {
    width: 100%;
    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;
}

.fill a{
    display: block;
    width: 100%;
    height: 100%;
}


#slide_galeria_2:after,
#slide_galeria_1:after{
    content: ' ';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 32px;
    height: 16px;
    margin-left: -16px;
    background-image: url(../img/seta_down.png);
}