html {
    overflow-x: hidden;
}

.kenesis-body .rv-image > .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.kenesis-body .shead,
.kenesis-body .head,
.kenesis-body .content {
    background-color: transparent !important;
}

html body.kenesis-body div.rv-content > div, 
html body.kenesis-body div.rv-head > div, 
html body.kenesis-body div.rv-shead > div {
    padding: 0 !important;
}

.kenesis-body .section-ctn {
    position: relative;
    margin-bottom: 20px;
}

.kenesis-body .layout-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .layout-foreground {
    position: relative;
    margin: 200px 100px;
    margin-bottom: 100px;
    z-index: 2;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn .rv-image {
    height: 400px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn > .inner-ctn {
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 2;
    width: 90%;
    padding: 20px 5%;
    padding-left: 45%;
    height: 80px;
}

.kenesis-body .section-ctn[data-n="1"] .back-ctn > .inner-ctn .rv-head {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 50%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-content {
    position: relative;
    z-index: 2;
    padding-top: 450px;
    padding-bottom: 50px;
    padding-left: 5%;
    width: 50%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image {
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 35%;
    width: 400px;
    height: 400px;
    z-index: 2;
    transform: translateY(-50%);
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image:last-child {
    right: 5%;
    top: calc(50% + 150px);
    width: 320px;
    height: 200px;
    z-index: 3;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image.image3:before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: -10px;
    width: 75px;
    height: 95%;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image > .rv-head {
    position: absolute;
    bottom: 0;
    right: -40px;
    padding: 50px 30px;
    z-index: 3;
    width: 100%;
    overflow: visible;
}

.kenesis-body .section-ctn[data-n="3"] {
    background-color: transparent !important;
}

html .kenesis-body .rv-module {
    padding: 0;
    background-color: transparent !important;
}

.kenesis-body .section-ctn[data-n="1"] > .rv-image:last-child:before {
    content: "";
    position: absolute;
    top: 130px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    opacity: 0.4;
    z-index: 3;
}

.bot-bar {
    height: 50px;
    position: relative;
	z-index: 2 !important;
    background-color: #080808;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #9d8b1b;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}

.kenesis-body .botnav {
    position: relative;
}