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

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

.slide-show h2 {
    font-family: 'Open Sans', sans-serif;
    font-size:52px;
    font-weight: normal;
    text-shadow:none;
    margin-top: 25px;
}

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

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

.slide-show .slide-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-shadow:none;
    margin: 0px 50px;
}

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

.slide-show .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 25%;
    text-align: center;
}

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

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

.slide-button {
    margin-top: 20px;
    margin-bottom: 25px;
}
.slide-button .btn {
    background: none repeat scroll 0 0 #E74C3C;
    border: 0 solid #333333;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.slide-content {
    height: 480px;
}
