.flexslider {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.slide-show {
    margin-bottom: 0px !important;
}

.slide-show h1 {
    font-family: 'Bellerose'; 
    font-size: 30px;
    line-height: 82px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.slide-show li.slide {
    position: relative;
}

.slide-show .slide-text {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.slide-show h1,
.slide-show .slide-text {
    padding: 0;
    line-height: 2em;
    letter-spacing: 1px
}

.flex-control-nav {
    bottom: 20px !important;
}

.slide-show .slide-overlay {
    position: absolute;
    left: 50%;
    width: 24%;
    top: 29%;
	min-width: 455px;
    text-align: center;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 25px;
}

.flex-direction-nav .flex-prev {
    left: 25px;
}