#slider .flexslider {background: #1B84B4 url(img/blue-steel.jpg) repeat-y bottom left; }
#slider .flex-slider {position: relative; background: #1B84B4 url(img/blue-steel.jpg) repeat-y bottom left; }
#slider .flex-slider img {width: 100%; height: auto}
#slider .flex-caption {padding-left: 0px !important;}
.flex-caption {background: #1B84B4 url(img/blue-steel.jpg) repeat-y bottom left; z-index:99; position: absolute; width:100%; bottom: 0px; left: 0px; margin: 0px !important;}
.flex-caption p {
    margin: 20px 0;
    padding-left: 12px;
   /* border-left: 1px solid #fff;*/
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased; 
}

.flex-caption span {display: none;}

.flex-control-nav {min-width:100px; position: absolute; bottom: 30px; left: 50%; margin-left: -70px; display: none;}

/* Direction Nav */
.flex-direction-nav {
	width: 90px !important;
}
.flex-direction-nav {z-index: 100; padding-right: 5px; } 

@media (max-width: 768px) {
.flex-caption {position: relative;}
}