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

.slide-show {
    height: auto;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding-bottom: 0;
}

.flex-viewport {
    position: absolute ;
    width: 100%;
    height: 100%;
    max-height: none;
}

.slide-show h2 {
    color: #857912 !important;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 44px;
    text-shadow: -3px 2px 2px #a8b6c1;
    text-transform: uppercase;
}

.slide-show .btn {
    font-size: 16px;
    background:#202020;
}

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

.slide-show .slide-text {
    color: #4a4a4a !important;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

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

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 44px;
    right: 0;
    top: 19%;
    text-align: left;
}

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

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