.midleslider {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-image: url(/Content/landing/images/dragslider/bg.jpg); */
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    /* padding: 10px; */
}

.slider-arrows {
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    z-index: 1;
    height: 70px;
    width: 140px;
    margin: auto;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: 0;
    padding: 15px;
    width: 70px;
    height: 70px;
    background-color: #434343;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

    .slider-arrow:hover {
        background-color: #a38257;
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

.slider-arrow--right {
    bottom: 0;
    left: 72px;
    text-decoration: none;
}

    .slider-arrow--right:before {
        bottom: 50%;
        right: 30px;
        font-family: 'themify';
        content: "\e649";
    }

.slider-arrow--left {
    bottom: 0;
    left: 0;
    text-decoration: none;
    background-color: #1a1b16;
}

    .slider-arrow--left:before {
        bottom: 50%;
        left: 30px;
        content: "\e64a";
        font-family: 'themify';
    }

.slider-nav {
    position: absolute;
    bottom: 10px;
    right: 4px;
    left: initial !important;
    display: none;
}

.slider-nav__item {
    width: 70px;
    height: 7px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #898c5a;
}

    .slider-nav__item:hover {
        background: #d0b991;
    }

.slider-nav__item--current {
    background: #d0b991;
}
