
/* GALLERIA SLIDE SHOWS - oh beautiful Galleria */
.galleria{  margin:0; padding:0; border:0; background: rgba(255,255,255,0); }
body .galleria-container{ background:rgba(255,255,255,0); margin:0; padding:0; border:0; color:#ffffff; font:100% roboto,sans-serif;}
.galleria-stage{background:rgba(255,255,255,0); margin:0; padding:0; border:0; bottom: 0px;}

body .galleria-counter{
    position:absolute;
    bottom:0px;
    left:0px;
    background:none;
    padding:0px;
    margin:0px;
    color:#ffffff;
    font-weight: 900;

	
}

.galleria-container.fullscreen .galleria-stage { bottom: 0 }
.galleria-bar {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,.3);
    z-index: 3;
}
.galleria-s1,
.galleria-s2,
.galleria-s3,
.galleria-s4  {display:none;}

.captions{
width:100%;
height:80px;
font-family: "roboto",sans-serif;
text-align: left;
margin-right: 0px;
margin-left: 0px;
vertical-align: text-bottom;
}
.captions-title {
font-weight: 600;
font-size:100%;

}
.captions-text {
font-weight: normal;
font-size:100%;

}

