.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1 {
font-family: 'Manrope', sans-serif;
}

#main-body {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#main-body-vertical {
height: 100%;
min-height: 100vh;
overflow: hidden;
transition: 1s;
}

#main-body section.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    height: 100vh;
    background-color: #161010;
}

#main-body #cfooter {
    background-color: #161010;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 100px;
}

#contenttop h1.c-title-xl {
    font-size: 10vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

#contenttop h1.c-title-lg {
    font-size: 5.5vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

#contenttop h1.c-title-md {
    font-size: 2.5vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    border-bottom: 0;
}

#contenttop #cfooter h1.c-title-lg {
    border-bottom: 0;
    text-align: left;
}

.c-above-title {
    margin-bottom: 0;
    line-height: 1;
    color: white;
    font-size: 2vw;
    font-weight: 100;
    text-align: right;
    padding-right: 1vw;
}

/* VERTICAL LINK */

.c-vertical-link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    height: calc(100% - 100px);
    margin-top: 80px;
    padding-bottom: 20px;
    border-left: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
    background-color: #161010;
    position: relative;
}

.c-movelinkleft {
    left: calc(12px - 4vw);
   z-index: 3;
}

.c-extra-border {
    border-right: 1px solid white;
}

.c-vertical-link-box .c-vertical-link {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg) translateX(0%);
    -moz-transform: rotate(180deg) translateX(0%);
    -o-transform: rotate(180deg) translateX(0%);
    -ms-transform: rotate(180deg) translateX(0%);
    transform: rotate(180deg) translateX(0%);
    white-space: nowrap;
    width: auto;
    font-size: 2vw;
    position: relative;
    z-index: 2;
}

#second a, #third a, #second-third-forth a {
color: white;
text-decoration: none;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    position: relative;
    z-index: 99;
}

#second a .c-vertical-link-box:hover .c-vertical-link, #third a .c-vertical-link-box:hover .c-vertical-link, #second-third-forth a .c-vertical-link-box:hover .c-vertical-link {
color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-scroll-button a {
text-decoration: none;
color: white;
}

.c-scroll-arrow {
    display: inline-block;
    background-color: #d30707;
    position: relative;
    z-index: 2;
    border-radius: 70px;
}

.c-scroll-arrow img {
    width: 1.3vw;
    height: auto;
    padding: 10px;
}

/* VERTICAL TITLE */

.c-vertical-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    height: calc(100% - 100px);
    margin-top: 80px;
    padding-bottom: 20px;
    border-left: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
justify-content: center;
}

.c-vertical-title-box .c-vertical-title {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg) translateX(0%);
    -moz-transform: rotate(180deg) translateX(0%);
    -o-transform: rotate(180deg) translateX(0%);
    -ms-transform: rotate(180deg) translateX(0%);
    transform: rotate(180deg) translateX(0%);
    white-space: nowrap;
    width: auto;
    font-size: 8vw;
    font-weight: 100;
    color: white;
}

/* VERTICAL TITLE HOVER ANIMATION */

.c-vertical-link-box:before {
    content: '';
    background-color: #d30707;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}
.c-vertical-link-box:after {
    content: '';
    background-color: white;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-vertical-link-box:hover:before {
    left: -0%;
}
.c-vertical-link-box:hover:after {
    left: 0%;
    transition-delay: 0.2s;
}

#second a .c-vertical-link-box:hover .c-vertical-link, #third a .c-vertical-link-box:hover .c-vertical-link, #second-third-forth a .c-vertical-link-box:hover .c-vertical-link {
color: #161010;
    transition-delay: 0.4s;
}

/* ============== */

.c-button {
    display: inline-block;
    padding: 15px 25px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
}

.c-button-red {
    background-color: #d30707;
    color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-button-red span {
    position: relative;
    z-index: 2;
}

.c-button-red:before {
    content: '';
    background-color: #161010;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-button-red::after {
    content: '';
    background-color: white;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
transition-delay: 0.2s;
}

.c-button-red:hover {
    background-color: #d30707;
    color: #161010;
transition-delay: 0.7s;
}

.c-button-red:hover:before {
    left: 0%;
}

.c-button-red:hover::after {
    left: 0%;
transition-delay: 0.2s;
}

/* WISHLIST & LINK TO STA PROJECT LIST */
.wishlistbutton, .linkto {
display: none;
}
/* END WISHLIST & LINK TO STA PROJECT LIST */

.c-footer-image img {
    height: 100%;
    width: auto;
}

/* SHOW IMAGE ON SCROLL */

.c-image img {
opacity: 0;
transition: 0.5s;
}

.c-image.c-showimage img {
opacity: 1;
}

.c-esoterikes-portes-collage img {
opacity: 0;
transition: 0.5s;
}

.c-esoterikes-portes-collage.c-showimage img {
opacity: 1;
}

.c-esoterikes-portes-collage.c-showimage img:nth-child(2) {
transition-delay: 0.2s;
}

.c-esoterikes-portes-collage.c-showimage img:nth-child(3) {
transition-delay: 0.4s;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}.loggedin #topbanner, .loggedin #topmenu {
display: block;
}

.notloggedin #topbanner, .notloggedin #topmenu {
display: none;
}

.notloggedin .c-menu-banner {
    position: relative;
}.notloggedin .c-menu-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    height: 100px;
    background-color: transparent;
transition: 1s;
}

.loggedin .c-menu-containerbox {
display: none;
}

.notloggedin .c-menu-banner.c-scrolled, .notloggedin .c-menu-banner.c-openedmenu {
background-color: #161010;
}

.c-menu-left-box {
    width: calc(50% - 200px);
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-menu-right-box {
    width: calc(50% - 200px);
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.c-menu-center-box {
width: 200px;
}

.c-menu-button {
    width: 80px;
    height: 40px;
    background-color: #d30707;
    position: relative;
    cursor: pointer;
    border-radius: 70px;
    overflow: hidden;
}

.c-line-top {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 30%;
    left: 25px;
    transform: rotate(0deg) translateY(-50%);
    transition: 0.5s;
   z-index: 2;
}

.c-line-middle {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    opacity: 1;
    transition: 0.5s;
   z-index: 2;
}

.c-line-middle:before {
    content: '';
    position: absolute;
    bottom: -6px;
    background-color: black;
    width: 6px;
    height: 6px;
}

.c-line-bottom {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 70%;
    left: 25px;
    transform: rotate(0deg) translateY(-50%);
    transition: 0.5s;
   z-index: 2;
}

.c-menu-logo {
    text-align: center;
    padding-top: 20px;
    transition: 1s;
}

.c-menu-banner .c-menu-logo img {
    height: 120px;
    width: auto;
    transition: 1s;
}

.c-menu-banner.c-scrolled .c-menu-logo {
    padding-top: 10px;
    transition: 1s;
}

.c-menu-banner.c-scrolled .c-menu-logo img, .c-menu-banner.c-openedmenu .c-menu-logo img {
    height: 80px;
    width: auto;
    transition: 1s;   
}

.c-menu-projects {
}

.c-menu-projects a, .c-menu-contact a {
    margin-left: 20px;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.c-menu-contact {
    display: flex;
    color: white;
}

.c-menu-contact a .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 200,
  'opsz' 48;
font-size: 16px;
margin-right: 10px;
}

.c-love.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 200,
  'opsz' 48;
font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.c-social-box .c-button.c-button-red{
    aspect-ratio: 1/1;
    padding: 0;
    width: 40px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 0.8;
}

.c-button-red span.fa-facebook {
    font-size: 20px;
    padding-left: 7px;
    padding-top: 3px;
}

/* MENU ANIMATION */
.notloggedin .c-menu-container {
position: fixed;
width: 100%;
height: 100vh;
z-index: 90;
transition: 1s;
transition-timing-function: ease-in-out;
    overflow: hidden;
}

.notloggedin .c-menu-container.c-closed {
width: 0vw;
}

.notloggedin .c-menu-container.c-opened {
width: 100vw;
}

.notloggedin .c-menu-container.c-closed .c-menu-line-top, .notloggedin .c-menu-container.c-closed .c-menu-line-middle, .notloggedin .c-menu-container.c-closed .c-menu-line-bottom {
height: 33.333%;
width: 0%;
    background-color: #161010;
transition: 1s;
transition-timing-function: ease-in-out;
}

.notloggedin .c-menu-container.c-opened .c-menu-line-top {
transition: 1s;
width: 100%;
transition-timing-function: ease-in-out;
}

.notloggedin .c-menu-container.c-opened .c-menu-line-middle {
transition: 1s;
transition-delay: 0.2s;
width: 100%;
transition-timing-function: ease-in-out;
}

.notloggedin .c-menu-container.c-opened .c-menu-line-bottom {
transition: 1s;
transition-delay: 0.4s;
width: 100%;
transition-timing-function: ease-in-out;
}

/* MENU CONTENT */

.c-menu-containerbox {
    position: absolute;
    top: 100px;
    height: calc(100% - 100px);
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.c-menu-container.c-closed .c-menu-containerbox {
   left: 0%;
   opacity: 0;
}

.c-menu-container.c-closed.c-opened .c-menu-containerbox {
   opacity: 1;
   transition: 1s;
   transition-delay: 1.5s;
}

.c-menu-containerbox-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 74%;
    border-right: 1px solid #3c3c3c;
    padding-right: 2vw;
}

.c-menu-containerbox-right {
    height: calc(100% - 2vw);
    width: 20%;
    display: flex;
    flex-direction: column;
    padding-top: 2vw;
margin-right: 2vw;
}

.c-menu-left-box-top {

}

.c-menu-link {
    display: block;
    position: relative;
    color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    background-color: #161010;
    overflow: hidden;
    border-bottom: 1px solid #3c3c3c;
    text-decoration: none;
}


a.c-menu-link:before {
    content: '';
    background-color: #d30707;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}

a.c-menu-link:hover:before {
    left: 0%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

a.c-menu-link::after {
    content: '';
    background-color: white;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}

a.c-menu-link:hover::after {
    left: 0%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
}

a.c-menu-link:hover {
color: #161010;
transition-delay: 0.4s;
}

.c-menu-link span {
    position: relative;
    padding-left: 5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: block;
    font-size: 2vw;
    z-index: 2;
}

.c-menu-left-box-bottom {
    display: flex;
    margin-left: 5vw;
    flex-direction: column;
    margin-bottom: 2vw;
    gap: 10px;
    align-items: flex-start;
}

.c-menu-left-box-bottom a.c-menu-quicklink {
    font-size: 1vw;
    font-weight: 500;
    color: white;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.c-menu-left-box-bottom a.c-menu-quicklink span {
    font-size: 1em;
    border: 1px solid;
    padding: 6px 4px 3px 10px;
}

.c-menu-left-box-bottom a.c-menu-quicklink:before {
content: '';
height: 1px;
width: 100%;
position: absolute;
left: -100%;
bottom: 0;
background-color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-menu-left-box-bottom a.c-menu-quicklink:hover:before {
left: 0%;
}

.c-othersite {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 2vw;
}

.c-othersite-banner {
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.c-othersite-banner:before {
    content: '';
    background-color: #b1b1b1;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.c-othersite-banner::after {
    content: '';
    background-color: rgb(84 84 84);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: -100%;
    left: 0;
    z-index: 1;
transition: 0.5s;
transition-timing-function: ease-in-out;
}

.c-menu-containerbox-right .c-othersite:nth-child(1) .c-othersite-banner::after {
    background-color: #c5aa88;
}

.c-menu-containerbox-right .c-othersite:nth-child(2) .c-othersite-banner::after {
    background-color: #8dc2b6;
}

.c-menu-containerbox-right .c-othersite:hover .c-othersite-banner::after {
    bottom: 0%;
}

.c-othersite-banner img {
width: 100%;
height: 100%;
    object-fit: cover;
position: relative;
z-index: 2;
}

.c-banner-logo {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 34%;
    z-index: 2;
}

.c-banner-logo img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
/* MENU BUTTON ANIMATION HOVER */

.c-menu-button:before, .c-menu-button::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: -100%;
top: 0%;
display: block;
background-color: #161010;
transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.c-menu-button::after {
background-color: white;
transition: 0.5s;
transition-delay: 0.2s;
    transition-timing-function: ease-in-out;
}

.c-menu-button:hover:before {
left: 0%;
}

.c-menu-button:hover::after {
left: 0%;
}

.c-menu-button .c-line-top, .c-menu-button .c-line-middle, .c-menu-button .c-line-bottom {
transition: 0.5s;
transition-delay: 0.6s;
    transition-timing-function: ease-in-out;
}

.c-menu-button .c-line-middle:before {
transition: 0.5s;
transition-delay: 0.6s;
    transition-timing-function: ease-in-out;
}

.c-menu-button:hover .c-line-top, .c-menu-button:hover .c-line-middle, .c-menu-button:hover .c-line-bottom {
    background-color: #161010;
}

.c-menu-button:hover .c-line-middle:before {
transition: 0.5s;
transition-delay: 0.4s;
    transition-timing-function: ease-in-out;
    background-color: #d30707;
}

/* MENU BUTTON ANIMATION */

.c-menu-button.c-closebutton .c-line-top {
    top: 20px;
    transform: rotate(45deg);
}

.c-menu-button.c-closebutton .c-line-bottom {
    top: 20px;
    transform: rotate(-45deg);
}

.c-menu-button.c-closebutton .c-line-middle {
    opacity: 0;
}#cfooter .c-contact-form {
    height: auto;
    margin-top: 0px;
    width: 28vw;
}

#cfooter .c-contact-form .contactform {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}


#cfooter .c-contact-form .contactform p.notrequired select, #cfooter .c-contact-form .contactform p.notrequired textarea, #cfooter .c-contact-form .contactform p.notrequired input, #cfooter .c-contact-form .contactform p.required select, #cfooter .c-contact-form .contactform p.required textarea, #cfooter .c-contact-form .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #161010;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
    background-color: rgb(255 255 255 / 15%);
}

#cfooter .c-contact-form .contactform p {
    display: block;
}

/* BUTTON */
#cfooter .c-contact-form .contactform .submit button {
    margin: auto;
    border: 1px solid transparent;
background-color: transparent;
    color: white;
padding: 15px 25px;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}
#cfooter .c-contact-form .contactform .submit:hover button {
background-color: transparent;
border: 1px solid transparent;
    color: #161010;
}


#cfooter .c-contact-form .contactform .submit {
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    background-color: #d30707;
    color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    border-radius: 70px;
}

#cfooter .c-contact-form .contactform button {
    position: relative;
    z-index: 2;
}

#cfooter .c-contact-form .contactform .submit:before {
    content: '';
    background-color: #161010;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

#cfooter .c-contact-form .contactform .submit::after {
    content: '';
    background-color: white;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
transition-delay: 0.2s;
}

#cfooter .c-contact-form .contactform .submit:hover {
    background-color: #d30707;
    color: #161010;
transition-delay: 0.7s;
}

#cfooter .c-contact-form .contactform .submit:hover:before {
    left: 0%;
}

#cfooter .c-contact-form .contactform .submit:hover::after {
    left: 0%;
transition-delay: 0.2s;
}

#cfooter .c-contact-form .contactform {
text-align: left;
}

#cfooter .c-contact-form div.contactform p label {
    color: #b9b9b9;
}


@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}#cboxPrevious, #cboxNext {
    background: none;
    background-color: #161010;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 0;
    transform: translateY(-50%);
line-height: 0;
font-size: 0px;
    overflow: hidden;
}

#cboxPrevious {
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
}

#cboxNext {
    right: 10px;
}

#cboxPrevious:before, #cboxNext:before {
    content: '';
    background-image: url('/cache/files/8b87777be8c832844fe21ee1d581fcc0f5a50a85.svg');
    display: block;
    width: 100%;
    height: 100%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}#main-body section.content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    height: auto;
    min-height: 100vh;
    background-color: #161010;
    width: 100%;
}

#main-body #cfooter {
    background-color: #161010;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 5vw;
    justify-content: space-between;
}

#contenttop h1.c-title-lg {
padding-top: 3vw;
}

#topheader {
    margin-top: 150px;
    margin-bottom: 3vw;
    text-align: center;
}

#topheader p {
    width: 50vw;
    min-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding-top: 30px;
    font-size: 0.8vw;
}

#gallery-images {
width: 100%;
}

#gallery-images .cClonedGallery {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    margin-left: 5vw;
    margin-right: 5vw;
}

#gallery-images .cClonedGallery img {
    height: 24vw;
    width: auto;
    position: relative;
    z-index: 1;
}

#gallery-images .cClonedGallery .c-photogallery {
position: relative;
margin-bottom: 2vw;
}

#gallery-images .cClonedGallery .c-photogallery h3 {
    font-size: 1vw;
    margin-bottom: 0;
    color: white;
    font-weight: 300;
    position: absolute;
    z-index: 3;
    bottom: 0;
    margin-left: 1vw;
}

#gallery-images .cClonedGallery .c-photogallery .photos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(360deg, #161010 5%, transparent 20%);
    pointer-events: none;
}