.af-wrapper {
    background: #f8f8f8;
    padding-top: 80px;
}

.af-header {
    margin-bottom: 65px;
}

.af-block {
    position: relative;
    width: 100%;
    height: 315px;
}

.af-block img {
    width: 100%;
}

.af-item-content {
    position: absolute;
    top: 25px;
    padding-left: 50px;
}

.af-carousel {
    margin-bottom: 40px;
}

.af-carousel .carousel-indicators {
    left: 9%;
    bottom: 10px;
}

.af-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #d0d0d0;
    border: none;
}

.af-carousel .carousel-indicators .active {
    background: #ff8901;
    width: 17px;
    height: 17px;
}

.af-desc {
    font-size: 16pt;
    margin-bottom: 10px;
}

.af-title {
    font-family: "Daxline Pro Medium";
    font-size: 40pt;
}

.af-details {
    margin-bottom: 20px;
}

.af-details a {
    font-size: 11pt;
    color: #000;
}

.af-details a:hover {
    color: inherit;
}

.af-button {
    width: 330px;
    height: 65px;
    font-size: 20pt;
    border-radius: 10px;
}

.af-button a {
    font-family: "Daxline Pro Bold";
    font-size: 18pt;
}

.af-button a span {
    font-family: "Daxline Pro Regular";
    padding-left: 20px;
    text-transform: lowercase;
}

.af-button .button-link {
    padding-top: 15px;
}

.af-payment span {
    font-family: "Daxline Pro Regular";
}

@media only screen and (max-width: 1200px) {

    .af-carousel .carousel-indicators {
        bottom: 50px;
    }
}

@media only screen and (max-width: 992px) {

    .af-carousel .carousel-indicators {
        bottom: 160px;
    }

    .af-title {
        font-size: 26pt;
    }

    .af-item-content {
        top: 0;
    }
}

@media only screen and (max-width: 768px) {

    .af-block img {
        width: auto;
        max-width: none !important;
        height: 100%;
    }

    .af-item-content {
        padding-left: 0;
    }

    .af-title {
        font-size: 22pt;
    }
}

@media only screen and (max-width: 480px) {

    .af-carousel .carousel-indicators {
        left: 50px;
        bottom: 150px;
    }

    .af-desc {
        font-size: 12pt;
    }

    .af-title {
        font-size: 18pt;
    }

    .af-button {
        width: 270px;
    }

    .af-button a {
        font-size: 15pt;
    }
}

