.slides {
    height: auto;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    float: left;
    height: 100%;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flexslider {
        height: 100%;
    }
}

.flexslider .slides {
    height: 100%;
    float: left;
    position: relative;
    width: 100%;
    zoom: 1;
}

.flexslider .slides li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1px 0 0 1px;
    display: none;
    float: right;
    height: 100%;
    width: 100%;
}

.home .brand .flexslider {
    height: 100%;
    left: 50%;
    margin: 0 0 0 -18.75%;
    position: relative;
    width: 37.5%;
}

@media screen and (max-width: 500px) {
    .home .brand .flexslider {
        height: calc(100% - 160px);
        left: 0;
        margin: 0;
        top: 80px;
        width: 100%;
    }
}

.flexslider .slides li .image {
    background-color: #000000;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slides:after {
    content: '\0020';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-viewport {
    height: 100%;
    max-height: 1250px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-direction-nav {
    left: -25%;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    width: 150%;
    z-index: 10;
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav {
        left: -37.5%;
        width: 175%;
    }
}

@media screen and (max-width: 500px) {
    .flex-direction-nav {
        bottom: -45px;
        left: auto;
        margin: 0;
        right: 6.25%;
        top: auto;
        width: auto;
    }
}

.flex-direction-nav a {
    border-radius: 50%;
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav a {
        height: 50px;
        line-height: 47px;
        width: 50px;
    }
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav a {
        border: 1px solid rgba(0, 0, 0, 0.075);
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav a:hover {
        border: 1px solid #000000;
    }
}

.flex-direction-nav a:after {
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.flex-direction-nav a:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav a:hover:after {
        display: none;
    }
}

.flex-direction-nav a.flex-disabled {
    display: none;
}

.flex-direction-nav a i {
    font-size: 32px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1025px) {
    .flex-direction-nav a i {
        font-size: 28px;
    }
}

.flex-nav-prev {
    float: left;
}

@media screen and (max-width: 750px) {
    .flex-nav-prev {
        margin: 0 7px 0 0;
    }
}

.flex-nav-next {
    float: right;
}

.flex-control-nav {
    display: none;
    left: calc(6.25% - 50px);
    position: absolute;
    top: 88px;
    width: 160px;
    z-index: 10;
}
