/**********************************************************************************************************************
 *** CAROUSEL HOME
 **********************************************************************************************************************/

.hp-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 100px
}

.hp-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.hp-header__slide {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: none !important;
    transition: .5s opacity ease-in .2s
}

li.hp-header__slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
}

.hp-header__slide.active {
    opacity: 1;
    transition: .5s opacity ease-in;
    z-index: 5
}

.hp-header__slide span.headline {
    margin-bottom: 15px
}

.hp-header__item-content {
    padding-top: 70px;
    padding-bottom: 120px
}

@media screen and (min-width: 768px) {
    .hp-header__item-content {
        min-height:580px;
        padding-top: 100px;
        padding-bottom: 200px
    }
}

@media screen and (min-width: 1024px) {
    .hp-header__item-content {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 75%;
        flex-preferred-size: 75%;
        max-width: 75%;
        margin-left: 12.5%
    }
}

@media screen and (min-width: 1280px) {
    .hp-header__item-content {
        padding-bottom:225px
    }
}

.hp-header__item-title {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 83.33333333333334%;
    flex-preferred-size: 83.33333333333334%;
    max-width: 83.33333333333334%;
    margin: 0 0 30px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 700;
    font-size: 2.666666666666667rem;
    line-height: 1;
    color: #fff
}

@media screen and (min-width: 768px) {
    .hp-header__item-title {
        margin-bottom:50px;
        font-size: 3rem
    }
}

@media screen and (min-width: 1024px) {
    .hp-header__item-title {
        font-size:4rem
    }
}

.hp-header .active .hp-header__controls-inner {
    opacity: .5
}

.hp-header__controls {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 6
}

@media screen and (min-width: 768px) {
    .hp-header__controls {
        bottom:70px
    }
}

@media screen and (min-width: 1280px) {
    .hp-header__controls {
        bottom:100px
    }
}

.hp-header__controls ul {
    display: flex
}

.hp-header__controls-item {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    padding-right: 25px
}

@media screen and (min-width: 1024px) {
    .hp-header__controls-item {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        padding-right: 50px
    }

    .hp-header__controls-item:first-child {
        margin-left: 12.5%
    }
}

.hp-header__controls-inner {
    display: flex;
    width: 100%;
    padding: 0;
    color: #fff;
    border: 0;
    border-top: 2px solid;
    padding-top: 15px;
    background-color: transparent;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 600;
    -webkit-appearance: none;
    text-align: left;
    cursor: pointer;
    transition: .3s opacity linear;
    font-size: .866666666666667rem;
    line-height: 1.2
}

.hp-header__controls-inner:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .hp-header__controls-txt {
        display:none
    }
}

.hp-header__controls-number {
    position: relative;
    top: -10px;
    padding-right: 20px;
    font-size: 1.666666666666667rem;
    flex-shrink: 0
}

@media screen and (min-width: 768px) {
    .hp-header__controls-number {
        font-size:2.666666666666667rem
    }
}
