
.gallery {
    position: relative;
    width: 100%;
    margin: 1em 0;
}
.gallery .gallery-inner{
    position: relative;
    width: 100%;
    background-color: #262626;
    border: 1px solid #666;
    margin: 0 auto;

    /*-webkit-box-shadow: 0px 0px 10px -3px rgba(3,3,3,1);
    -moz-box-shadow: 0px 0px 10px -3px rgba(3,3,3,1);
    box-shadow: 0px 0px 10px -3px rgba(3,3,3,1);*/
}

.gallery .gallery-inner .gallery-header{color: #ccc; font-weight: 300; padding: 15px 15px 10px 15px; display: none;}
.gallery .gallery-inner .gallery-header h4{color: #fff; font-size: 25px; font-weight: 300; margin: 0;}
.gallery .gallery-inner .gallery-header p{margin: 0;}

.gallery .toggle-show-header{
    color: #000;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
/*.gallery .gallery-inner:hover .carousel-indicators{display: flex;}*/
.gallery .carousel-indicators{
    left: 0;
    top: 0;
    margin:5px 0;
    padding: 0;
    bottom: auto;
    display: none;
}
.gallery .carousel-indicators li{
    width: 80px;
    height: 90px;
    cursor: pointer;
    border: 1px solid #666;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.gallery .carousel-indicators li:hover, .gallery .carousel-indicators li.active{border-color: #fff;}
.gallery .carousel-control{
    bottom: auto;
    top: 40%;
    display: block;
    z-index: 5;
    width: 35px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.gallery .carousel .carousel-item {text-align: center}

.gallery .carousel-caption{
    text-align: left;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.3em;
    font-weight: 300;
    padding: 0;
}
.gallery .carousel-caption a{color: #fff; text-decoration: none; border-bottom: 1px dashed #ccc;}
.gallery .caption-title{display: inline-block; background-color:rgba(0,0,0,0.8); margin: 0; padding:10px 20px 0 20px;}
.gallery .caption-text{background-color: rgba(0,0,0,0.8); padding: 10px 20px 10px}
.gallery .carousel-caption p:last-child{margin-bottom: 0;}



/**************************
***** Mobiles Version *****
**************************/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .gallery .carousel-indicators{position: relative; display: flex;}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

}

/* Ajustres resoluções personalizaas */
@media (max-width: 575px) {}