.home-variation:before {
    background: rgba(6,57,106,0.8);
    content: "";
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    width: 512px;
    -webkit-transform: translateX(10px) skewX(-20deg);
    transform: translateX(10px) skewX(-20deg);
    box-shadow: 3px 3px 20px rgba(0,0,0,0.4);
}

.headerbook {
  position: absolute !important;
  bottom: 0;
}

.header-book {
    position: absolute !important;
    top: -20px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media (max-width: 1024px) {
.header-book {
    position: absolute !important;
    top: 120px;
}
}

@media (max-width: 768px) {
.header-book {
    position: absolute !important;
    top: 40px;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
}

.title span {
    font-size: 12px !important;
    color: #AA8A00;
}

.subtitle {
    background: linear-gradient(to right bottom, #AA8A00 0%, #AA8A11 100%);
    padding: 10px 15px 10px 1000px;
    margin-left: -1000px;
}

@media (max-width: 1024px) {
.subtitle .sppb-addon-title {
    font-size: 20px !important;
}
}

@media (max-width: 768px) {
.subtitle .sppb-addon-title {
    font-size: 17px !important;
}
}

.hero {
    border-bottom: 1px solid #dcdcdc;
    z-index: 1 !important;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #424141;
    border-radius: 3px;
    z-index: 1000;
}
