.flexslider {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.slide-show {
    margin-bottom: 0px !important;
}

.slide-show h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color:#fff;
}
.slide-show h2 span {
    background: url("../images/slidetext-bg.png");
    border-left: 5px solid #00baff;
    display:inline;
    padding:5px 15px;
}

.slide-show .btn {
font-size: 16px;
font-weight: bold;
background: #00BAFF;
border-radius: 4px;
border: 1px solid #00AEEE;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
text-transform: uppercase;
line-height: normal;
padding: 12px 40px;
height: auto;
}

.slide-show li.slide {
position: relative;
}

.slide-show .slide-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    float: left;
}
.slide-show .slide-text span {
/* background: url("../images/slidetext-bg.png"); */
border-left: 0px solid #00BAFF;
display: inline;
clear: both;
padding: 5px 15px;
float: left;
overflow: visible;
color: #00437F;
font-size: 22px;
line-height: 30px;
}
.flex-control-nav {
    bottom: 0px !important; 
}

.slide-show .slide-overlay {
position: relative;
bottom: 0;
left: 0;
right: 0;
top: 35%;
text-align: center;
width: 412px;
margin: 0 auto;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
   /* right: 25px; */
}

.flex-direction-nav .flex-prev {
  /* left: 25px; */
}