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

    width:100%;
    margin:0 auto;
}

.slide-show {
   
}

.slide-show h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
   /* text-shadow: 0 0 .5em rgba(0,0,0,1); */
}

.slide-show .btn {
    font-size: 12px;
    font-family:Lato;
    font-weight:bold;
    text-transform: uppercase;
    background:none repeat scroll 0 0 #8f1a1c;
    border-radius:16px;
}

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

.slide-show .slide-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
   /* text-shadow: 0 0 .5em rgba(0,0,0,1); */
}
.slide-show .slide-image{ height:400px; }

.flex-control-nav {
    bottom: 20px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35%;
    text-align: left;
    width:35%;
    padding-left:18%;
}

.flex-direction-nav .flex-next {
    
    right: 5px;
     background-position: -34px -293px;
}

.flex-direction-nav .flex-prev {
    left: 5px;
}

@media screen and (max-width:768px)
{
    .slide-show .slide-overlay{ top:18%; }
}

@media screen and (max-width:480px)
{
    .slide-show .slide-overlay{ padding-left:6%; top:8%; width:50%; }
}
