.header-logo img {
    height: 95px;
}

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

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

.slide-content h2.slide-heading {
    text-transform: uppercase;
}

.slide-show h2 {
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #000;
    background-color: rgba(0, 0, 0, 0.3);
}

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

.slide-show .slide-text {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 1px 1px #000;
    background-color: rgba(0, 0, 0, 0.3);
    /*text-shadow: 0 0 .5em rgba(0,0,0,1);*/
}

.slide-show h2,
.slide-show .slide-text {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 0;
    line-height: 1.5em;
    letter-spacing: 1px
}

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

.slide-show .slide-overlay {
    position: absolute;
    /*left: 20%;
    right: 20%;*/
    top: 30%;
    left: 2%;
    right: none;
    text-align: center;
    width:48%;
}

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

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