/* * * * * * * * * * * * * * * * * * * * *
 *   Created on : 8/abr/2016, 18:04:14   *
 *   Author     : INCOGRAF® - E.Pimentel *
 * * * * * * * * * * * * * * * * * * * * */
#header {   
    margin: 0px 0 0 0;
}
.myslider{
    background: transparent; /*#ededed;*/
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
    display: block;
}
.myslider-fullscreen{
    background: #ededed;
    height: 300px;
}
.carousel-caption-icons .fa-search, .carousel-caption-icons .fa-share-alt {
    position: absolute;
    top: -40px;
    left: -50px;
    cursor: pointer;
    padding: 15px;
}
.carousel-caption-icons-rwd .fa-search{
    cursor: pointer;
}
.carousel-caption-icons .fa-share-alt {
    top: -5px;
    left: -45px;
}

@media screen and (max-width: 650px) {
    .mygallery-desc-content {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    
}