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

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

.slide-show h2 {
   /* font-family: 'Lato', sans-serif;*/
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    font-family:'Conv_BaskervilleRegular';
}

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

.slide-show .slide-text {
    /*font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 0 .5em rgba(0,0,0,1);*/
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.slide-show h2,
.slide-show .slide-text {
    padding: 0;
    /*line-height: 2em;
    letter-spacing: 1px*/
}

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

.slide-show .slide-overlay {
    bottom:30px;
    max-width: 484px;
    position: absolute;
    width: 100%;
}

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

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

/*.slide-overlay{background-color: rgba(0, 0, 0, 0.7); padding:20px 30px;}*/
.slide-text{margin-bottom:0px; margin-top: 10px;}
