.c-h-carousel {
    margin-top: -70px;
}

.c-h-carousel .yellow-button {
    cursor: pointer;
}

.c-h-carousel .carousel-indicators {
    height: 20px;
    left: 25%;
    top: 90px;
    /*top: 120px;*/
    z-index: 7;
}

.c-h-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #d0d0d0;
    border: none;
}

.c-h-carousel .carousel-indicators .active {
    background: #ff8901;
    width: 17px;
    height: 17px;
}

.c-backing {
    position: relative;
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    padding: 20px;
}

.c-header-image {
    position: relative;
    /*height: 600px;*/
    height: 700px;
    margin-bottom: -55px;
    background: #eee;
}

.c-header-image img {
    width: 100%;
}

.c-header-content {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    /*margin-top: 40px;*/
    margin-top: 85px;
    padding-top: 20px;
}

.c-header-content .container {
    margin: 0 auto;
}

.c-header-title {
    /*font-size: 28pt;*/
    /*line-height: 1.1;*/
    /*margin-bottom: 25px;*/
    font-size: 33pt;
    line-height: 1.3;
    margin-bottom: 30px;
}

.c-header-desc {
    font-size: 13.5pt;
    /*margin-bottom: 25px;*/
    margin-bottom: 30px;
}

.c-header-button {
    font-family: "Daxline Pro Bold";
    float: left;
    /*font-size: 15pt;*/
    font-size: 16pt;
    padding-top: 15px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    /*margin-bottom: 25px;*/
    margin-bottom: 30px;
}

.c-header-button span {
    font-family: "Daxline Pro Regular";
    padding-left: 20px;
    text-transform: lowercase;
}

.c-header-details {
    font-size: 12pt;
}

.c-header-details a {
    color: #000;
    text-decoration: underline;
}

.c-hb-wrapper {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.c-header-bottom {
    position: absolute;
    top: -64px;
    z-index: 8;
    width: 100%;
    height: 75px;
    background: url(../../img/common/header/header-bottom.png) center center no-repeat;
    background-size: contain;
}

.c-header-bottom-line {
    position: absolute;
    z-index: 7;
    height: 11px;
    width: 100%;
}

.c-h-line-left {
    background: #E77A2B;
    width: 50%;
    height: inherit;
    float: left;
}

.c-h-line-right {
    background: #F8C830;
    width: 50%;
    height: inherit;
    float: right;
}

.c-banner-header-image {
    position: relative;
    height: 650px;
    margin-top: -70px;
    overflow: hidden;
}

.c-banner-header-image img {
    width: 100%;
}

.c-banner-header-content {
    position: absolute;
    top: 50px;
    margin-top: 85px;
    padding-top: 20px;
    width: 100%;
}

.c-banner-header-content .container {
    margin: 0 auto;
}

.c-banner-header-desc {
    font-size: 13.5pt;
    margin-bottom: 30px;
}

.c-banner-header-title {
    width: 60%;
    margin-top: 30px;
    font-size: 24pt;
    line-height: 1.3;
    margin-bottom: 30px;
}

.c-banner-header-button {
    width: 330px;
    height: 65px;
    border-radius: 10px;
    font-size: 16pt;
    padding-top: 15px;
    margin-bottom: 30px;
}

.c-banner-header-button a {
    font-family: "Daxline Pro Bold";
    font-size: 18pt;
}

@media only screen and (max-width: 1400px) {

    .c-hb-wrapper {
        width: 100%;
    }

    .c-header-bottom-line {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {

    .c-header-image img {
        max-width: none !important;
        width: auto;
        height: 100% !important;
    }

    .c-h-carousel .carousel-indicators {
        top: 130px;
    }

    .c-header-image {
        margin-bottom: -51px;
    }

    .c-header-bottom {
        top: -61px;
    }

    .c-header-bottom-line .line-left,
    .c-header-bottom-line .line-right {
        height: 8px;
    }
}

@media only screen and (max-width: 992px) {

    .c-h-carousel .carousel-indicators {
        top: 70px;
    }

    .c-header-content {
        top: 0;
        left: 70px;
    }

    .c-backing {
        width: 70%;
    }

    .c-header-image {

    }

    .c-header-title {
        font-size: 22pt;
    }

    .c-header-bottom {
        height: 52px;
        top: -45px;
    }

    .c-header-bottom-line .line-left,
    .c-header-bottom-line .line-right {
        height: 7px;
    }
}

@media only screen and (max-width: 768px) {

    .c-banner-header-image {
        height: 500px;
        margin-top: 0;
    }

    .c-banner-header-image img {
        width: auto;
        height: 100%;
    }

    .c-banner-header-content {
        top: 0;
        margin-top: 0;
    }

    .c-header-image {
        height: 450px;
    }

    .c-h-carousel {
        margin-top: 0;
    }

    .c-h-carousel .carousel-indicators {
        top: 110px;
    }

    .c-header-content {
        width: 100%;
        margin-top: 55px;
        left: 0;
    }

    .c-backing {
        width: 90%;
        padding: 10px;
        margin-top: 30px;
    }

    .c-header-image {
        padding-top: 30px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .c-header-title {
        font-size: 18pt;
        margin-bottom: 20px;
    }

    .c-header-desc {
        margin-bottom: 30px;
    }

    .c-header-desc span {
        display: none;
    }

    .c-header-details {
        display: none;
    }

    .c-header-button {
        width: 240px;
        height: 55px;
        margin-bottom: 15px;
    }

    .c-header-button a {
        font-size: 14pt;
    }

    .c-header-button a span {
        padding-left: 5px;
    }

    .c-header-bottom {
        display: none;
    }

    .c-header-bottom-line {
        display: none;
    }

}

@media only screen and (max-width: 480px) {

    .c-backing {
        width: 100%;
        padding: 10px;
    }

    .c-header-title {
        font-size: 16pt;
        margin-top: 0;
        font-weight: bold;
    }

    .c-header-desc {
        line-height: 1;
        font-size: 12pt;
    }
}

@media only screen and (max-width: 320px) {

    .c-h-carousel {
        display: none;
    }

    .c-header-image {
        margin-bottom: 0;
    }
}