html .kenesis-body div.rv-content > div {
    padding: 20px !important;
}

.kenesis-body .rv-image > .inner-ctn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.kenesis-body section {
    position: relative;
}

.kenesis-body .rv-content,
.kenesis-body .rv-head,
.kenesis-body .rv-shead {
    background-color: transparent !important;
}

.kenesis-body .rv-head > .inner-ctn,
.kenesis-body .rv-shead > .inner-ctn {
    padding: 0 !important;
}

.kenesis-body .bot-nav {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: white;
    filter: drop-shadow(0px 0px 3px #333);
}

.kenesis-body .go-to-top-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 70px;
    cursor: pointer;
}

.kenesis-body .go-to-top-btn:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 40px;
    border-color: transparent transparent #fff transparent;
}

.kenesis-body .go-to-top-btn:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 40px;
    border-color: transparent transparent transparent #fff;
}

.kenesis-body section[data-n="2"] > .inner-ctn,
.kenesis-body section[data-n="4"] > .inner-ctn {
    max-width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn,
.kenesis-body section[data-n="4"] .inner-ctn .half-ctn {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    position: relative;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn {
    min-height: 450px;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn .rv-image {
    position: absolute;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn .rv-image:first-child,
.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image:first-child {
    width: 400px;
    height: 400px;
    top: 0;
    left: 20px;
    border: 4px solid;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn .rv-image:last-child,
.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image:last-child {
    width: 250px;
    height: 250px;
    top: 225px;
    left: 275px;
    border: 4px solid;
    overflow: visible;
}

.kenesis-body section[data-n="2"] .inner-ctn .half-ctn:first-child:before {
    content: "";
    border-radius: 5px;
    border: 3px solid;
    top: 410px;
    width: 300px;
    z-index: 3;
    position: absolute;
    left: 40px;
}

.kenesis-body section[data-n='2'] .inner-ctn .half-ctn .rv-image:last-child:before {
    content: "";
    border: 1px solid;
    bottom: -4px;
    right: -4px;
    width: 125px;
    position: absolute;
}

.kenesis-body section[data-n='2'] .inner-ctn .half-ctn .rv-image:last-child:after {
    content: "";
    border: 1px solid;
    bottom: -4px;
    right: -4px;
    height: 125px;
    position: absolute;
}

.kenesis-body section[data-n='3'] {
    padding: 70px 120px 0px 120px;
    border-bottom: 120px solid;
}

.kenesis-body section[data-n='3'] > .rv-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
} 

.kenesis-body section[data-n='3'] > .rv-image .inner-ctn {
    background-attachment: fixed;
}

.kenesis-body section[data-n='3'] > .inner-ctn {
    position: relative;
    z-index: 2;
}

.kenesis-body section[data-n='3'] > .inner-ctn .image-ctn {
    text-align: center;
    margin-bottom: -60px;
    margin-top: 60px;
}

.kenesis-body section[data-n='3'] > .inner-ctn .image-ctn .rv-image {
    width: calc(20% - 10px);
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    cursor: pointer;
    position: relative;
    transition: 0.6s ease;
}

.kenesis-body section[data-n='3'] > .inner-ctn .image-ctn .rv-image > .inner-ctn {
    height: auto;
    padding-top: 100%;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image,
.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image {
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:first-child {
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;
    border: 4px solid;
    overflow: visible;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:last-child {
    width: 250px;
    height: 250px;
    top: 120px;
    right: 275px;
    border: 4px solid;
    overflow: visible;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:last-child:before {
    content: "";
    border: 1px solid;
    bottom: -7px;
    left: -7px;
    width: 125px;
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:last-child:after {
    content: "";
    border: 1px solid;
    bottom: -7px;
    left: -7px;
    height: 125px;
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:first-child:before {
    content: "";
    border: 3px solid;
    top: -14px;
    right: -14px;
    width: 200px;
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(1) .half-ctn .rv-image:first-child:after {
    content: "";
    border: 3px solid;
    top: -14px;
    right: -14px;
    height: 200px;
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image:last-child {
    top: 50px;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image:last-child:before {
    content: "";
    border: 1px solid;
    top: -7px;
    right: -7px;
    width: 125px;
    position: absolute;
}

.kenesis-body section[data-n='4'] .inner-ctn:nth-child(2) .half-ctn .rv-image:last-child:after {
    content: "";
    border: 1px solid;
    top: -7px;
    right: -7px;
    height: 125px;
    position: absolute;
}

.kenesis-body section[data-n="4"] .inner-ctn:nth-child(2) .half-ctn:first-child:before {
    content: "";
    border: 3px solid;
    width: 220px;
    position: absolute;
    border-radius: 3px;
    top: 310px;
    left: 250px;
    z-index: 3;
}

.kenesis-body section[data-n="4"] .rv-module,
.kenesis-body section[data-n="4"] .rv-widget {
    background-color: transparent !important;
}

.kenesis-body section[data-n="4"] > .inner-ctn {
    position: relative;
}

.kenesis-body section[data-n="4"] .inner-ctn:before {
    content: "";
    width: 360px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid;
    position: absolute;
}

.kenesis-body section[data-n="4"] .inner-ctn:last-child:before {
    content: none;
}

.kenesis-body section[data-n='3'] > .inner-ctn .rv-content {
    max-width: 1100px;
    margin: 0 auto;
}

.kenesis-body section[data-n='3'] > .inner-ctn .image-ctn .rv-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 36px black;
    z-index: 3;
}

.kenesis-body section[data-n='3'] > .inner-ctn .image-ctn .rv-image.circle{
	border-radius: 50%;
}
