.kenesis-body .outer-ctn {
    position: relative;
}

.kenesis-body .outer-ctn > .inner-ctn {
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
}

/*.kenesis-body .rv-image.image1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.kenesis-body .rv-image.image1 > .inner-ctn {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}*/

.kenesis-body .rv-module.module1 {
    width: 90%;
    z-index: 2;
    background-color: white !important;
    padding: 0 !important;
    margin: 300px auto 150px;
}

.kenesis-body .bot-nav {
    padding: 20px;
    background-color: #12130f;
    width: 100%;
    position: relative;
    min-height: 150px;
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    background-color: white;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: inset 0 0 15px 1px #12130f;
    color: #12130f;
    transform: translateY(-50%);
}

.kenesis-body .go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
}